summaryrefslogtreecommitdiffstats
path: root/src/sp-spiral.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-4/+5
| | | | | displayed "B". (bzr r7335)
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-3/+21
| | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144)
* use 2geom bezier fitting (is copy of inkscape's)Johan B. C. Engelen2008-12-101-2/+2
| | | (bzr r6983)
* Merge from fe-movedTed Gould2008-11-211-2/+11
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-3/+3
| | | (bzr r6885)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-18/+18
| | | (bzr r6835)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* for spirals, use 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-061-26/+16
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5844)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+1
| | | (bzr r5823)
* 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)