summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bendpath.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-20Add knot ungrabbed eventJabiertxof1-0/+1
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-3/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Improvements to transforms in LPEJabier Arraiza1-6/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-3/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-04-23Fixing LPE recalculations warnings on updateJabier Arraiza1-1/+5
2018-04-23Add transforms fixesJabier Arraiza1-5/+1
2018-03-26Base LPE refactorJabier Arraiza1-7/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+0
2018-01-01Fixes crashes with knoth in bend and pattern along pathJabier Arraiza1-19/+18
2017-12-29Add fix sugested in mailing list to allow diferent LPE on clonesJabiertxo Arraiza Cenoz1-7/+14
2017-12-06Fix bug 1735316 - Pattern Along Path: Option to hide the new handlerJabier Arraiza1-16/+31
2017-10-14Fixing problems with nested LPE and convert to pathsJabier Arraiza1-0/+8
2017-09-16Fix bug #1658855, bend from clipboard end point get some spikeJabier Arraiza1-3/+4
2017-08-13Attemp to fix bug 1707899, retain shapes color. Also now retain shape previou...Jabier Arraiza1-2/+4
2017-04-28Code formatingJabiertxof1-4/+4
2017-04-28ResetJabiertxof1-4/+4
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-4/+4
2016-12-16remove rollback to 15315Jabiertxof1-1/+2
2016-12-16Rollback 15315Jabiertxof1-2/+1
2016-12-10Fix headers on LPE'sJabiertxof1-1/+2
2016-09-11Fix bugs: #1621234 and #172137Jabier Arraiza Cenoz1-9/+5
2016-08-29Fix a bug in pattern along path at first edit node after applied. Backport it...Jabier Arraiza Cenoz1-5/+9
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-16/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+16
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-16/+0
2016-03-02Fix for bug 1540070Jabier Arraiza Cenoz1-4/+1
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-2/+2
2015-12-08add negative values to bend and pattern along path whith knotJabier Arraiza Cenoz1-3/+17
2015-08-08minor changesJabier Arraiza Cenoz1-4/+8
2015-08-07Full refactor of the LPE now too much simple codeJabier Arraiza Cenoz1-55/+65
2015-08-06fix a bug appliening from patheffect list the LPEJabier Arraiza Cenoz1-10/+22
2015-08-05Fix bug on apply effect from pen/pencil toolbarJabier Arraiza Cenoz1-19/+26
2015-08-02Added point parameterJabier Arraiza Cenoz1-1/+42
2014-11-15ignore this commitJabier Arraiza Cenoz1-3/+1
2014-11-15ignore this commitJabier Arraiza Cenoz1-1/+3
2014-09-29this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz1-0/+3
2013-07-01LPE bend path: fix crash on "uskeleton.cuts.back()" because of empty uskeleton.Johan B. C. Engelen1-3/+6
2013-01-17const ....Johan B. C. Engelen1-1/+1
2013-01-17more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen1-1/+1
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
2010-12-29Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem1-3/+3
2010-10-02UI fixes (a.o. Bug #560751 )Kris De Gussem1-2/+2
2009-09-26Fix by Johan for 436304.Josh Andler1-5/+8
2009-03-15correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen1-0/+2
2008-10-27From trunkTed Gould1-7/+0