summaryrefslogtreecommitdiffstats
path: root/src/svg/path-string.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-10/+8
2018-05-09Apply fixedJabier Arraiza1-1/+1
2018-05-09Reset old code to reaply fixedJabier Arraiza1-1/+1
2018-05-09fix bug compilingJabiertxo Arraiza Cenoz1-5/+2
2018-05-09Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza1-2/+5
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2013-08-15Add option to write out path data using only relative coordinatesTavmjong Bah1-25/+47
2012-05-07Allow shorthand pathsJasper van de Gronde1-1/+4
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-10-08Fixed signed/unsigned problem with precision calc. Fixes bug #399604.Jon A. Cruz1-1/+1
2008-10-31Merge from trunkTed Gould1-13/+13
2008-10-27From trunkTed Gould1-5/+6
2008-07-18Fix for PathString to prevent it from getting into a very, very long copying ...Jasper van de Gronde1-68/+59
2008-07-12enable writing "H/h" and "V/v" to SVG !Johan B. C. Engelen1-0/+10
2008-06-20Partial fix (for preventing numerical issues) and restructuring for PathStrin...Jasper van de Gronde1-56/+45
2008-05-27Fix for PathString to eliminate use of sscanf (which is locale dependent).Jasper van de Gronde1-7/+14
2008-05-20PathString now makes sure that relative coordinates are based on rounded abso...Jasper van de Gronde1-2/+100
2008-03-21Remove unused flag from PathString.Jasper van de Gronde1-1/+0
2008-03-18patch by Jasper for optimizing path databulia byak1-0/+57