summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-vonkoch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppcheckKris De Gussem2011-10-211-3/+3
| | | (bzr r10687)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-18/+18
|\ | | | | (bzr r9508.1.73)
| * Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-201-4/+4
| | | | | | (bzr r10119)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-14/+14
| | | | | | (bzr r10025)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-4/+4
|\| | | | | (bzr r9508.1.70)
| * UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-4/+4
| | | | | | (bzr r9807)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-2/+2
|/ | | (bzr r9508.1.48)
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-1/+0
| | | (bzr r8846.2.6)
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-3/+3
| | | (bzr r8846.2.3)
* textual patch from bug 408093bulia byak2009-09-061-1/+1
| | | (bzr r8563)
* Ctor fixes and misc warning cleanupsJon A. Cruz2009-04-071-5/+5
| | | (bzr r7650)
* 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)
* From trunkTed Gould2008-10-271-8/+0
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-59/+174
| | | (bzr r6884)
* Fixed initialization order issueJon A. Cruz2008-09-181-8/+8
| | | (bzr r6833)
* lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) ↵JF Barraud2008-09-171-0/+7
| | | | | similarity transforms. (bzr r6832)
* lpe-vonkoch: updated to handle groups + changed parameter interpretation to ↵JF Barraud2008-09-171-40/+33
| | | | | allow general transformations (bzr r6830)
* add comments about setting new LPE PathParam path data. refactor things a ↵Johan B. C. Engelen2008-07-201-3/+2
| | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-1/+1
| | | (bzr r6134)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+1
| | | (bzr r5823)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-7/+0
| | | | | | - 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)
* use sp_nodepath_make_straight_path in LPE VonKochJohan B. C. Engelen2008-04-141-1/+2
| | | (bzr r5443)
* 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-1/+1
| | | | | 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)
* lpe-vonkoch: complexity bound + choose bbox/segment as reference.JF Barraud2008-03-161-21/+77
| | | | | lpe-knot: support for self intersecting bezier (will be moved to 2geom). (bzr r5103)
* changed vonkoch to use bbox of input object as reference.JF Barraud2008-03-031-6/+12
| | | (bzr r4932)
* Fixed initialization order problemJon A. Cruz2008-02-271-1/+1
| | | (bzr r4878)
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-251-0/+158
(bzr r4842)