summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/togglebutton.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-02Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof1-1/+1
change
2019-07-19Fix coding styleJabier Arraiza1-9/+9
2019-07-19Fixes for pressure pencilJabier Arraiza1-36/+40
2019-07-19Improvements finish pointed by MarenJabier Arraiza1-19/+19
2018-11-09Fix codding styleJabiertxof1-2/+2
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09Fix compiling bugJabiertxof1-4/+3
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof1-2/+2
in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
2018-11-08Clarify licensesMax Gaukler1-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
2018-07-21Fixing coding styleJabier Arraiza1-2/+2
2018-07-21adding gtk-themeJabier Arraiza1-11/+12
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-2/+4
This avoids having to pass variables by reference before copying them when calling a constructor.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-03-26Base LPE refactorJabier Arraiza1-4/+2
2017-09-30Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin1-6/+10
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+7
2017-06-29Remove old icon handling codeAlexander Valavanis1-7/+5
2017-05-05LPE widget refactor. Improvement to not update on same valueJabiertxof1-1/+3
(bzr r15665)
2017-05-05Improve responsive from LPEJabier Arraiza Cenoz1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
2017-05-01Fix erase lpe in multi LPE modeJabiertxof1-3/+0
Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
2017-04-29Rewrite UXJabiertxof1-1/+13
(bzr r15620.1.12)
2017-04-28ResetJabiertxof1-23/+1
(bzr r15620.1.9)
2017-04-27Add end of preferences GUIJabier Arraiza Cenoz1-1/+11
(bzr r15620.1.6)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-0/+12
(bzr r15620.1.1)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-5/+1
(bzr r15023.2.8)
2016-07-24Fix a var name bugJabier Arraiza Cenoz1-1/+1
(bzr r15017.1.4)
2016-07-24Add Text tag and update widgets codeJabier Arraiza Cenoz1-0/+8
(bzr r15017.1.2)
2016-07-24Fises to toggle button and coding styleJabier Arraiza Cenoz1-33/+37
(bzr r15021)
2015-08-29Fix a bug on ToogleButton Parameter when call a function without showing the ↵Jabier Arraiza Cenoz1-0/+4
parameter widget (bzr r14331)
2014-08-23Fix deprecated GtkHBox useAlex Valavanis1-2/+6
(bzr r13341.1.167)
2014-07-22Fixed alignaments of toggle buttonsJabier Arraiza Cenoz1-3/+3
(bzr r13341.1.95)
2014-07-19Fix buildLiam P. White1-3/+1
(bzr r13341.1.89)
2014-07-13Update togglebutton parameter to handle if you want:Jabier Arraiza Cenoz1-7/+70
Active text, Active icon, Inactive text, Inactive Icon (bzr r13341.1.88)
2014-07-08Add signals to ToggleButton; more coding styleLiam P. White1-2/+17
(bzr r13341.1.87)
2014-05-13adding missing files from LPE simplifyJabier Arraiza Cenoz1-11/+12
(bzr r13341.1.16)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-2/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
(bzr r11503)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
(bzr r11018)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
(bzr r10940)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-1/+1
(bzr r10826)
2008-06-05Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵Maximilian Albert1-1/+1
doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817)
2008-02-28fixing wrong includesFelipe Corr??a da Silva Sanches1-1/+1
(bzr r4898)
2008-02-28Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen1-3/+1
(bzr r4896)
2008-02-24Warning and whitespace cleanupJon A. Cruz1-2/+2
(bzr r4838)
2008-01-26fix initialization of lpe paramsJohan B. C. Engelen1-0/+1
(bzr r4592)
2008-01-15RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen1-14/+13
(bzr r4500)
2008-01-15prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen1-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)