summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-curvestitch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
* Remove unused transform functions related to LPE and improvements to fill-bet...Jabier Arraiza2018-12-151-18/+0
* Clarify licensesMax Gaukler2018-11-081-3/+4
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+3
* Code formatingJabiertxof2017-04-281-8/+8
* Fixes bug 1655160 in stich subpathsJabiertxof2017-02-041-7/+5
* Fix headers on LPE'sJabiertxof2016-12-101-2/+3
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+8
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+0
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-5/+5
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-1/+0
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Merge from trunkKrzysztof Kosi??ski2011-04-071-12/+12
|\
| * Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-201-7/+7
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-7/+7
|\|
| * UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-7/+7
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-1/+1
|/
* add commentJohan B. C. Engelen2010-05-301-0/+1
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen2009-03-151-0/+2
* Merge from fe-movedTed Gould2008-11-211-15/+22
* From trunkTed Gould2008-10-271-0/+5
* add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen2008-07-201-1/+1
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-2/+2
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-2/+2
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-3/+1
* copyeditingbulia byak2008-05-011-3/+3
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
* remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen2008-03-231-3/+4
* fix warningsJohan B. C. Engelen2008-02-291-2/+2
* Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen2008-02-281-0/+1
* fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen2008-02-201-49/+63
* fix transformation of LPECurveStitch when "Scale width relative" is setJohan B. C. Engelen2008-01-171-0/+16
* sorry for this late feature change. this makes the curvestitching *that* much...Johan B. C. Engelen2008-01-171-17/+18
* Oops, set 'scislac' modus off by default ofcourse.Johan B. C. Engelen2008-01-161-1/+1
* fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to normal...Johan B. C. Engelen2008-01-161-4/+11
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen2008-01-161-2/+2
* Corrected tooltips and labels in the LPEsJoel Holdsworth2008-01-041-3/+3
* Enhanced subcurve stitching tool to look more like Expression's effect linesJohan B. C. Engelen2007-11-201-5/+13
* LPE: no longer overload doEffect methods, but name them according to accepted...Johan B. C. Engelen2007-11-121-1/+1
* * UI text change "Curve stitching" to "Stitch subcurves"Johan B. C. Engelen2007-11-061-2/+31
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-135/+135
* Change "scale y" to "scale width" in description of LPEs.Johan B. C. Engelen2007-09-141-2/+2