summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/bool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof2019-11-021-1/+1
| | | | change
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* 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
| | | (bzr r15705)
* Change bad named varsJabiertxof2017-05-271-3/+3
| | | (bzr r15704)
* LPE widget refactor. Improvement to not update on same valueJabiertxof2017-05-051-1/+3
| | | (bzr r15665)
* Update to trunkJabier Arraiza Cenoz2017-05-051-0/+1
|\ | | | | (bzr r15620.1.17)
| * Improve responsive from LPEJabier Arraiza Cenoz2017-05-051-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
* | Update to trunkJabiertxof2017-05-011-2/+0
|\| | | | | (bzr r15620.1.14)
| * Fix erase lpe in multi LPE modeJabiertxof2017-05-011-2/+0
| | | | | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
* | Rewrite UXJabiertxof2017-04-291-0/+6
| | | | | | (bzr r15620.1.12)
* | ResetJabiertxof2017-04-281-18/+2
| | | | | | (bzr r15620.1.9)
* | Add LPE prefs dialogJabiertxof2017-04-261-1/+11
| | | | | | (bzr r15620.1.4)
* | Allow set and reset default values of LPE parametersJabiertxof2017-04-141-1/+7
|/ | | (bzr r15620.1.1)
* Adding baseJabiertxof2017-01-051-1/+2
| | | (bzr r15392.1.1)
* Add strore parametersJabier Arraiza Cenoz2016-07-241-0/+6
| | | (bzr r15017.1.5)
* Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz2015-10-181-14/+18
| | | | | | Adds, but not used by the moment a extra parameter to bool and scalar LPE parameter to hide the widget. This allow to store scalar values and bool values inside the LPEObject to intermediate use by the LPE, whithout disturbing to the user. (bzr r14420)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
| | | (bzr r10826)
* Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵Maximilian Albert2008-06-051-1/+1
| | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817)
* 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)