| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cleanup knotholder code for LPEs | Johan B. C. Engelen | 2012-04-07 | 1 | -3/+2 |
| | | | | (bzr r11170) | ||||
| * | Fix false gtk deprecation warnings from gtkmm headers | Alex Valavanis | 2012-03-12 | 1 | -1/+0 |
| | | | | (bzr r11070) | ||||
| * | some clean up | Johan B. C. Engelen | 2012-02-19 | 1 | -16/+5 |
| | | | | (bzr r10999) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -2/+1 |
| | | | | (bzr r10826) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -6/+6 |
| | | | | (bzr r10766.1.1) | ||||
| * | improve explanation of lpe parameter | Johan B. C. Engelen | 2011-06-01 | 1 | -1/+1 |
| | | | | (bzr r10250) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -1/+1 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | reduce include dependencies | Johan B. C. Engelen | 2010-05-18 | 1 | -2/+1 |
| | | | | (bzr r9432) | ||||
| * | Fix LPEs and break mask transform undo | Krzysztof Kosi??ski | 2009-12-08 | 1 | -2/+0 |
| | | | | (bzr r8846.2.3) | ||||
| * | decrease header deps | Johan B. C. Engelen | 2009-11-23 | 1 | -1/+1 |
| | | | | (bzr r8842) | ||||
| * | decrease header dependencies | Johan B. C. Engelen | 2009-11-23 | 1 | -1/+3 |
| | | | | (bzr r8841) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -4/+4 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -4/+4 |
| | | | | (bzr r8404) | ||||
| * | remove the deactivate knotholder parameter | bulia byak | 2009-05-07 | 1 | -3/+0 |
| | | | | (bzr r7833) | ||||
| * | correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵ | Johan B. C. Engelen | 2009-03-15 | 1 | -0/+3 |
| | | | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -41/+1 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -2/+3 |
| | | | | (bzr r6885) | ||||
| * | Add option do deactivate knotholder handles for LPEs (useful if they ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+3 |
| | | | | | | interfere with node handles during editing); doesn't live update the ShapeEditor at the moment (bzr r6667) | ||||
| * | Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense | Maximilian Albert | 2008-08-18 | 1 | -2/+2 |
| | | | | (bzr r6644) | ||||
| * | Remove done_pathparam_set and friends because it currently isn't used any ↵ | Maximilian Albert | 2008-08-18 | 1 | -2/+9 |
| | | | | | | more anyway; reimplement its intended functionality by using isReady() (bzr r6643) | ||||
| * | reimplement acceptsNumParams(); instead of making it a virtual function we ↵ | Maximilian Albert | 2008-08-18 | 1 | -1/+2 |
| | | | | | | just make case distinctions (bzr r6642) | ||||
| * | New LPE to draw infinite lines (cut by a limiting bounding box), rays and ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+1 |
| | | | | | | segments (bzr r6641) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -1/+0 |
| | | | | (bzr r6540) | ||||
| * | New LPE: path length | Maximilian Albert | 2008-07-30 | 1 | -0/+1 |
| | | | | (bzr r6477) | ||||
| * | New LPE: Text label | Maximilian Albert | 2008-07-30 | 1 | -0/+1 |
| | | | | (bzr r6472) | ||||
| * | Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵ | Maximilian Albert | 2008-07-29 | 1 | -2/+5 |
| | | | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450) | ||||
| * | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵ | Maximilian Albert | 2008-07-29 | 1 | -2/+1 |
| | | | | | | and make inheritance from it a bit less clumsy (bzr r6448) | ||||
| * | remove dependency on INVALID_LPE a bit | Johan B. C. Engelen | 2008-07-27 | 1 | -1/+1 |
| | | | | (bzr r6436) | ||||
| * | add LPE Interpolate | Johan B. C. Engelen | 2008-07-27 | 1 | -0/+1 |
| | | | | (bzr r6431) | ||||
| * | add lpe-Boolops | Johan B. C. Engelen | 2008-07-16 | 1 | -0/+1 |
| | | | | (bzr r6334) | ||||
| * | New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵ | Maximilian Albert | 2008-07-15 | 1 | -0/+1 |
| | | | | | | pen/pencil context); don't apply shapes each time the selection changes; new functions to test for specific LPE type and if a path can accept a new shape (bzr r6322) | ||||
| * | New LPE: Ruler | Maximilian Albert | 2008-07-15 | 1 | -0/+1 |
| | | | | (bzr r6319) | ||||
| * | Rename LPE: mirror reflect --> mirror symmetry | Maximilian Albert | 2008-07-08 | 1 | -1/+1 |
| | | | | (bzr r6238) | ||||
| * | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2008-07-07 | 1 | -4/+1 |
| | | | | (bzr r6214) | ||||
| * | New LPE: Offset | Maximilian Albert | 2008-07-03 | 1 | -0/+1 |
| | | | | (bzr r6126) | ||||
| * | New LPE: Copy rotate | Maximilian Albert | 2008-06-18 | 1 | -0/+1 |
| | | | | (bzr r5978) | ||||
| * | New LPE: Parallel | Maximilian Albert | 2008-06-18 | 1 | -0/+1 |
| | | | | (bzr r5975) | ||||
| * | Activate automatic knotholders for LPE PointParams | Maximilian Albert | 2008-06-16 | 1 | -2/+2 |
| | | | | (bzr r5963) | ||||
| * | New LPE: Angle bisector | Maximilian Albert | 2008-06-16 | 1 | -0/+1 |
| | | | | (bzr r5960) | ||||
| * | New LPE: circle through 3 points | Maximilian Albert | 2008-06-16 | 1 | -0/+1 |
| | | | | (bzr r5959) | ||||
| * | Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ↵ | Maximilian Albert | 2008-06-16 | 1 | -1/+3 |
| | | | | | | flashing when LPE already provides a helperpath (bzr r5956) | ||||
| * | Second step: try to make helper curves respond faster (don't recreate/delete ↵ | Maximilian Albert | 2008-06-16 | 1 | -0/+3 |
| | | | | | | the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955) | ||||
| * | First step towards making helper paths for LPE items work better | Maximilian Albert | 2008-06-16 | 1 | -0/+13 |
| | | | | (bzr r5954) | ||||
| * | Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵ | Maximilian Albert | 2008-06-12 | 1 | -1/+8 |
| | | | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902) | ||||
| * | New LPE: Mirror reflection | Maximilian Albert | 2008-06-10 | 1 | -0/+1 |
| | | | | (bzr r5875) | ||||
| * | Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed | Maximilian Albert | 2008-06-10 | 1 | -0/+1 |
| | | | | (bzr r5870) | ||||
| * | Add option to either suppress path flash for items with LPE (e.g., spiro ↵ | Maximilian Albert | 2008-06-08 | 1 | -0/+7 |
| | | | | | | splines use this) or display it permanently while the item is selected. (bzr r5860) | ||||
| * | Re-add two handles for PerpBisector LPE (we don't add the other two because ↵ | Maximilian Albert | 2008-06-08 | 1 | -1/+1 |
| | | | | | | | | they would duplicate the path's own handles and the correct solution would be to allow knotholders and nodepaths at the same time). Put the KnotHolderEntity classes into their own namespaces to avoid clashes. (bzr r5857) | ||||
| * | Better way to add LPE knotholder handles; now it happens semi-automatically ↵ | Maximilian Albert | 2008-06-08 | 1 | -3/+15 |
| | | | | | | in a similar way as adding LPE parameters. (bzr r5856) | ||||
