summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-curvestitch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
|
* Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza2018-12-151-18/+0
| | | | fill-betreen-* LPEs
* Clarify licensesMax Gaukler2018-11-081-3/+4
| | | | | | - 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.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+3
| | | | A lot of header clean-up.
* Code formatingJabiertxof2017-04-281-8/+8
| | | (bzr r15649)
* Fixes bug 1655160 in stich subpathsJabiertxof2017-02-041-7/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1655160 (bzr r15472)
* Fix headers on LPE'sJabiertxof2016-12-101-2/+3
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+8
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+0
| | | (bzr r15025)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-5/+5
| | | (bzr r14059.2.1)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-1/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-12/+12
|\ | | | | (bzr r9508.1.73)
| * Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-201-7/+7
| | | | | | (bzr r10119)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | | | | (bzr r10067)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
| | | | | | (bzr r10025)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-7/+7
|\| | | | | (bzr r9508.1.70)
| * UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-7/+7
| | | | | | (bzr r9807)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-1/+1
|/ | | (bzr r9508.1.48)
* add commentJohan B. C. Engelen2010-05-301-0/+1
| | | (bzr r9459)
* 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)
* Merge from fe-movedTed Gould2008-11-211-15/+22
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-0/+5
| | | (bzr r6885)
* add comments about setting new LPE PathParam path data. refactor things a ↵Johan B. C. Engelen2008-07-201-1/+1
| | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-2/+2
| | | (bzr r6134)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-2/+2
| | | (bzr r5823)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-3/+1
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* copyeditingbulia byak2008-05-011-3/+3
| | | (bzr r5568)
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
| | | (bzr r5427)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* remove multiple inheritance from lpe PathParam. since it is often desired to ↵Johan B. C. Engelen2008-03-231-3/+4
| | | | | get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176)
* fix warningsJohan B. C. Engelen2008-02-291-2/+2
| | | (bzr r4905)
* Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen2008-02-281-0/+1
| | | (bzr r4896)
* fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen2008-02-201-49/+63
| | | (bzr r4789)
* fix transformation of LPECurveStitch when "Scale width relative" is setJohan B. C. Engelen2008-01-171-0/+16
| | | (bzr r4543)
* sorry for this late feature change. this makes the curvestitching *that* ↵Johan B. C. Engelen2008-01-171-17/+18
| | | | | much powerful, plus when this would be introduced in 0.47 it would make 0.46's curvestitching xml obsolete and I'd have to tedious compatibility code. (bzr r4539)
* Oops, set 'scislac' modus off by default ofcourse.Johan B. C. Engelen2008-01-161-1/+1
| | | (bzr r4526)
* fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to ↵Johan B. C. Engelen2008-01-161-4/+11
| | | | | normal user. (bzr r4525)
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵Johan B. C. Engelen2008-01-161-2/+2
| | | | | RegisteredWdg (bzr r4523)
* Corrected tooltips and labels in the LPEsJoel Holdsworth2008-01-041-3/+3
| | | (bzr r4386)
* Enhanced subcurve stitching tool to look more like Expression's effect linesJohan B. C. Engelen2007-11-201-5/+13
| | | (bzr r4117)
* LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen2007-11-121-1/+1
| | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067)
* * UI text change "Curve stitching" to "Stitch subcurves"Johan B. C. Engelen2007-11-061-2/+31
| | | | | * add better default strokepath for stitch subcurves (bzr r4035)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-135/+135
| | | (bzr r3884)
* Change "scale y" to "scale width" in description of LPEs.Johan B. C. Engelen2007-09-141-2/+2
| | | (bzr r3749)