summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/vector.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-02Improve speed of LPE's updating widgets on release knots instead when value c...Jabiertxof1-4/+8
2019-05-20Add knot ungrabbed eventJabiertxof1-0/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-04Fix updating widgets on LPE missed in the refactorJabiertxof1-0/+2
2018-10-03Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable wit...Jabiertxof1-0/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-5/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-8/+8
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-03-26Base LPE refactorJabier Arraiza1-4/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+1
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+9
2017-04-29Rewrite UXJabiertxof1-0/+19
2017-04-28ResetJabiertxof1-30/+1
2017-04-27Add end of preferences GUIJabier Arraiza Cenoz1-1/+11
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-0/+19
2017-01-20Fix bug 1657591. Crash on ungrouping in v0.92. A unnecesary call to update pa...Jabiertxof1-1/+1
2016-12-19Remove some ocurrences of desktop in knot functionsJabiertxof1-4/+3
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2013-01-17const ....Johan B. C. Engelen1-2/+2
2012-10-14Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop1-2/+2
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-2/+2
2012-04-07gives distinguishing colors to two vector params of LPE rough hatchesJohan B. C. Engelen1-0/+7
2012-04-07the knotholders for LPE parameters should not derive from LPEKnotHolderEntity...Johan B. C. Engelen1-2/+2
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-1/+1
2011-10-28fix order of checks.Johan B. C. Engelen1-1/+4
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
2010-02-14add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen1-17/+13
2009-04-07Ctor fixes and misc warning cleanupsJon A. Cruz1-1/+1
2008-12-17fixed transform_mutliply for vector lpe parameter.JF Barraud1-1/+1
2008-11-21Merge from fe-movedTed Gould1-14/+172
2008-09-02add lpe param: VectorParam<float> and VectorParam<double>Johan B. C. Engelen1-0/+51