summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-skeletalstrokes.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-081-244/+0
| | | (bzr r5386)
* lpe-skeletal-stroke: fixed bug #204046 (skeleton having more than one ↵JF Barraud2008-04-011-70/+97
| | | | | subpath) and repartition of construction lines. (bzr r5302)
* remove multiple inheritance from lpe PathParam. since it is often desired to ↵Johan B. C. Engelen2008-03-231-1/+1
| | | | | get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176)
* skeletal-stroke: offset parameters are back again... optionaly proportional ↵JF Barraud2008-03-091-12/+53
| | | | | to pattern size. (bzr r5007)
* revert to previous version.JF Barraud2008-02-101-20/+9
| | | (bzr r4700)
* lpe-skeletal-stroke: make spacing and normal_offset parameters do something...JF Barraud2008-02-051-9/+20
| | | (bzr r4658)
* add default functions for transforming lpe-pathalongpath.cpp and ↵Johan B. C. Engelen2008-01-181-0/+7
| | | | | lpe-skeletalstrokes.cpp (bzr r4558)
* Fix missing tooltips in LPE's. (Closes LP: #178471)Bryce Harrington2008-01-061-1/+1
| | | | | Whitespace cleanup. (bzr r4413)
* Make LPE Path along path behave more naturally. (fixes problems in moving a ↵Johan B. C. Engelen2007-11-181-1/+1
| | | | | path with that effect applied to it) (bzr r4107)
* 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)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-169/+169
| | | (bzr r3884)
* add verticalpattern checkbox to path-along-path and some parameters that are ↵Johan B. C. Engelen2007-09-151-3/+11
| | | | | not yet used. fix ScalarParam bug (bzr r3755)
* copyeditbulia byak2007-09-141-2/+2
| | | (bzr r3750)
* 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)
* copyeditbulia byak2007-09-121-4/+4
| | | (bzr r3738)
* 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)