summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-3/+1
| | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495)
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-1/+1
| | | (bzr r4369)
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-3/+9
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-301-5/+5
| | | | | Fix trailing whitespace. (bzr r4342)
* fix bug caused by rev. 16540Johan B. C. Engelen2007-11-221-1/+1
| | | (bzr r4128)
* Fix ordering of LPE parameters (no longer use map, just use vector)Johan B. C. Engelen2007-11-211-4/+3
| | | (bzr r4125)
* LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen2007-11-121-3/+3
| | | | | 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-1/+6
| | | (bzr r4018)
* LPE: implement NEW path-along-path effect, i think that old one has become ↵Johan B. C. Engelen2007-10-301-7/+11
| | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983)
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-1/+7
| | | (bzr r3968)
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-1/+2
| | | (bzr r3934)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-112/+112
| | | (bzr r3884)
* LPE:Johan B. C. Engelen2007-08-291-0/+1
| | | | | | | - 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)
* Add #define to disable "test" LPE'sJohan B. C. Engelen2007-08-251-0/+4
| | | (bzr r3583)
* Add lpe-skeleton for easy implementation!Johan B. C. Engelen2007-08-171-1/+1
| | | (bzr r3500)
* Fix LPE:Johan B. C. Engelen2007-08-171-6/+5
| | | | | | | | * 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/+108
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)