summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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