summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/bool.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* purge LivePathEffect::PathTypeJohan B. C. Engelen2008-07-201-2/+0
* Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert2008-06-051-1/+1
* Add paramType() method to LPE parameter classesMaximilian Albert2008-06-051-0/+2
* Make BoolParam usable in boolean expressions directlyMaximilian Albert2008-04-021-0/+3
* Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen2008-02-281-3/+0
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-151-2/+0
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-1/+1
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-59/+59
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...Johan B. C. Engelen2007-09-041-5/+5
* Add "scale y stroke" parameter to Curve Stitching LPEJohan B. C. Engelen2007-08-311-0/+2
* Add BoolParam for LPE'sJohan B. C. Engelen2007-08-291-0/+57