summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change Y-scaling for curve stiching and path-along-path. add warning message ↵Johan B. C. Engelen2007-09-141-3/+5
| | | | | 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-5/+24
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* Try to fix translation of LPE names.Johan B. C. Engelen2007-08-301-7/+7
| | | (bzr r3623)
* LPE:Johan B. C. Engelen2007-08-291-1/+6
| | | | | | | - 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)
* Rename "Skeletal Strokes" LPE to "Path along path" to better describe what ↵Johan B. C. Engelen2007-08-251-1/+1
| | | | | it does. (bzr r3584)
* Add #define to disable "test" LPE'sJohan B. C. Engelen2007-08-251-1/+5
| | | (bzr r3583)
* Add default value stuff for LPE parametersJohan B. C. Engelen2007-08-191-6/+13
| | | (bzr r3536)
* Add lpe-skeleton for easy implementation!Johan B. C. Engelen2007-08-171-0/+1
| | | (bzr r3500)
* Fix LPE:Johan B. C. Engelen2007-08-171-17/+27
| | | | | | | | * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+232
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)