summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-path.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-4/+4
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-1/+1
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-5/+5
2015-05-08Fix node editing problemsKrzysztof Kosi??ski1-6/+5
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-7/+8
2014-08-18Code cleanup.Liam P. White1-32/+19
2014-01-12update 2geom's copy to r2142Johan B. C. Engelen1-3/+3
2012-03-07cppcheckKris De Gussem1-1/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-3/+0
2011-10-18cppcheckKris De Gussem1-2/+2
2011-02-02update to latest 2geom !Johan B. C. Engelen1-3/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski1-1/+2
2008-10-28Merge from trunkTed Gould1-1/+2
2008-09-10LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen1-676/+4
2008-09-02add method to write single paths to svgJohan B. C. Engelen1-8/+20
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-20omit stitch segments from serialized pathsMenTaLguY1-1/+4
2008-07-16update to latest 2geom (rev1497)Johan B. C. Engelen1-1/+1
2008-07-12enable writing "H/h" and "V/v" to SVG !Johan B. C. Engelen1-3/+4
2008-07-12Don't crash on path parse error. Truncate the path data up to where it is valid.Johan B. C. Engelen1-6/+15
2008-07-11use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen1-1/+1
2008-06-29add commented HLineSegment and VLineSegment to svg writerJohan B. C. Engelen1-0/+5
2008-06-25help detection of path read bugJohan B. C. Engelen1-6/+11
2008-06-20Partial fix (for preventing numerical issues) and restructuring for PathStrin...Jasper van de Gronde1-1/+1
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-0/+67
2008-06-05slight numerical improvementPeter Moulder1-1/+4
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