summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-path_length.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Code formatingJabiertxof2017-04-281-4/+4
| | | (bzr r15649)
* Fix headers on LPE'sJabiertxof2016-12-101-2/+2
| | | (bzr r15318)
* Fixes for measure LPE and speed path based LPE operationsJabiertxof2016-12-061-7/+3
| | | (bzr r15302)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | (bzr r15025)
* Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-1/+0
| | | (bzr r12380.1.47)
* Ported "live_effects/parameter/unit.*".Matthew Petroff2013-07-191-2/+3
| | | (bzr r12380.1.41)
* UI uniformisationKris De Gussem2012-10-211-2/+2
| | | (bzr r11817)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-1/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Make displaying of unit in lpe-path-length optionalMaximilian Albert2008-09-141-2/+5
| | | (bzr r6812)
* Scaling factor for lpe-path-lengthMaximilian Albert2008-09-141-4/+4
| | | (bzr r6811)
* Warning for bugJon A. Cruz2008-09-141-0/+2
| | | (bzr r6806)
* Hide canvas text, too, when lpe-path-length is invisibleMaximilian Albert2008-09-131-0/+6
| | | (bzr r6801)
* Make lpe-path_length use TextParamInternalMaximilian Albert2008-07-311-3/+3
| | | (bzr r6490)
* Add unit selector for lpe-path-length, tooMaximilian Albert2008-07-311-7/+13
| | | (bzr r6489)
* New LPE: path lengthMaximilian Albert2008-07-301-0/+72
(bzr r6477)