summaryrefslogtreecommitdiffstats
path: root/src/2geom/path.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2geom: update to c709d6b6780098d3e53363d925f7aee3c2640478Eduard Braun2018-10-011-1/+1
| | | | Update README and remove obsolete files
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-31/+45
| | | (bzr r14639)
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-051-0/+1
| | | (bzr r14228)
* Upgrade to 2Geom r2413Krzysztof Kosi??ski2015-07-041-6/+20
| | | (bzr r14059.2.18)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-7/+14
| | | (bzr r14059.2.16)
* Update to 2Geom r2360. Fixes taper stroke LPE.Krzysztof Kosi??ski2015-05-091-1/+10
| | | (bzr r14059.2.13)
* Fix eraser toolKrzysztof Kosi??ski2015-05-091-0/+3
| | | (bzr r14059.2.12)
* Fix ellipse problemsKrzysztof Kosi??ski2015-05-081-1/+5
| | | (bzr r14059.2.5)
* Update 2Geom to r2347Krzysztof Kosi??ski2015-04-301-48/+50
| | | (bzr r14059.2.3)
* Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-0/+4
| | | (bzr r14059.2.2)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-652/+757
| | | (bzr r14059.2.1)
* partial 2geom update:Johan B. C. Engelen2014-03-311-11/+13
| | | | | | - main reason for update: better swap for Path (fixes C++11 warning/error) - faster implementation for Path * Translate (~6x), Inkscape's code has to be modified to use it though (bzr r13248)
* Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-22/+11
| | | (bzr r10347.1.1)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (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)
* Merge from fe-movedTed Gould2008-11-211-3/+4
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-281-2/+8
| | | (bzr r6886)
* 2geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert2008-09-081-2/+2
| | | (bzr r6784)
* update 2geom (rev. 1569)Johan B. C. Engelen2008-09-011-1/+1
| | | (bzr r6748)
* Fix startup crash by reverting a one-line change in 2geom; but please ↵Maximilian Albert2008-08-171-1/+1
| | | | | investigate this further (bzr r6639)
* Update to 2geom rev. 1538Diederik van Lierop2008-08-151-1/+3
| | | (bzr r6634)
* update 2geom to rev1516Johan B. C. Engelen2008-08-081-1/+7
| | | (bzr r6595)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-4/+5
| | | (bzr r6416)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-300/+252
| | | (bzr r6332)
* Cherry-pick of 2geom update (re. 1488); prevent crash during Path->Piecewise ↵Maximilian Albert2008-07-151-0/+7
| | | | | conversion for zero length paths (bzr r6320)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-87/+176
| | | (bzr r6134)
* update 2geomJohan B. C. Engelen2008-06-181-1/+6
| | | (bzr r5998)
* update 2geomJohan B. C. Engelen2008-06-171-1/+16
| | | (bzr r5970)
* update 2geomJohan B. C. Engelen2008-06-141-0/+16
| | | (bzr r5931)
* implemented new classes for horizontal and vertical line segments; path.h ↵mcecchetti2008-05-261-508/+13
| | | | | has been splitted in several files: curve.h, sbasis-curve.h, bezier-curve.h, elliptical-arc.h, path.h; curves.h allows to include all curve types at once (bzr r5755)
* synchronization with 2geom librarymcecchetti2008-05-201-17/+63
| | | (bzr r5723)
* update to latest 2geomJohan B. C. Engelen2008-05-181-0/+7
| | | (bzr r5689)
* update to latest 2geom. this adds gsl dependency, doesn't seem to make ↵Johan B. C. Engelen2008-05-101-54/+157
| | | | | inskape executable bigger (bzr r5649)
* svg-elliptical-arc: assertions turned into call to macro throwRangeErrormcecchetti2008-04-291-1/+1
| | | (bzr r5543)
* update to latest 2geom. (eol-style fix)Johan B. C. Engelen2008-04-181-3/+2
| | | (bzr r5470)
* update to latest 2geom. fixes LPE's ignoring the closing segment of a closed ↵Johan B. C. Engelen2008-04-171-2/+2
| | | | | path (bzr r5461)
* sync with current 2geom, split_at_discontinuities method and SVGEllipticalArcJohan B. C. Engelen2008-04-131-63/+206
| | | (bzr r5423)
* 2Geom fix: derivative of order 1 bezier, and an out of range bug affecting ↵JF Barraud2008-03-081-5/+1
| | | | | intersection computation. (bzr r5000)
* update to latest 2geom, bugs be gone!Johan B. C. Engelen2007-12-231-2/+10
| | | (bzr r4285)
* update to latest 2geom (fixed 2 bugs :))Johan B. C. Engelen2007-12-231-1/+2
| | | (bzr r4284)
* 2geom: splice exceptions code from utils.h into exception.hJohan B. C. Engelen2007-11-171-8/+1
| | | (bzr r4097)
* 2geom tryout: new exceptionsJohan B. C. Engelen2007-11-171-2/+3
| | | (bzr r4094)
* 2geom update to 2Geom-SVN-rev. 1161Johan B. C. Engelen2007-11-061-0/+2
| | | (bzr r4034)
* Warning cleanupJon A. Cruz2007-11-041-40/+40
| | | (bzr r4028)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* merge in 2geom rev. 1154Johan B. C. Engelen2007-09-161-13/+15
| | | (bzr r3756)
* Update to 2Geom rev. 1113Johan B. C. Engelen2007-08-301-145/+327
| | | (bzr r3622)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+632
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)