summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-gears.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use sp_nodepath_make_straight_path in LPEGearsJohan B. C. Engelen2008-04-141-1/+1
| | | (bzr r5438)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* Fix missing tooltips in LPE's. (Closes LP: #178471)Bryce Harrington2008-01-061-1/+8
| | | | | Whitespace cleanup. (bzr r4413)
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-2/+2
| | | (bzr r4369)
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-301-21/+23
| | | | | Fix trailing whitespace. (bzr r4342)
* 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)
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-2/+8
| | | (bzr r4018)
* LPE: implement NEW path-along-path effect, i think that old one has become ↵Johan B. C. Engelen2007-10-301-0/+2
| | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-266/+266
| | | (bzr r3884)
* Fix LPE:Johan B. C. Engelen2007-08-171-2/+2
| | | | | | | | * 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/+266
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)