summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-path_length.h (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-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Fixes for measure LPE and speed path based LPE operationsJabiertxof2016-12-061-2/+0
| | | (bzr r15302)
* Make displaying of unit in lpe-path-length optionalMaximilian Albert2008-09-141-0/+2
| | | (bzr r6812)
* Scaling factor for lpe-path-lengthMaximilian Albert2008-09-141-1/+2
| | | (bzr r6811)
* Hide canvas text, too, when lpe-path-length is invisibleMaximilian Albert2008-09-131-0/+2
| | | (bzr r6801)
* Make lpe-path_length use TextParamInternalMaximilian Albert2008-07-311-1/+1
| | | (bzr r6490)
* Add unit selector for lpe-path-length, tooMaximilian Albert2008-07-311-1/+2
| | | (bzr r6489)
* New LPE: path lengthMaximilian Albert2008-07-301-0/+51
(bzr r6477)