summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-lattice.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
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-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-03-26Base LPE refactorJabier Arraiza1-2/+2
2017-04-28Code formatingJabiertxof1-16/+16
(bzr r15649)
2017-04-28ResetJabiertxof1-16/+16
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-16/+16
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-1/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+1
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-1/+2
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-13/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+13
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-13/+1
(bzr r15025)
2016-03-02Fix for bug 1540070Jabier Arraiza Cenoz1-4/+1
Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
2015-03-12Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz1-15/+15
(bzr r13995)
2015-03-02Merged pointreseteable parameter to point parameterJabier Arraiza Cenoz1-0/+15
(bzr r13961)
2014-09-29this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz1-0/+3
More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
2013-01-17const ....Johan B. C. Engelen1-1/+1
(bzr r12039)
2013-01-17more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen1-1/+1
(bzr r12038)
2012-10-21UI uniformisationKris De Gussem1-16/+16
(bzr r11817)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-2/+1
(bzr r10461)
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-1/+0
(bzr r8846.2.6)
2009-03-15correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen1-0/+2
all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
(bzr r6540)
2008-07-29Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵Maximilian Albert1-0/+2
canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450)
2008-07-02Enable status bar tips for LPE handles that are automatically created from ↵Maximilian Albert1-16/+16
PointParams (bzr r6118)
2008-06-18Display helper grid for LPELattice; automatically add helper paths for LPE ↵Maximilian Albert1-1/+54
PathParams (bzr r5996)
2008-06-02set eol-style:native for recently added filesMaximilian Albert1-253/+253
(bzr r5782)
2008-05-30add missing filesJohan B. C. Engelen1-0/+253
(bzr r5767)