summaryrefslogtreecommitdiffstats
path: root/src/svg/path-string.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-10/+8
* Apply fixedJabier Arraiza2018-05-091-1/+1
* Reset old code to reaply fixedJabier Arraiza2018-05-091-1/+1
* fix bug compilingJabiertxo Arraiza Cenoz2018-05-091-5/+2
* Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza2018-05-091-2/+5
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
* Add option to write out path data using only relative coordinatesTavmjong Bah2013-08-151-25/+47
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Fixed signed/unsigned problem with precision calc. Fixes bug #399604.Jon A. Cruz2009-10-081-1/+1
* Merge from trunkTed Gould2008-10-311-13/+13
* From trunkTed Gould2008-10-271-5/+6
* Fix for PathString to prevent it from getting into a very, very long copying ...Jasper van de Gronde2008-07-181-68/+59
* enable writing "H/h" and "V/v" to SVG !Johan B. C. Engelen2008-07-121-0/+10
* Partial fix (for preventing numerical issues) and restructuring for PathStrin...Jasper van de Gronde2008-06-201-56/+45
* Fix for PathString to eliminate use of sscanf (which is locale dependent).Jasper van de Gronde2008-05-271-7/+14
* PathString now makes sure that relative coordinates are based on rounded abso...Jasper van de Gronde2008-05-201-2/+100
* Remove unused flag from PathString.Jasper van de Gronde2008-03-211-1/+0
* patch by Jasper for optimizing path databulia byak2008-03-181-0/+57