summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-curvestitch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change "scale y" to "scale width" in description of LPEs.Johan B. C. Engelen2007-09-141-2/+2
| | | (bzr r3749)
* change Y-scaling for curve stiching and path-along-path. add warning message ↵Johan B. C. Engelen2007-09-141-6/+12
| | | | | when path effect errors due to 2geom exception. (bzr r3748)
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-041-1/+3
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* LPE: add RandomParam type.Johan B. C. Engelen2007-09-021-4/+7
| | | (bzr r3662)
* Add "scale y stroke" parameter to Curve Stitching LPEJohan B. C. Engelen2007-08-311-2/+6
| | | (bzr r3630)
* Added freedom of strokepath for the Curve Stitching LPEJohan B. C. Engelen2007-08-301-6/+20
| | | (bzr r3626)
* LPE:Johan B. C. Engelen2007-08-291-0/+106
- rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614)