summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-skeletalstrokes.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-041-6/+12
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* 2 LPE things:Johan B. C. Engelen2007-08-261-15/+6
| | | | | | * Add changed signal to LPE PathParameter * removed origin parameter from path along path as it is not necessary any more (bzr r3585)
* Rename "Skeletal Strokes" LPE to "Path along path" to better describe what ↵Johan B. C. Engelen2007-08-251-4/+4
| | | | | it does. (bzr r3584)
* Fix LPE:Johan B. C. Engelen2007-08-171-9/+6
| | | | | | | | * 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/+161
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)