summaryrefslogtreecommitdiffstats
path: root/src/2geom/svg-path.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-185/+0
| | | (bzr r12921)
* fix compile (wrong 2geom update, sry)Johan B. C. Engelen2012-04-151-1/+1
| | | (bzr r11253)
* 2geom updateJohan B. C. Engelen2012-04-151-0/+11
| | | (bzr r11252)
* partial 2geom update to obtain required methodJohan B. C. Engelen2012-03-241-0/+8
| | | (bzr r11127)
* update 2geom to r2049. fixes bugs!Johan B. C. Engelen2012-01-041-4/+3
| | | (bzr r10837)
* 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)
* Patch by Johan to fix reading of rare svg strings.Josh Andler2009-10-031-2/+28
| | | (bzr r8707)
* Merge from trunkTed Gould2008-10-281-2/+3
| | | (bzr r6886)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+1
| | | (bzr r6416)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-4/+4
| | | (bzr r6332)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-1/+1
| | | (bzr r6134)
* added methods to PathSink to manage horizontal and vertical line segments, ↵mcecchetti2008-05-281-0/+11
| | | | | modified svg-path-parser.rl accordingly; now PathSink::arcTo has a real implementation; parser issue quickly solved by Aaron Spike (bzr r5758)
* synchronization with 2geom librarymcecchetti2008-05-201-1/+1
| | | (bzr r5723)
* Fix compilation issue with g++3.3 on OS X 10.3.9Bryce Harrington2007-12-311-4/+4
| | | | | (Patch from LP: #178123) (bzr r4345)
* Update to 2Geom rev. 1113Johan B. C. Engelen2007-08-301-4/+5
| | | (bzr r3622)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+126
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)