summaryrefslogtreecommitdiffstats
path: root/src/sp-flowregion.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-11/+8
| | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010)
* Support for title and desc elements when serializing as Plain SVG.Jeff Schiller2008-08-231-0/+4
| | | (bzr r6709)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+3
| | | (bzr r6593)
* use LoadPathVector instead of LoadArtBPath everywhereJohan B. C. Engelen2008-06-221-3/+3
| | | (bzr r6017)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-6/+6
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-10/+8
| | | (bzr r5884)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-1/+1
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Warning cleanupJon A. Cruz2007-11-041-4/+4
| | | (bzr r4025)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-221-2/+9
| | | (bzr r2257)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-1/+1
| | | (bzr r787)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-6/+6
| | | (bzr r149)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-42/+42
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+544
(bzr r1)