summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perspective-envelope.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typo and whitespace fixesluz.paz2019-01-141-1/+1
| | | Found via `codespell` and `atom editor`
* 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-6/+6
| | | | | 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.
* Add option to perspective-envelope LPE to not make unreal perspectives, as ↵Jabier Arraiza Cenoz2016-05-271-1/+2
| | | | | sugest by vlada on IRC (bzr r14920)
* Add mirror symmetry to envelope/perspective LPEJabier Arraiza Cenoz2015-04-211-0/+6
| | | (bzr r14058)
* Fix coding style issues in perspective/envelope LPEJabier Arraiza Cenoz2015-04-101-9/+9
| | | (bzr r14052)
* Merged pointreseteable parameter to point parameterJabier Arraiza Cenoz2015-03-021-5/+5
| | | (bzr r13961)
* Fix previous revision.Liam P. White2014-10-161-0/+70
revid:jtx@jtx.marker.es-20141016153516-eng0y49ppsk2vt5b 13617 Jabiertxof2014-10-16 Change LPE from envelope-perspective to perspective-envelope For me is easy to use/find with this new name. Also fix a rounding error on envelope at small sizes (bzr r13341.1.276)