summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-transform_2pts.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-2/+2
|
* 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.
* Fix typo in variable name s/strech/stretch/mattia@debian.org2017-01-071-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1653371 (bzr r15400.1.1)
* Improvements to transform by two knots pointed by Ivan Louettejtx2015-09-171-0/+4
| | | (bzr r14375)
* Add lock angle to transform by two points LPEJabier Arraiza Cenoz2015-08-271-2/+3
| | | (bzr r14328)
* Changed from fixed width to lock width, removed one widget to the transform ↵Jabier Arraiza Cenoz2015-08-271-4/+4
| | | | | by 2 pts (bzr r14326)
* Added fixed and elastic modes to transform by two knotsJabier Arraiza Cenoz2015-08-261-0/+6
| | | (bzr r14325)
* Fixed bugs in branch review and updated to new apiJabier Arraiza Cenoz2015-07-301-3/+9
| | | (bzr r13879.1.20)
* Fix coding style issues in transform by two points LPEJabier Arraiza Cenoz2015-04-101-9/+9
| | | (bzr r13879.1.15)
* fix a bug pointed by su_vJabier Arraiza Cenoz2015-03-191-3/+3
| | | (bzr r13879.1.12)
* fixed bugs pointed by su_vJabier Arraiza Cenoz2015-02-051-3/+4
| | | (bzr r13879.1.9)
* fixing bugs on reset functionJabier Arraiza Cenoz2015-02-041-14/+4
| | | (bzr r13879.1.8)
* Fix some problems pointed by su_vJabier Arraiza Cenoz2015-02-021-1/+4
| | | (bzr r13879.1.7)
* adde parameter to select knot node positionJabier Arraiza Cenoz2015-02-011-1/+14
| | | (bzr r13879.1.4)
* Effect doneJabier Arraiza Cenoz2015-02-011-4/+22
| | | (bzr r13879.1.2)
* Create a empty LPEJabier Arraiza Cenoz2015-01-271-0/+49
(bzr r13879.1.1)