summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make PointParam handles snap, tooMaximilian Albert2008-08-011-1/+2
* Make LPE knotholder handles snapMaximilian Albert2008-08-017-25/+49
* Warning cleanupJon A. Cruz2008-08-015-6/+6
* remove old reminder file (of my GSoC last year)Johan B. C. Engelen2008-07-311-6/+0
* Make lpe-path_length use TextParamInternalMaximilian Albert2008-07-313-5/+5
* Add unit selector for lpe-path-length, tooMaximilian Albert2008-07-312-8/+15
* Remove UI stuff from internal text parameterMaximilian Albert2008-07-312-11/+7
* New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert2008-07-315-3/+161
* New LPE: path lengthMaximilian Albert2008-07-305-2/+132
* New function to set text position and anchor relative to a given pathMaximilian Albert2008-07-302-0/+20
* Add default mirroring line to lpe-symmetry because the on-canvas clicks seem ...Maximilian Albert2008-07-302-16/+12
* New LPE: Text labelMaximilian Albert2008-07-305-1/+121
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-302-2/+3
* New 'internal' TextParam which doesn't display a widget (useful if the text s...Maximilian Albert2008-07-303-6/+30
* Make text widget for TextParams work and re-enable itMaximilian Albert2008-07-302-8/+5
* Disable text entry widget for TextParam until it works correctlyMaximilian Albert2008-07-291-0/+5
* Temporarily move the code from display/canvas-text.(h|cpp) to display/canvas-...Maximilian Albert2008-07-291-1/+2
* 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