summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-attach-path.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+0
| | | | A lot of header clean-up.
* Fix headers on LPE'sJabiertxof2016-12-101-3/+2
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
| | | (bzr r15025)
* Update 2Geom to r2347Krzysztof Kosi??ski2015-04-301-2/+2
| | | (bzr r14059.2.3)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-7/+9
| | | (bzr r14059.2.1)
* Warnings cleanup; formattingLiam P. White2014-09-141-9/+9
| | | (bzr r13341.1.206)
* Small cleanupLiam P. White2014-09-141-1/+1
| | | (bzr r13341.1.205)
* Properly allow effect stacking with knotholders (and add extra LPE ↵Liam P. White2014-04-061-8/+3
| | | | | functionality) (bzr r13090.1.48)
* Remove all trace of the Tags dialogLiam P. White2014-03-091-2/+2
| | | | | | Fixed Attach Path and Fill Between Many LPEs Enabled Gradient Meshes (bzr r13090.1.21)
* Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-0/+203
(bzr r13090.1.1)