summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-curvestitch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-3/+1
* copyeditingbulia byak2008-05-011-3/+3
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
* remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen2008-03-231-3/+4
* fix warningsJohan B. C. Engelen2008-02-291-2/+2
* Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen2008-02-281-0/+1
* fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen2008-02-201-49/+63
* fix transformation of LPECurveStitch when "Scale width relative" is setJohan B. C. Engelen2008-01-171-0/+16
* sorry for this late feature change. this makes the curvestitching *that* much...Johan B. C. Engelen2008-01-171-17/+18
* Oops, set 'scislac' modus off by default ofcourse.Johan B. C. Engelen2008-01-161-1/+1
* fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to normal...Johan B. C. Engelen2008-01-161-4/+11
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen2008-01-161-2/+2
* Corrected tooltips and labels in the LPEsJoel Holdsworth2008-01-041-3/+3
* Enhanced subcurve stitching tool to look more like Expression's effect linesJohan B. C. Engelen2007-11-201-5/+13
* LPE: no longer overload doEffect methods, but name them according to accepted...Johan B. C. Engelen2007-11-121-1/+1
* * UI text change "Curve stitching" to "Stitch subcurves"Johan B. C. Engelen2007-11-061-2/+31
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-135/+135
* Change "scale y" to "scale width" in description of LPEs.Johan B. C. Engelen2007-09-141-2/+2
* change Y-scaling for curve stiching and path-along-path. add warning message ...Johan B. C. Engelen2007-09-141-6/+12
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...Johan B. C. Engelen2007-09-041-1/+3
* LPE: add RandomParam type.Johan B. C. Engelen2007-09-021-4/+7
* Add "scale y stroke" parameter to Curve Stitching LPEJohan B. C. Engelen2007-08-311-2/+6
* Added freedom of strokepath for the Curve Stitching LPEJohan B. C. Engelen2007-08-301-6/+20
* LPE:Johan B. C. Engelen2007-08-291-0/+106