summaryrefslogtreecommitdiffstats
path: root/src/2geom/svg-path-parser.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-24Update 2geomPatrick Storz1-671/+679
Now at d9e4cc11f4df4e71e96617699997c989cc9248a4 This is the last version that does not depend on an external copy of double-conversion yet.
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-2/+2
(bzr r14639)
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-1/+1
(bzr r14059.2.16)
2015-05-08Update to 2Geom r2358 - better z-snapping logicKrzysztof Kosi??ski1-43/+59
(bzr r14059.2.7)
2015-05-08Fix node editing problemsKrzysztof Kosi??ski1-41/+64
(bzr r14059.2.4)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-981/+1171
(bzr r14059.2.1)
2014-08-05supplemental change to lp:inkscape rev13492 (ignore arc segments when start ↵Johan B. C. Engelen1-1/+1
and endpoint are equal (within error range) Fixed bugs: - https://launchpad.net/bugs/1330295 (bzr r13493)
2014-08-05Fix for parsing of incorrect SVG arcs (bug #1330295)Liam P. White1-29/+8
Fixed bugs: - https://launchpad.net/bugs/1330295 (bzr r13492)
2014-03-312geom: silence warningJohan B. C. Engelen1-1/+1
(bzr r13247)
2014-01-12update 2geom's copy to r2142Johan B. C. Engelen1-37/+40
(bzr r12921)
2012-01-04update 2geom to r2049. fixes bugs!Johan B. C. Engelen1-3/+4
(bzr r10837)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-3/+2
(bzr r10697)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-23/+24
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-1/+0
(bzr r8846.1.1)
2008-11-21Merge from fe-movedTed Gould1-23/+24
(bzr r6891)
2008-10-28Merge from trunkTed Gould1-27/+28
(bzr r6886)
2008-07-16update to latest 2geom (rev1497)Johan B. C. Engelen1-24/+24
(bzr r6332)
2008-07-03update 2geom (svn rev1433)Johan B. C. Engelen1-27/+26
(bzr r6134)
2008-05-28added methods to PathSink to manage horizontal and vertical line segments, ↵mcecchetti1-973/+760
modified svg-path-parser.rl accordingly; now PathSink::arcTo has a real implementation; parser issue quickly solved by Aaron Spike (bzr r5758)
2008-04-13sync with current 2geom, split_at_discontinuities method and SVGEllipticalArcJohan B. C. Engelen1-604/+609
(bzr r5423)
2007-09-16merge in 2geom rev. 1154Johan B. C. Engelen1-33/+33
(bzr r3756)
2007-08-30Update to 2Geom rev. 1113Johan B. C. Engelen1-33/+33
(bzr r3622)
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+1603
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)