summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-skeletalstrokes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-081-57/+0
| | | (bzr r5386)
* skeletal-stroke: offset parameters are back again... optionaly proportional ↵JF Barraud2008-03-091-0/+1
| | | | | to pattern size. (bzr r5007)
* add default functions for transforming lpe-pathalongpath.cpp and ↵Johan B. C. Engelen2008-01-181-0/+2
| | | | | lpe-skeletalstrokes.cpp (bzr r4558)
* LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen2007-11-121-1/+1
| | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-54/+54
| | | (bzr r3884)
* add verticalpattern checkbox to path-along-path and some parameters that are ↵Johan B. C. Engelen2007-09-151-0/+4
| | | | | not yet used. fix ScalarParam bug (bzr r3755)
* change Y-scaling for curve stiching and path-along-path. add warning message ↵Johan B. C. Engelen2007-09-141-1/+1
| | | | | 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-0/+3
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* 2 LPE things:Johan B. C. Engelen2007-08-261-2/+0
| | | | | | * Add changed signal to LPE PathParameter * removed origin parameter from path along path as it is not necessary any more (bzr r3585)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+49
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)