summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous #includeMaximilian Albert2008-07-291-1/+0
* Make lpe-ruler use the new text widget to display the ruler length on-canvas;...Maximilian Albert2008-07-292-9/+57
* New parameter TextParam for LPEsMaximilian Albert2008-07-293-3/+176
* automatically add helperpath for PathParamsMaximilian Albert2008-07-292-0/+7
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert2008-07-295-29/+46
* Remove obsolete function param_editOncanvas for PointParamsMaximilian Albert2008-07-292-22/+0
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert2008-07-2912-48/+30
* Remove superfluous functionsMaximilian Albert2008-07-292-4/+1
* LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert2008-07-294-21/+42
* remove dependency on INVALID_LPE a bitJohan B. C. Engelen2008-07-272-4/+4
* sort LPE effect listJohan B. C. Engelen2008-07-271-26/+26
* LPE Interpolate => "Interpolate Sub-Paths"Johan B. C. Engelen2008-07-271-1/+1
* lpe interpolate: fix traversal of trajectory_path. add option for equidistant...Johan B. C. Engelen2008-07-272-11/+17
* add LPE InterpolateJohan B. C. Engelen2008-07-276-0/+183
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-253-1/+4
* Scale parameter for lpe-rulerMaximilian Albert2008-07-222-2/+5
* purge LivePathEffect::PathTypeJohan B. C. Engelen2008-07-207-31/+4
* add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen2008-07-207-32/+59
* remove usereference vestiges, change the signature of user_unlink (not used yet)bulia byak2008-07-192-9/+2
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-174-7/+7
* add lpe-BoolopsJohan B. C. Engelen2008-07-166-0/+142
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+1
* warning cleanupJon A. Cruz2008-07-162-2/+2
* remove debug messages from last commitsJohan B. C. Engelen2008-07-151-4/+0
* fix lpe-spiro for smooth closing pointsJohan B. C. Engelen2008-07-151-18/+35
* lpe-skeleton.cpp: comment out handle code by defaultMaximilian Albert2008-07-151-0/+2
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert2008-07-154-0/+26
* Print distance info in console for LPERuler until new CanvasText item worksMaximilian Albert2008-07-151-0/+2
* New LPE: RulerMaximilian Albert2008-07-155-1/+140
* 2geomify lpeSpiroJohan B. C. Engelen2008-07-141-91/+97
* Enable knotholder handles for LPEAngleBisector now that they can be used simu...Maximilian Albert2008-07-141-3/+2
* Enable simultaneous knotholder and nodepathMaximilian Albert2008-07-141-1/+1
* Fix handle for LPERotateCopiesMaximilian Albert2008-07-081-5/+7
* Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert2008-07-086-23/+23
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-4/+1
* move undo commits closer to the UIbulia byak2008-07-052-5/+2
* live_effects/parameter/enum.h: Supply missing #includes/declarations so that ...Peter Moulder2008-07-051-0/+1
* Warning cleanupJon A. Cruz2008-07-044-7/+8
* Remove oncanvas_editable attribute for PointParams; use their internal shape ...Maximilian Albert2008-07-043-5/+7
* Keep original path by default for LPEMirrorReflectMaximilian Albert2008-07-042-0/+6
* Fixed initialization order.Jon A. Cruz2008-07-041-1/+1
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-036-7/+7
* First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert2008-07-033-7/+14
* New LPE: OffsetMaximilian Albert2008-07-035-1/+158
* lpe-skeleton: add boilerplate code to create knotholder handles for LPEsMaximilian Albert2008-07-022-0/+34
* lpe-skeleton: add variable to control display of original pathMaximilian Albert2008-07-021-1/+4
* Handle for PerspectivePath LPE to adjust offset (not ideal yet but better tha...Maximilian Albert2008-07-022-5/+64
* Remove now obsolete 'edit on canvas' button for PointParamsMaximilian Albert2008-07-021-10/+0
* Enable status bar tips for LPE handles that are automatically created from Po...Maximilian Albert2008-07-026-24/+31
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-262-2/+2