summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-transform_2pts.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-12Add icons to show help in set defauls LPE parametersJabier Arraiza1-6/+6
2019-07-01Fix various minor typosYuri Chornoivan1-14/+14
2019-01-02modernize loopsMarc Jeanmougin1-7/+7
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-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-03-26Base LPE refactorJabier Arraiza1-5/+8
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+2
A lot of header clean-up.
2017-05-29Initial releaseJabiertxof1-2/+2
(bzr r15704)
2017-05-27More fixes to LPEJabiertxof1-2/+2
(bzr r15705)
2017-05-27More fixes to LPEJabiertxof1-2/+2
(bzr r15703.1.2)
2017-05-05Improve responsive from LPEJabier Arraiza Cenoz1-4/+14
Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
2017-04-28ResetJabiertxof1-15/+0
(bzr r15620.1.9)
2017-04-27Add end of preferences GUIJabier Arraiza Cenoz1-1/+1
(bzr r15620.1.6)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-0/+15
(bzr r15620.1.1)
2017-01-07Fix typo in variable name s/strech/stretch/mattia@debian.org1-7/+7
Fixed bugs: - https://launchpad.net/bugs/1653371 (bzr r15400.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-0/+1
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-1/+0
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-0/+1
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2016-07-24Add Text tag and update widgets codeJabier Arraiza Cenoz1-1/+0
(bzr r15017.1.2)
2016-06-12Fix 90% of tweenk reviewJabier Arraiza Cenoz1-1/+1
(bzr r13645.1.155)
2016-06-12Fix a helper path dataJabier Arraiza Cenoz1-1/+1
(bzr r14984)
2016-03-02Fix for bug 1540070Jabier Arraiza Cenoz1-2/+1
Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-4/+4
(bzr r14639)
2015-11-01Typo fixYuri Chornoivan1-2/+2
(bzr r14439)
2015-09-17Improvements to transform by two knots pointed by Ivan Louettejtx1-10/+66
(bzr r14375)
2015-08-28Improve elastic mode in transform by two points LPEjtx1-1/+5
(bzr r14329)
2015-08-27Add lock angle to transform by two points LPEJabier Arraiza Cenoz1-31/+42
(bzr r14328)
2015-08-27Changed from fixed width to lock width, removed one widget to the transform ↵Jabier Arraiza Cenoz1-25/+18
by 2 pts (bzr r14326)
2015-08-26Added fixed and elastic modes to transform by two knotsJabier Arraiza Cenoz1-8/+86
(bzr r14325)
2015-08-24Fix a big on apply on closed path Transform By two knotsJabier Arraiza Cenoz1-0/+4
(bzr r14322)
2015-07-30Fixed bugs in branch review and updated to new apiJabier Arraiza Cenoz1-64/+79
(bzr r13879.1.20)
2015-04-10Fix coding style issues in transform by two points LPEJabier Arraiza Cenoz1-97/+97
(bzr r13879.1.15)
2015-03-19Fixed compiling problems and removed ACTIVE DESKTOP from LPEJabier Arraiza Cenoz1-16/+8
(bzr r13879.1.13)
2015-02-05fixed bugs pointed by su_vJabier Arraiza Cenoz1-24/+19
(bzr r13879.1.9)
2015-02-04fixing bugs on reset functionJabier Arraiza Cenoz1-62/+77
(bzr r13879.1.8)
2015-02-02Fix some problems pointed by su_vJabier Arraiza Cenoz1-8/+27
(bzr r13879.1.7)
2015-02-01adde parameter to select knot node positionJabier Arraiza Cenoz1-10/+98
(bzr r13879.1.4)
2015-01-27Create a empty LPEJabier Arraiza Cenoz1-0/+47
(bzr r13879.1.1)