summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/hidden.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-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Base LPE refactorJabier Arraiza2018-03-261-4/+2
|
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+9
|
* Alow write to repr on hidden LPE parametersJabier Arraiza Cenoz2017-05-291-1/+4
| | | (bzr r15716)
* More fixes to LPEJabiertxof2017-05-271-3/+2
| | | (bzr r15705)
* Change bad named varsJabiertxof2017-05-271-2/+4
| | | (bzr r15704)
* Add missing filesJabiertxof2017-05-061-0/+86
(bzr r15669)