summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-curvestitch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* change Y-scaling for curve stiching and path-along-path. add warning message ↵Johan B. C. Engelen2007-09-141-6/+12
| | | | | when path effect errors due to 2geom exception. (bzr r3748)
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-041-1/+3
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* LPE: add RandomParam type.Johan B. C. Engelen2007-09-021-4/+7
| | | (bzr r3662)
* Add "scale y stroke" parameter to Curve Stitching LPEJohan B. C. Engelen2007-08-311-2/+6
| | | (bzr r3630)
* Added freedom of strokepath for the Curve Stitching LPEJohan B. C. Engelen2007-08-301-6/+20
| | | (bzr r3626)
* LPE:Johan B. C. Engelen2007-08-291-0/+106
- rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614)