summaryrefslogtreecommitdiffstats
path: root/src/object/sp-lpe-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-28Remove dabug lineJabiertxof1-1/+0
2017-05-28Remove original-d from clip and mask LPE if keep pathsJabiertxof1-20/+20
2017-05-28Remove original-d from clip and mask LPE if keep pathsJabiertxof1-20/+20
2017-05-28Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof1-21/+71
2017-05-28Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof1-21/+71
2017-05-27Allow LPE clip or mask hasent effect appliedJabiertxof1-1/+5
2017-05-27Allow LPE clip or mask hasent effect appliedJabiertxof1-1/+5
2017-05-27Change bad named varsJabiertxof1-1/+1
2017-05-27Change bad named varsJabiertxof1-1/+1
2017-05-07Fix a bug on tapper stroke detected with Ede_123 on IRCJabiertxof1-2/+1
2017-05-01Fix erase lpe in multi LPE modeJabiertxof1-1/+1
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-2/+3
2017-01-24update to trunkJabier Arraiza Cenoz1-10/+25
2017-01-24Remove some code and make dependant of rotate copiesJabiertxof1-13/+8
2017-01-24Fixing to mergeJabiertxof1-7/+13
2017-01-05Adding baseJabiertxof1-3/+10
2017-01-04Fixing some bugsJabiertxof1-0/+2
2017-01-02Remove clone original codeJabiertxof1-13/+8
2016-12-30Fixing clips and masksJabier Arraiza Cenoz1-2/+2
2016-12-29Add sp_shape to LPE chain and fixing transformsJabiertxof1-3/+3
2016-12-28First attemp workingJabiertxof1-8/+13
2016-12-16remove rollback to 15315Jabiertxof1-2/+4
2016-12-16Rollback 15315Jabiertxof1-4/+2
2016-12-08Working on nested LPEJabiertxof1-2/+4
2016-12-07Fix the duplicated LPE on erase bugJabiertxof1-1/+5
2016-12-07Improve measure line to allow similar LPEJabiertxof1-1/+2
2016-12-06Fixes for measure LPE and speed path based LPE operationsJabiertxof1-16/+0
2016-12-03Improvements and fixes for buds pointed by suv on measure line LPEJabiertxof1-0/+15
2016-10-19Fix bug:1634641 crash on deleteJabier Arraiza Cenoz1-1/+1
2016-10-14Fix bug:1633521 on powerstrokeJabier Arraiza Cenoz1-3/+8
2016-10-06Fix on delete lineJabier Arraiza Cenoz1-2/+5
2016-09-23Remove "== true" and trailing whitespace.Shlomi Fish1-3/+3
2016-09-04Fix some chrash when apply LPE: ej- sometimes GearJabier Arraiza Cenoz1-1/+1
2016-08-17Add std::nothrow so tests of memory allocation work as expected.Tavmjong Bah1-1/+1
2016-08-15Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah1-3/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-9/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+9
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-9/+0
2016-05-02Working on clip erase basic work done but brokenJabier Arraiza Cenoz1-15/+21
2016-03-19Fix a problem with LPE on clips and paths making extremly slow on LPEJabier Arraiza Cenoz1-13/+8
2016-03-02Fix for bug 1540070Jabier Arraiza Cenoz1-130/+72
2015-12-07static code analysisKris De Gussem1-5/+5
2015-03-12Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz1-1/+1
2015-02-27more cast cleanupMarc Jeanmougin1-5/+5
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-10/+10
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-15/+15
2014-11-25More C++ string usage.Johan B. C. Engelen1-26/+16
2014-10-12noop: remove duplicate assignment in sp-lpe-item.cppJohan B. C. Engelen1-2/+1
2014-10-05Move more UI code into ui/Liam P. White1-2/+2
2014-09-29this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz1-16/+81