summaryrefslogtreecommitdiffstats
path: root/src/sp-spiral.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-1/+1
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-7/+6
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-4/+8
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-3/+31
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+3
| | | | | create methods to match DOM (bzr r2253)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-1/+1
| | | (bzr r787)
* fix 1424662: as in star, set shape before writing d=bulia byak2006-02-161-0/+3
| | | (bzr r153)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-39/+39
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+617
(bzr r1)