summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/bool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
* Base LPE refactorJabier Arraiza2018-03-261-4/+2
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+7
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+0
* More fixes to LPEJabiertxof2017-05-271-2/+2
* Change bad named varsJabiertxof2017-05-271-3/+3
* LPE widget refactor. Improvement to not update on same valueJabiertxof2017-05-051-1/+3
* Update to trunkJabier Arraiza Cenoz2017-05-051-0/+1
|\
| * Improve responsive from LPEJabier Arraiza Cenoz2017-05-051-0/+1
* | Update to trunkJabiertxof2017-05-011-2/+0
|\|
| * Fix erase lpe in multi LPE modeJabiertxof2017-05-011-2/+0
* | Rewrite UXJabiertxof2017-04-291-0/+6
* | ResetJabiertxof2017-04-281-18/+2
* | Add LPE prefs dialogJabiertxof2017-04-261-1/+11
* | Allow set and reset default values of LPE parametersJabiertxof2017-04-141-1/+7
|/
* Adding baseJabiertxof2017-01-051-1/+2
* Add strore parametersJabier Arraiza Cenoz2016-07-241-0/+6
* Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz2015-10-181-14/+18
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
* Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert2008-06-051-1/+1
* fixing wrong includesFelipe Corr??a da Silva Sanches2008-02-281-1/+1
* Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen2008-02-281-3/+1
* Warning and whitespace cleanupJon A. Cruz2008-02-241-2/+2
* fix initialization of lpe paramsJohan B. C. Engelen2008-01-261-0/+1
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-151-14/+13
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-1/+3
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-93/+93
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+1
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...Johan B. C. Engelen2007-09-041-1/+1
* Add BoolParam for LPE'sJohan B. C. Engelen2007-08-291-0/+93