summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-29fix simplify, combine, break for LPE pathsbulia byak1-3/+3
2009-02-26Allow path exclusion to work on an arbitrary number of paths. Fixes bug Krzysztof Kosi??ski1-5/+4
2009-01-02make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen1-34/+40
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-9/+9
2008-12-19fix bug #166937 (with viewBox, simplify oversimplifies)Thomas Holder1-0/+3
2008-12-16* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder1-5/+5
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-27From trunkTed Gould1-66/+68
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-13/+14
2008-08-31remove unused include files and methodsJohan B. C. Engelen1-64/+0
2008-08-24Fix for Bug 238113 (preserve title/desc for various Inkscape operations)Jeff Schiller1-7/+50
2008-08-15Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert1-60/+48
2008-08-08fix marker behavior for moveto-only pathsJohan B. C. Engelen1-3/+12
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-5/+5
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-3/+3
2008-08-03Refactoring the object-snapper to use 2geom pathsDiederik van Lierop1-48/+25
2008-08-03convert path to linears and cubics only before creating outline. (workaround ...Johan B. C. Engelen1-2/+9
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-4/+1
2008-08-01fix 253915: do not use style attr, only SPStylebulia byak1-26/+12
2008-07-21Implement snapping of clipping paths and masksDiederik van Lierop1-10/+12
2008-07-16remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen1-1/+3
2008-07-07convert item to livarot path using 2geom pathJohan B. C. Engelen1-6/+5
2008-07-072geomify marker code in stroke-to-pathJohan B. C. Engelen1-25/+58
2008-07-04create pathvector_for_curve method.Johan B. C. Engelen1-1/+22
2008-07-04change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-4/+4
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-12/+10
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-0/+4
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-10/+10
2008-04-27Fixed undo for eraser to be a single stepJon A. Cruz1-0/+6
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-2/+2
2008-03-08Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop1-2/+2
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-02+ Fix bug #179840, forking of LPEsJohan B. C. Engelen1-0/+1
2007-12-271) Fix bug #178312Diederik van Lierop1-30/+48
2007-10-21Allow SPFlowtexts to be used in boolean operationsgustav_b1-1/+1
2007-09-14Clean up code a bit.Johan B. C. Engelen1-11/+2
2007-09-06preserve path effect through simplificationbulia byak1-7/+25
2007-08-07enable Path_for_item to work on flowtextbulia byak1-2/+4
2007-06-27fix issue introduced in r14229MenTaLguY1-1/+1
2007-06-26implementing snapping to imagesDiederik van Lierop1-0/+5
2007-03-31Change paint bucket path union to properly create only one undo event, rather...John Bintz1-1/+9
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
2007-03-18copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; remov...bulia byak1-10/+9
2007-03-13fix 1659445 without unfixing 1595030bulia byak1-4/+4
2007-03-11Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY1-2/+5
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-13/+20
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-15/+12
2007-02-28refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY1-5/+3