summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen2008-07-161-1/+3
* convert item to livarot path using 2geom pathJohan B. C. Engelen2008-07-071-6/+5
* 2geomify marker code in stroke-to-pathJohan B. C. Engelen2008-07-071-25/+58
* create pathvector_for_curve method.Johan B. C. Engelen2008-07-041-1/+22
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-041-1/+1
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-4/+4
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-12/+10
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-0/+4
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-10/+10
* Fixed undo for eraser to be a single stepJon A. Cruz2008-04-271-0/+6
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+2
* Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop2008-03-081-2/+2
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-0/+1
* 1) Fix bug #178312Diederik van Lierop2007-12-271-30/+48
* Allow SPFlowtexts to be used in boolean operationsgustav_b2007-10-211-1/+1
* Clean up code a bit.Johan B. C. Engelen2007-09-141-11/+2
* preserve path effect through simplificationbulia byak2007-09-061-7/+25
* enable Path_for_item to work on flowtextbulia byak2007-08-071-2/+4
* fix issue introduced in r14229MenTaLguY2007-06-271-1/+1
* implementing snapping to imagesDiederik van Lierop2007-06-261-0/+5
* Change paint bucket path union to properly create only one undo event, rather...John Bintz2007-03-311-1/+9
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
* copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; remov...bulia byak2007-03-181-10/+9
* fix 1659445 without unfixing 1595030bulia byak2007-03-131-4/+4
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-2/+5
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-13/+20
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-15/+12
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-5/+3
* Factor out bpath_to_PathJohn Bintz2007-02-251-6/+11
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-221-7/+14
* Fixed crash when doing a boolean union when nothing is selected.Johan B. C. Engelen2007-01-071-3/+8
* Fix for 1595030 (Stroke width after Union changed in a strange way).gustav_b2006-12-291-6/+20
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-1/+1
* allow union on a single object for the purpose of removing self overlapsAaron Spike2006-11-101-1/+1
* preserve clip/mask for stroke-to-path alsobulia byak2006-10-251-0/+6
* undo annotationsgustav_b2006-10-101-6/+13
* undo annotationsbulia byak2006-10-051-9/+8
* fix bug #1568462 boolean operation remove mask/clip-pathpopolon.org2006-10-031-2/+15
* Patch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & clip-p...Johan B. C. Engelen2006-09-301-0/+15
* inform user of progress during long-running simplify operationsJohn Bintz2006-08-131-0/+27
* patch from John Bintz, adding pref to simplify multiple paths separatelyMenTaLguY2006-07-221-31/+56
* undo annotationsgustav_b2006-07-091-21/+10
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-7/+24
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-281-1/+2
* correctly treat dashes and markers when converting stroke to path, fixes 933482bulia byak2006-05-261-14/+106
* fix 1445003bulia byak2006-05-211-2/+2
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-4/+4
* use std::vector rather than dynamically-sized automatic arraysMenTaLguY2006-05-091-4/+5
* one more tweak of boolop precisionbulia byak2006-04-171-2/+2