summaryrefslogtreecommitdiffstats
path: root/src/sp-offset.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't use splivarot to get livarot path, use livarot's LoadPathVector method ↵Johan B. C. Engelen2008-06-261-81/+9
| | | | | instead (bzr r6076)
* read PathVector instead of NArtBpathJohan B. C. Engelen2008-06-221-8/+7
| | | (bzr r6022)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* for sp-offset.cpp and sp-star.cpp, start using 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-061-1/+1
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5842)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-2/+2
| | | | | 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-9/+9
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* warning cleanupJon A. Cruz2007-11-081-2/+2
| | | (bzr r4043)
* re-introduce isEmpty testsMenTaLguY2007-03-171-1/+1
| | | (bzr r2679)
* ban empty rectangles entirely and remove isEmpty testMenTaLguY2007-03-111-1/+1
| | | (bzr r2606)
* Merge further bbox workMenTaLguY2007-03-101-3/+3
| | | (bzr r2596)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* switch to sigc++ SPObject signals for SPOffsetMenTaLguY2006-07-281-2/+9
| | | (bzr r1496)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-4/+4
| | | (bzr r787)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-51/+51
| | | (bzr r149)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-75/+75
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1238
(bzr r1)