summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-path.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-08Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter error...Peter Moulder1-51/+154
2008-05-06Fix a regression in the SVG path data parser (it will now parse things like "...Jasper van de Gronde1-17/+19
2008-04-29Improved numerical precision for the SVG path data parser (along with a small...Jasper van de Gronde1-116/+79
2008-04-28Further fix for sign handling of the SVG path data parser.Jasper van de Gronde1-2/+1
2008-04-28Fix for closepath handling of SVG path data parser and tolerance for approxim...Jasper van de Gronde1-2/+4
2008-04-26Fixed SVG path data parser to handle close paths better (it used to create sp...Jasper van de Gronde1-94/+37
2008-03-18patch by Jasper for optimizing path databulia byak1-1/+3
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-05glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington1-1/+1
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington1-6/+7
2007-01-24switch to using SVG::PathString for building pathsMenTaLguY1-16/+12
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-38/+34
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-6/+6
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-6/+6