summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-02-25Factor out bpath_to_PathJohn Bintz1-6/+11
2007-01-22continue switching sp_repr_new* over to XML::Document::create*Aaron Spike1-7/+14
2007-01-07Fixed crash when doing a boolean union when nothing is selected.Johan B. C. Engelen1-3/+8
2006-12-29Fix for 1595030 (Stroke width after Union changed in a strange way).gustav_b1-6/+20
2006-12-06Renaming sp-marker.* to marker.*Bryce Harrington1-1/+1
2006-11-10allow union on a single object for the purpose of removing self overlapsAaron Spike1-1/+1
2006-10-25preserve clip/mask for stroke-to-path alsobulia byak1-0/+6
2006-10-10undo annotationsgustav_b1-6/+13
2006-10-05undo annotationsbulia byak1-9/+8
2006-10-03fix bug #1568462 boolean operation remove mask/clip-pathpopolon.org1-2/+15
2006-09-30Patch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & clip-p...Johan B. C. Engelen1-0/+15
2006-08-13inform user of progress during long-running simplify operationsJohn Bintz1-0/+27
2006-07-22patch from John Bintz, adding pref to simplify multiple paths separatelyMenTaLguY1-31/+56
2006-07-09undo annotationsgustav_b1-21/+10
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-7/+24
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY1-1/+2
2006-05-26correctly treat dashes and markers when converting stroke to path, fixes 933482bulia byak1-14/+106
2006-05-21fix 1445003bulia byak1-2/+2
2006-05-09eliminate direct accesses to SPCurve::bpathMenTaLguY1-4/+4
2006-05-09use std::vector rather than dynamically-sized automatic arraysMenTaLguY1-4/+5
2006-04-17one more tweak of boolop precisionbulia byak1-2/+2
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-17/+17
2006-04-14reduce flattening precision back somewhat, to prevent too many new nodes appe...bulia byak1-2/+2
2006-04-01switch get_nearest_position and get_point to using supplied livarot Path inst...bulia byak1-17/+4