summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bendpath.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add knot ungrabbed eventJabiertxof2019-05-201-0/+1
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-3/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Improvements to transforms in LPEJabier Arraiza2018-10-011-6/+0
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-3/+3
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Fixing LPE recalculations warnings on updateJabier Arraiza2018-04-231-1/+5
* Add transforms fixesJabier Arraiza2018-04-231-5/+1
* Base LPE refactorJabier Arraiza2018-03-261-7/+3
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+0
* Fixes crashes with knoth in bend and pattern along pathJabier Arraiza2018-01-011-19/+18
* Add fix sugested in mailing list to allow diferent LPE on clonesJabiertxo Arraiza Cenoz2017-12-291-7/+14
* Fix bug 1735316 - Pattern Along Path: Option to hide the new handlerJabier Arraiza2017-12-061-16/+31
* Fixing problems with nested LPE and convert to pathsJabier Arraiza2017-10-141-0/+8
* Fix bug #1658855, bend from clipboard end point get some spikeJabier Arraiza2017-09-161-3/+4
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape previou...Jabier Arraiza2017-08-131-2/+4
* Code formatingJabiertxof2017-04-281-4/+4
* Fix headers on LPE'sJabiertxof2016-12-101-1/+2
* Fix bugs: #1621234 and #172137Jabier Arraiza Cenoz2016-09-111-9/+5
* Fix a bug in pattern along path at first edit node after applied. Backport it...Jabier Arraiza Cenoz2016-08-291-5/+9
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-16/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+16
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-16/+0
* Fix for bug 1540070Jabier Arraiza Cenoz2016-03-021-4/+1
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-2/+2
* add negative values to bend and pattern along path whith knotJabier Arraiza Cenoz2015-12-081-3/+17
* minor changesJabier Arraiza Cenoz2015-08-081-4/+8
* Full refactor of the LPE now too much simple codeJabier Arraiza Cenoz2015-08-071-55/+65
* fix a bug appliening from patheffect list the LPEJabier Arraiza Cenoz2015-08-061-10/+22
* Fix bug on apply effect from pen/pencil toolbarJabier Arraiza Cenoz2015-08-051-19/+26
* Added point parameterJabier Arraiza Cenoz2015-08-021-1/+42
* this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-0/+3
* LPE bend path: fix crash on "uskeleton.cuts.back()" because of empty uskeleton.Johan B. C. Engelen2013-07-011-3/+6
* const ....Johan B. C. Engelen2013-01-171-1/+1
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
* Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-291-3/+3
* UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-2/+2
* Fix by Johan for 436304.Josh Andler2009-09-261-5/+8
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen2009-03-151-0/+2
* From trunkTed Gould2008-10-271-7/+0
* remove debug messageJohan B. C. Engelen2008-08-071-1/+0
* try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen2008-08-071-4/+9
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-2/+0
* add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen2008-07-201-1/+1
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-1/+1
* LPE STACKING!Johan B. C. Engelen2008-05-301-13/+2