summaryrefslogtreecommitdiffstats
path: root/src/2geom/svg-path-parser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update 2geomPatrick Storz2019-03-241-671/+679
| | | | | | | Now at d9e4cc11f4df4e71e96617699997c989cc9248a4 This is the last version that does not depend on an external copy of double-conversion yet.
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-2/+2
| | | (bzr r14639)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-1/+1
| | | (bzr r14059.2.16)
* Update to 2Geom r2358 - better z-snapping logicKrzysztof Kosi??ski2015-05-081-43/+59
| | | (bzr r14059.2.7)
* Fix node editing problemsKrzysztof Kosi??ski2015-05-081-41/+64
| | | (bzr r14059.2.4)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-981/+1171
| | | (bzr r14059.2.1)
* supplemental change to lp:inkscape rev13492 (ignore arc segments when start ↵Johan B. C. Engelen2014-08-051-1/+1
| | | | | | | | and endpoint are equal (within error range) Fixed bugs: - https://launchpad.net/bugs/1330295 (bzr r13493)
* Fix for parsing of incorrect SVG arcs (bug #1330295)Liam P. White2014-08-051-29/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1330295 (bzr r13492)
* 2geom: silence warningJohan B. C. Engelen2014-03-311-1/+1
| | | (bzr r13247)
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-37/+40
| | | (bzr r12921)
* update 2geom to r2049. fixes bugs!Johan B. C. Engelen2012-01-041-3/+4
| | | (bzr r10837)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+2
| | | (bzr r10697)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-23/+24
| | | (bzr r10025)
* 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)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-1/+0
| | | (bzr r8846.1.1)
* Merge from fe-movedTed Gould2008-11-211-23/+24
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-281-27/+28
| | | (bzr r6886)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-24/+24
| | | (bzr r6332)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-27/+26
| | | (bzr r6134)
* added methods to PathSink to manage horizontal and vertical line segments, ↵mcecchetti2008-05-281-973/+760
| | | | | modified svg-path-parser.rl accordingly; now PathSink::arcTo has a real implementation; parser issue quickly solved by Aaron Spike (bzr r5758)
* sync with current 2geom, split_at_discontinuities method and SVGEllipticalArcJohan B. C. Engelen2008-04-131-604/+609
| | | (bzr r5423)
* merge in 2geom rev. 1154Johan B. C. Engelen2007-09-161-33/+33
| | | (bzr r3756)
* Update to 2Geom rev. 1113Johan B. C. Engelen2007-08-301-33/+33
| | | (bzr r3622)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+1603
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)