summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix simplify, combine, break for LPE pathsbulia byak2009-03-291-3/+3
| | | (bzr r7586)
* Allow path exclusion to work on an arbitrary number of paths. Fixes bug Krzysztof Kosi??ski2009-02-261-5/+4
| | | | | #335110. (bzr r7381)
* make 'marker' property work (shorthand for start, mid and end markers); ↵Johan B. C. Engelen2009-01-021-34/+40
| | | | | inkscape now passes svg testsuite painting-marker-03-f.svg (bzr r7061)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-9/+9
| | | (bzr r7032)
* fix bug #166937 (with viewBox, simplify oversimplifies)Thomas Holder2008-12-191-0/+3
| | | (bzr r7014)
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-5/+5
| | | | | | | | | | | | 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)
* Merge from fe-movedTed Gould2008-11-211-2/+2
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-66/+68
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-13/+14
| | | (bzr r6839)
* remove unused include files and methodsJohan B. C. Engelen2008-08-311-64/+0
| | | (bzr r6738)
* Fix for Bug 238113 (preserve title/desc for various Inkscape operations)Jeff Schiller2008-08-241-7/+50
| | | (bzr r6712)
* Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-151-60/+48
| | | (bzr r6633)
* fix marker behavior for moveto-only pathsJohan B. C. Engelen2008-08-081-3/+12
| | | (bzr r6596)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-5/+5
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
| | | (bzr r6569)
* Refactoring the object-snapper to use 2geom pathsDiederik van Lierop2008-08-031-48/+25
| | | (bzr r6552)
* convert path to linears and cubics only before creating outline. (workaround ↵Johan B. C. Engelen2008-08-031-2/+9
| | | | | for a bug in livarot) (bzr r6548)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-4/+1
| | | (bzr r6540)
* fix 253915: do not use style attr, only SPStylebulia byak2008-08-011-26/+12
| | | (bzr r6518)
* Implement snapping of clipping paths and masksDiederik van Lierop2008-07-211-10/+12
| | | (bzr r6386)
* remove all old nartbpath code from SPCurve!!! (in other words, ↵Johan B. C. Engelen2008-07-161-1/+3
| | | | | lib2geomification of SPCurve complete) (bzr r6330)
* convert item to livarot path using 2geom pathJohan B. C. Engelen2008-07-071-6/+5
| | | (bzr r6216)
* 2geomify marker code in stroke-to-pathJohan B. C. Engelen2008-07-071-25/+58
| | | (bzr r6206)
* create pathvector_for_curve method.Johan B. C. Engelen2008-07-041-1/+22
| | | (bzr r6160)
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-041-1/+1
| | | (bzr r6155)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-4/+4
| | | (bzr r5915)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-12/+10
| | | | | 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)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-0/+4
| | | | | | - 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)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-10/+10
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Fixed undo for eraser to be a single stepJon A. Cruz2008-04-271-0/+6
| | | (bzr r5528)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+2
| | | (bzr r5149)
* Node tool: snap to paths and their nodes, incl. to the path currently being ↵Diederik van Lierop2008-03-081-2/+2
| | | | | edited (bzr r4989)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-0/+1
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* 1) Fix bug #178312Diederik van Lierop2007-12-271-30/+48
| | | | | 2) Fix constrained snapping to objects (bzr r4314)
* Allow SPFlowtexts to be used in boolean operationsgustav_b2007-10-211-1/+1
| | | (bzr r3938)
* Clean up code a bit.Johan B. C. Engelen2007-09-141-11/+2
| | | (bzr r3747)
* preserve path effect through simplificationbulia byak2007-09-061-7/+25
| | | (bzr r3694)
* enable Path_for_item to work on flowtextbulia byak2007-08-071-2/+4
| | | (bzr r3406)
* fix issue introduced in r14229MenTaLguY2007-06-271-1/+1
| | | (bzr r3115)
* implementing snapping to imagesDiederik van Lierop2007-06-261-0/+5
| | | (bzr r3110)
* Change paint bucket path union to properly create only one undo event, ↵John Bintz2007-03-311-1/+9
| | | | | rather than two (bzr r2792)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; ↵bulia byak2007-03-181-10/+9
| | | | | remove disableInteraction - not needed without the canvas update; set busy cursor (bzr r2686)
* fix 1659445 without unfixing 1595030bulia byak2007-03-131-4/+4
| | | (bzr r2636)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-2/+5
| | | | | recent bbox regressions. (bzr r2604)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-13/+20
| | | (bzr r2538)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-15/+12
| | | | | rect handling, though) (bzr r2536)
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-5/+3
| | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466)