summaryrefslogtreecommitdiffstats
path: root/src/svg/path-string.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-9/+9
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* More header cleanupLiam P. White2014-09-061-2/+2
| | | (bzr r13341.1.198)
* Add option to write out path data using only relative coordinatesTavmjong Bah2013-08-151-6/+18
| | | | | | (in addition to using only absolute coordinates or using a mixture of absolute and relative coordinates optimized for length). (bzr r12480)
* Make last segment before close path absolute.Jasper van de Gronde2012-09-131-1/+5
|\ | | | | (bzr r11667)
| * Allow shorthand pathsJasper van de Gronde2012-05-071-13/+32
|/ | | (bzr r11321.1.1)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Merge from trunkTed Gould2008-10-311-40/+39
| | | (bzr r6887)
* Merge from trunkTed Gould2008-10-281-1/+4
| | | (bzr r6886)
* Fix for PathString to prevent it from getting into a very, very long copying ↵Jasper van de Gronde2008-07-181-12/+38
| | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355)
* enable writing "H/h" and "V/v" to SVG !Johan B. C. Engelen2008-07-121-4/+16
| | | (bzr r6273)
* Partial fix (for preventing numerical issues) and restructuring for ↵Jasper van de Gronde2008-06-201-4/+4
| | | | | PathString, plus a small fix for the new 2geom sp_svg_write_curve. (bzr r6005)
* PathString now makes sure that relative coordinates are based on rounded ↵Jasper van de Gronde2008-05-201-38/+30
| | | | | absolute coordinates (which allows for greater path data size reductions and makes sure that two identical coordinates will result in the same rounded coordinates). (bzr r5719)
* Remove unused flag from PathString.Jasper van de Gronde2008-03-211-1/+0
| | | (bzr r5143)
* patch by Jasper for optimizing path databulia byak2008-03-181-40/+106
| | | (bzr r5110)
* add SVG::PathString for better path buildingMenTaLguY2007-01-241-0/+152
(bzr r2267)