summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/bool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixing wrong includesFelipe Corr??a da Silva Sanches2008-02-281-1/+1
| | | (bzr r4898)
* Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen2008-02-281-3/+1
| | | (bzr r4896)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-2/+2
| | | (bzr r4838)
* fix initialization of lpe paramsJohan B. C. Engelen2008-01-261-0/+1
| | | (bzr r4592)
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-151-14/+13
| | | (bzr r4500)
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-1/+3
| | | | | | 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)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-93/+93
| | | (bzr r3884)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+1
| | | (bzr r3753)
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-041-1/+1
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* Add BoolParam for LPE'sJohan B. C. Engelen2007-08-291-0/+93
(bzr r3610)