summaryrefslogtreecommitdiffstats
path: root/src/sp-lpe-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-09-27Update to experimental r13565Liam P. White1-2/+8
2014-07-23Partly reverted r13460.Markus Engel1-0/+4
2014-07-22Fixed some logic errors; clang warnings.Markus Engel1-4/+0
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-32/+3
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-33/+3
2014-06-24fix bug introduced in rev. 13403 (merge with trunk)Johan B. C. Engelen1-4/+24
2014-06-24revert rev. 13429 that broke LPE Bend, Envelope, etc etc.Johan B. C. Engelen1-4/+24
2014-06-22Fix for ungrouping/non-LPEItem masksLiam P. White1-8/+22
2014-06-22Fix for ungrouping/non-LPEItem masksLiam P. White1-8/+23
2014-06-16LPEItem enabling/disabling: rewrite mechanism to be more robust. the previous...Johan B. C. Engelen1-24/+4
2014-06-11Fix for bug #1241902Jabier Arraiza Cenoz1-0/+146
2014-06-07Fix for Bug #1241902 -Jabier Arraiza Cenoz1-0/+146
2014-05-05Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira1-0/+16
2014-04-29Fix a small issue with Attach PathLiam P. White1-1/+4
2014-04-28when removing LPE, with 'flattening' option, don't recalculate/rewrite ellips...Johan B. C. Engelen1-7/+14
2014-04-26Fix warning from previous commit.Josh Andler1-2/+0
2014-04-25Fix for on-canvas LPE controls to display immediately.Liam P. White1-0/+16
2014-04-15Minor thingsLiam P. White1-0/+8
2014-04-06Properly allow effect stacking with knotholders (and add extra LPE functional...Liam P. White1-2/+2
2014-04-05noop: improve code style in sp-lpe-item.cppJohan B. C. Engelen1-13/+14
2014-04-04Begin first stage of resolving issue with duplicate knotsLiam P. White1-0/+5
2014-04-02Fix some stuffLiam P. White1-2/+11
2014-04-01Fix bug 1219324Liam P. White1-0/+15
2013-10-27fix warningsJohan B. C. Engelen1-1/+1
2013-10-08Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...Tavmjong Bah1-0/+14
2013-10-04C++Johan B. C. Engelen1-49/+49
2013-10-04C++Johan B. C. Engelen1-20/+20
2013-10-04LPE: add some const correctness, remove unused function, and fix potential cr...Johan B. C. Engelen1-16/+26
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen1-30/+31
2013-08-03catch exception by referenceJohan B. C. Engelen1-1/+1
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged Item.Markus Engel1-11/+9