summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-interpolate.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-10-24Modify behavior of interpolationTanja Bast1-7/+47
Make sure that the original paths stay the start and end of the interpolation, even after modifying their shape. This is done by transforming the trajectory so that it starts at the bounding box center of the first path and ends at the bounding box center of the second path.
2018-10-24Apply clang formatTanja Bast1-24/+26
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-03-26Base LPE refactorJabier Arraiza1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+3
A lot of header clean-up.
2017-04-28Code formatingJabiertxof1-3/+3
(bzr r15649)
2017-04-28ResetJabiertxof1-3/+3
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-3/+3
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-3/+3
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-3/+3
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-3/+3
(bzr r15318)
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)
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-1/+0
(bzr r14639)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-1/+1
(bzr r14059.2.1)
2013-01-17more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen1-1/+1
(bzr r12038)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-1/+0
(bzr r11503)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-1/+1
(bzr r10897)
2011-03-17Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem1-2/+2
(bzr r10112)
2010-10-02UI fixes (a.o. Bug #560751 )Kris De Gussem1-2/+2
(bzr r9807)
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-1/+1
(bzr r9508.1.48)
2009-10-05Patch by Johan to fix crashing by undefined path parameters in 4 LPEsJosh Andler1-1/+6
(bzr r8723)
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-11-21Merge from fe-movedTed Gould1-10/+18
(bzr r6891)
2008-07-27lpe interpolate: fix traversal of trajectory_path. add option for ↵Johan B. C. Engelen1-9/+14
equidistant_spacing (bzr r6433)
2008-07-27add LPE InterpolateJohan B. C. Engelen1-0/+119
(bzr r6431)