summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-path.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-091-1/+2
| | | | | utest-based tests. (bzr r6976)
* Merge from trunkTed Gould2008-10-281-1/+2
| | | (bzr r6886)
* LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen2008-09-101-676/+4
| | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789)
* add method to write single paths to svgJohan B. C. Engelen2008-09-021-8/+20
| | | (bzr r6756)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
| | | (bzr r6416)
* omit stitch segments from serialized pathsMenTaLguY2008-07-201-1/+4
| | | (bzr r6370)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+1
| | | (bzr r6332)
* enable writing "H/h" and "V/v" to SVG !Johan B. C. Engelen2008-07-121-3/+4
| | | (bzr r6273)
* Don't crash on path parse error. Truncate the path data up to where it is valid.Johan B. C. Engelen2008-07-121-6/+15
| | | | | For now shows unsafe debug message about where the path was truncated. (bzr r6272)
* use new 2geom function. This ensures we cannot end up in infinite loop while ↵Johan B. C. Engelen2008-07-111-1/+1
| | | | | converting unexpected 2geom curve types to expected types. (bzr r6260)
* add commented HLineSegment and VLineSegment to svg writerJohan B. C. Engelen2008-06-291-0/+5
| | | (bzr r6085)
* help detection of path read bugJohan B. C. Engelen2008-06-251-6/+11
| | | (bzr r6060)
* Partial fix (for preventing numerical issues) and restructuring for ↵Jasper van de Gronde2008-06-201-1/+1
| | | | | PathString, plus a small fix for the new 2geom sp_svg_write_curve. (bzr r6005)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-0/+67
| | | (bzr r5823)
* slight numerical improvementPeter Moulder2008-06-051-1/+4
| | | (bzr r5811)
* Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter ↵Peter Moulder2008-05-081-51/+154
| | | | | | | error handling - though still no error reporting to the user, beyond the subtle hint that the path is incomplete. There remains a numberical issue with the parsing of floats. (bzr r5626)
* Fix a regression in the SVG path data parser (it will now parse things like ↵Jasper van de Gronde2008-05-061-17/+19
| | | | | "M 1.3.4" correctly again). (bzr r5618)
* Improved numerical precision for the SVG path data parser (along with a ↵Jasper van de Gronde2008-04-291-116/+79
| | | | | small step towards a more robust parser). (bzr r5547)
* Further fix for sign handling of the SVG path data parser.Jasper van de Gronde2008-04-281-2/+1
| | | (bzr r5538)
* Fix for closepath handling of SVG path data parser and tolerance for ↵Jasper van de Gronde2008-04-281-2/+4
| | | | | approximately closed check in gnome-canvas-bpath-util.cpp. (bzr r5536)
* Fixed SVG path data parser to handle close paths better (it used to create ↵Jasper van de Gronde2008-04-261-94/+37
| | | | | spurious subpaths), and be a little less forgiving in general (it doesn't fill in missing parameters anymore, doesn't read 1e3e4 as 1e4 anymore and now only allows one sign character for exponents). (bzr r5525)
* patch by Jasper for optimizing path databulia byak2008-03-181-1/+3
| | | (bzr r5110)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-051-1/+1
| | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390)
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-051-6/+7
| | | | | currently. (bzr r4389)
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-241-16/+12
| | | (bzr r2268)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-38/+34
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-6/+6
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-6/+6
| | | | | one major janitorial task we identified.... (bzr r1633)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+710
(bzr r1)