summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-attach-path.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
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-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-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+0
A lot of header clean-up.
2016-12-16remove rollback to 15315Jabiertxof1-3/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+3
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-3/+2
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-7/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+7
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-7/+0
(bzr r15025)
2015-04-30Update 2Geom to r2347Krzysztof Kosi??ski1-2/+2
(bzr r14059.2.3)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-7/+9
(bzr r14059.2.1)
2014-09-27Update to experimental r13565Liam P. White1-0/+198
(bzr r13341.5.16)
2014-09-14Warnings cleanup; formattingLiam P. White1-9/+9
(bzr r13341.1.206)
2014-09-14Small cleanupLiam P. White1-1/+1
(bzr r13341.1.205)
2014-04-06Properly allow effect stacking with knotholders (and add extra LPE ↵Liam P. White1-8/+3
functionality) (bzr r13090.1.48)
2014-03-09Remove all trace of the Tags dialogLiam P. White1-2/+2
Fixed Attach Path and Fill Between Many LPEs Enabled Gradient Meshes (bzr r13090.1.21)
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-0/+203
(bzr r13090.1.1)