summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/togglebutton.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for pressure pencilJabier Arraiza2019-07-191-32/+26
|
* Improvements finish pointed by MarenJabier Arraiza2019-07-191-2/+2
|
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-051-3/+2
|
* 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-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This avoids having to pass variables by reference before copying them when calling a constructor.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Remove unused icon-size.hStefano Facchini2017-10-191-1/+0
|
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+1
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-2/+2
|
* Rewrite UXJabiertxof2017-04-291-0/+2
| | | (bzr r15620.1.12)
* ResetJabiertxof2017-04-281-2/+0
| | | (bzr r15620.1.9)
* Allow set and reset default values of LPE parametersJabiertxof2017-04-141-0/+2
| | | (bzr r15620.1.1)
* Fises to toggle button and coding styleJabier Arraiza Cenoz2016-07-241-4/+4
| | | (bzr r15021)
* Update togglebutton parameter to handle if you want:Jabier Arraiza Cenoz2014-07-131-2/+14
| | | | | Active text, Active icon, Inactive text, Inactive Icon (bzr r13341.1.88)
* Add signals to ToggleButton; more coding styleLiam P. White2014-07-081-4/+13
| | | (bzr r13341.1.87)
* adding missing files from LPE simplifyJabier Arraiza Cenoz2014-05-131-0/+56
(bzr r13341.1.16)