summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/enum.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-02Improve speed of LPE's updating widgets on release knots instead when value c...Jabiertxof1-3/+1
2019-02-05PencilToolbar: GtkAction migrationAlexander Valavanis1-3/+2
2018-11-08Clarify licensesMax Gaukler1-2/+3
2018-10-03Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable wit...Jabiertxof1-4/+5
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-7/+7
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
2018-03-26Base LPE refactorJabier Arraiza1-4/+2
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-1/+6
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-04-29Rewrite UXJabiertxof1-1/+9
2017-04-28ResetJabiertxof1-9/+1
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-1/+9
2016-07-29Add orientation and alow unsort combobox enum widgetJabier Arraiza Cenoz1-3/+5
2013-01-17const methodsJohan B. C. Engelen1-2/+3
2012-02-12Header cleaningAlex Valavanis1-3/+1
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-2/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2008-08-18cast for EnumParamMaximilian Albert1-0/+3
2008-07-20purge LivePathEffect::PathTypeJohan B. C. Engelen1-2/+0
2008-07-05live_effects/parameter/enum.h: Supply missing #includes/declarations so that ...Peter Moulder1-0/+1
2008-06-05Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert1-1/+1
2008-06-05Add paramType() method to LPE parameter classesMaximilian Albert1-0/+2
2008-02-28Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen1-1/+0
2008-01-26fix initialization of lpe paramsJohan B. C. Engelen1-2/+3
2008-01-16RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen1-17/+10
2008-01-15prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen1-1/+3
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen1-1/+1
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-101/+101
2007-09-05LPE: fix undo bug for applying/removing effectJohan B. C. Engelen1-1/+1
2007-08-19Add default value stuff for LPE parametersJohan B. C. Engelen1-6/+18
2007-08-17Fix LPE:Johan B. C. Engelen1-15/+17
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+87