summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-path.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-1/+1
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-5/+5
* Fix node editing problemsKrzysztof Kosi??ski2015-05-081-6/+5
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-7/+8
* Code cleanup.Liam P. White2014-08-181-32/+19
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-3/+3
* cppcheckKris De Gussem2012-03-071-1/+1
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-3/+0
* cppcheckKris De Gussem2011-10-181-2/+2
* update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-091-1/+2
* Merge from trunkTed Gould2008-10-281-1/+2
* LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen2008-09-101-676/+4
* add method to write single paths to svgJohan B. C. Engelen2008-09-021-8/+20
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* omit stitch segments from serialized pathsMenTaLguY2008-07-201-1/+4
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+1
* enable writing "H/h" and "V/v" to SVG !Johan B. C. Engelen2008-07-121-3/+4
* 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
* use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen2008-07-111-1/+1
* add commented HLineSegment and VLineSegment to svg writerJohan B. C. Engelen2008-06-291-0/+5
* help detection of path read bugJohan B. C. Engelen2008-06-251-6/+11
* Partial fix (for preventing numerical issues) and restructuring for PathStrin...Jasper van de Gronde2008-06-201-1/+1
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-0/+67
* slight numerical improvementPeter Moulder2008-06-051-1/+4
* Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter error...Peter Moulder2008-05-081-51/+154
* Fix a regression in the SVG path data parser (it will now parse things like "...Jasper van de Gronde2008-05-061-17/+19
* Improved numerical precision for the SVG path data parser (along with a small...Jasper van de Gronde2008-04-291-116/+79
* Further fix for sign handling of the SVG path data parser.Jasper van de Gronde2008-04-281-2/+1
* Fix for closepath handling of SVG path data parser and tolerance for approxim...Jasper van de Gronde2008-04-281-2/+4
* Fixed SVG path data parser to handle close paths better (it used to create sp...Jasper van de Gronde2008-04-261-94/+37
* patch by Jasper for optimizing path databulia byak2008-03-181-1/+3
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-051-1/+1
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-051-6/+7
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-241-16/+12
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-261-38/+34
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-6/+6
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-6/+6
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+710