summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fill-between-many.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loops (2)Marc Jeanmougin1-7/+6
2019-01-02modernize loopsMarc Jeanmougin1-16/+14
2018-12-15Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza1-80/+130
fill-betreen-* LPEs
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-10-01Improvements to transforms in LPEJabier Arraiza1-7/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-04-14Fixes to transforms on LPEJabier Arraiza1-21/+6
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+5
A lot of header clean-up.
2017-09-21Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza1-6/+6
powerstroke path
2017-09-13Fixes for clone original LPEJabiertxo Arraiza Cenoz1-27/+95
2017-09-09This commit is based on a coment on bug #1670644. And allow to fill the fill ↵Jabier Arraiza1-2/+13
between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy
2017-09-08Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a ↵Jabiertxo Arraiza Cenoz1-0/+1
powerstroke path
2017-04-28Code formatingJabiertxof1-5/+5
(bzr r15649)
2017-04-28ResetJabiertxof1-5/+5
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-5/+5
(bzr r15620.1.1)
2017-02-21Improvements to fill between strokes and fill between many LPE'sJabier Arraiza Cenoz1-5/+32
(bzr r15537)
2017-02-04Fixes bug:1654808 along a option to fuse when paths points are coincidantJabiertxof1-2/+8
Fixed bugs: - https://launchpad.net/bugs/1654808 (bzr r15474)
2016-12-16remove rollback to 15315Jabiertxof1-1/+1
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-1/+1
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-1/+1
(bzr r15318)
2016-11-02Fix fill between many LPE to start up with current pathJabier Arraiza Cenoz1-0/+3
(bzr r15198)
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)
2015-10-29static code analysisKris De Gussem1-1/+1
(bzr r14436)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+2
(bzr r14059.2.1)
2014-09-27Update to experimental r13565Liam P. White1-0/+78
(bzr r13341.5.16)
2014-03-07Start cleanup for merge into trunkLiam P. White1-1/+2
(bzr r13090.1.20)
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-0/+77
(bzr r13090.1.1)