summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/bool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-03-26Base LPE refactorJabier Arraiza1-4/+2
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+7
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2017-05-29Initial releaseJabiertxof1-3/+3
2017-05-27More fixes to LPEJabiertxof1-2/+2
2017-05-27More fixes to LPEJabiertxof1-2/+2
2017-05-27Change bad named varsJabiertxof1-3/+3
2017-05-27Change bad named varsJabiertxof1-3/+3
2017-05-05LPE widget refactor. Improvement to not update on same valueJabiertxof1-1/+3
2017-05-05Improve responsive from LPEJabier Arraiza Cenoz1-0/+1
2017-05-01Fix erase lpe in multi LPE modeJabiertxof1-2/+0
2017-04-29Rewrite UXJabiertxof1-0/+6
2017-04-28ResetJabiertxof1-18/+2
2017-04-26Add LPE prefs dialogJabiertxof1-1/+11
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-1/+7
2017-01-24update to trunkJabier Arraiza Cenoz1-1/+2
2017-01-05Adding baseJabiertxof1-1/+2
2016-12-18working on reflectionsJabiertxof1-1/+2
2016-07-24Add strore parametersJabier Arraiza Cenoz1-0/+6
2015-10-18Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz1-14/+18
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-2/+1
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-1/+1
2008-06-05Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert1-1/+1
2008-02-28fixing wrong includesFelipe Corr??a da Silva Sanches1-1/+1
2008-02-28Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen1-3/+1
2008-02-24Warning and whitespace cleanupJon A. Cruz1-2/+2
2008-01-26fix initialization of lpe paramsJohan B. C. Engelen1-0/+1
2008-01-15RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen1-14/+13
2008-01-15prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen1-1/+3
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-93/+93
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-1/+1
2007-09-04LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...Johan B. C. Engelen1-1/+1
2007-08-29Add BoolParam for LPE'sJohan B. C. Engelen1-0/+93