summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-path_length.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
This replaces empty constructors and destructors with the default keyword.
2017-04-28Code formatingJabiertxof1-4/+4
(bzr r15649)
2017-04-28ResetJabiertxof1-4/+4
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-4/+4
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-2/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+2
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-2/+2
(bzr r15318)
2016-12-06Fixes for measure LPE and speed path based LPE operationsJabiertxof1-7/+3
(bzr r15302)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2013-07-20Ported away from and removed "sp-metrics.*".Matthew Petroff1-1/+0
(bzr r12380.1.47)
2013-07-19Ported "live_effects/parameter/unit.*".Matthew Petroff1-2/+3
(bzr r12380.1.41)
2012-10-21UI uniformisationKris De Gussem1-2/+2
(bzr r11817)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-1/+0
(bzr r11503)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2008-09-14Make displaying of unit in lpe-path-length optionalMaximilian Albert1-2/+5
(bzr r6812)
2008-09-14Scaling factor for lpe-path-lengthMaximilian Albert1-4/+4
(bzr r6811)
2008-09-14Warning for bugJon A. Cruz1-0/+2
(bzr r6806)
2008-09-13Hide canvas text, too, when lpe-path-length is invisibleMaximilian Albert1-0/+6
(bzr r6801)
2008-07-31Make lpe-path_length use TextParamInternalMaximilian Albert1-3/+3
(bzr r6490)
2008-07-31Add unit selector for lpe-path-length, tooMaximilian Albert1-7/+13
(bzr r6489)
2008-07-30New LPE: path lengthMaximilian Albert1-0/+72
(bzr r6477)