summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/unit.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
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-10-03Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof1-1/+1
with mouse correctly
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+6
2017-05-05Improve responsive from LPEJabier Arraiza Cenoz1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
2017-04-29Rewrite UXJabiertxof1-2/+2
(bzr r15620.1.12)
2017-04-28ResetJabiertxof1-13/+3
(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-2/+2
(bzr r15620.1.1)
2016-07-24Add strore parametersJabier Arraiza Cenoz1-0/+6
(bzr r15017.1.5)
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen1-2/+2
objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
2013-08-04Switched to global UnitTable.Matthew Petroff1-2/+2
(bzr r12380.1.62)
2013-07-19Ported "live_effects/parameter/unit.*".Matthew Petroff1-10/+12
(bzr r12380.1.41)
2013-07-17Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff1-1/+1
(bzr r12380.1.21)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2013-01-17const methodsJohan B. C. Engelen1-1/+1
(bzr r12037)
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-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-1/+1
(bzr r10826)
2008-07-31New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert1-0/+94
(bzr r6487)