summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/unit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof2019-11-021-1/+1
| | | | change
* 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
* Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof2018-10-031-1/+1
| | | | with mouse correctly
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+6
|
* Update to trunkJabier Arraiza Cenoz2017-05-051-0/+1
|\ | | | | (bzr r15620.1.17)
| * Improve responsive from LPEJabier Arraiza Cenoz2017-05-051-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
* | Rewrite UXJabiertxof2017-04-291-2/+2
| | | | | | (bzr r15620.1.12)
* | ResetJabiertxof2017-04-281-13/+3
| | | | | | (bzr r15620.1.9)
* | Add end of preferences GUIJabier Arraiza Cenoz2017-04-271-1/+11
| | | | | | (bzr r15620.1.6)
* | Allow set and reset default values of LPE parametersJabiertxof2017-04-141-2/+2
|/ | | (bzr r15620.1.1)
* Add strore parametersJabier Arraiza Cenoz2016-07-241-0/+6
| | | (bzr r15017.1.5)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-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)
* Switched to global UnitTable.Matthew Petroff2013-08-041-2/+2
| | | (bzr r12380.1.62)
* Ported "live_effects/parameter/unit.*".Matthew Petroff2013-07-191-10/+12
| | | (bzr r12380.1.41)
* Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-171-1/+1
| | | (bzr r12380.1.21)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* const methodsJohan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12037)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
| | | (bzr r10826)
* New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert2008-07-311-0/+94
(bzr r6487)