summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-lattice.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-4/+5
| | | | | | - 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-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-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Base LPE refactorJabier Arraiza2018-03-261-2/+2
|
* Code formatingJabiertxof2017-04-281-16/+16
| | | (bzr r15649)
* Fix headers on LPE'sJabiertxof2016-12-101-1/+2
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-13/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+13
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-13/+1
| | | (bzr r15025)
* Fix for bug 1540070Jabier Arraiza Cenoz2016-03-021-4/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
* Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz2015-03-121-15/+15
| | | (bzr r13995)
* Merged pointreseteable parameter to point parameterJabier Arraiza Cenoz2015-03-021-0/+15
| | | (bzr r13961)
* this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-0/+3
| | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* UI uniformisationKris De Gussem2012-10-211-16/+16
| | | (bzr r11817)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-2/+1
| | | (bzr r10461)
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-1/+0
| | | (bzr r8846.2.6)
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen2009-03-151-0/+2
| | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵Maximilian Albert2008-07-291-0/+2
| | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450)
* Enable status bar tips for LPE handles that are automatically created from ↵Maximilian Albert2008-07-021-16/+16
| | | | | PointParams (bzr r6118)
* Display helper grid for LPELattice; automatically add helper paths for LPE ↵Maximilian Albert2008-06-181-1/+54
| | | | | PathParams (bzr r5996)
* set eol-style:native for recently added filesMaximilian Albert2008-06-021-253/+253
| | | (bzr r5782)
* add missing filesJohan B. C. Engelen2008-05-301-0/+253
(bzr r5767)