summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-curvestitch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-12-15Remove unused transform functions related to LPE and improvements to fill-bet...Jabier Arraiza1-18/+0
2018-11-08Clarify licensesMax Gaukler1-3/+4
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+3
2017-04-28Code formatingJabiertxof1-8/+8
2017-04-28ResetJabiertxof1-8/+8
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-8/+8
2017-02-04Fixes bug 1655160 in stich subpathsJabiertxof1-7/+5
2016-12-16remove rollback to 15315Jabiertxof1-2/+3
2016-12-16Rollback 15315Jabiertxof1-3/+2
2016-12-10Fix headers on LPE'sJabiertxof1-2/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-8/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+8
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+0
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-5/+5
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-2/+1
2013-01-17more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen1-1/+1
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-1/+0
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
2011-03-20Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem1-7/+7
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
2010-10-02UI fixes (a.o. Bug #560751 )Kris De Gussem1-7/+7
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-1/+1
2010-05-30add commentJohan B. C. Engelen1-0/+1
2009-03-15correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen1-0/+2
2008-11-21Merge from fe-movedTed Gould1-15/+22
2008-10-27From trunkTed Gould1-0/+5
2008-07-20add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen1-1/+1
2008-07-03update 2geom (svn rev1433)Johan B. C. Engelen1-2/+2
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-2/+2
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-3/+1
2008-05-01copyeditingbulia byak1-3/+3
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-1/+1
2008-04-09change doEffect functions to use const& parametersJohan B. C. Engelen1-1/+1
2008-03-23remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen1-3/+4
2008-02-29fix warningsJohan B. C. Engelen1-2/+2
2008-02-28Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen1-0/+1
2008-02-20fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen1-49/+63
2008-01-17fix transformation of LPECurveStitch when "Scale width relative" is setJohan B. C. Engelen1-0/+16
2008-01-17sorry for this late feature change. this makes the curvestitching *that* much...Johan B. C. Engelen1-17/+18
2008-01-16Oops, set 'scislac' modus off by default ofcourse.Johan B. C. Engelen1-1/+1
2008-01-16fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to normal...Johan B. C. Engelen1-4/+11
2008-01-16RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen1-2/+2
2008-01-04Corrected tooltips and labels in the LPEsJoel Holdsworth1-3/+3
2007-11-20Enhanced subcurve stitching tool to look more like Expression's effect linesJohan B. C. Engelen1-5/+13
2007-11-12LPE: no longer overload doEffect methods, but name them according to accepted...Johan B. C. Engelen1-1/+1
2007-11-06* UI text change "Curve stitching" to "Stitch subcurves"Johan B. C. Engelen1-2/+31