summaryrefslogtreecommitdiffstats
path: root/src/2geom/path.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-012geom: update to c709d6b6780098d3e53363d925f7aee3c2640478Eduard Braun1-1/+1
Update README and remove obsolete files
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-101/+167
(bzr r14639)
2015-07-15Sync 2Geom to revision 2420.Krzysztof Kosi??ski1-3/+0
Should fix build failure on llvm-gcc 4.2 and an issue with powerstroke. (bzr r14247)
2015-07-04Upgrade to 2Geom r2413Krzysztof Kosi??ski1-16/+9
(bzr r14059.2.18)
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-13/+133
(bzr r14059.2.16)
2015-05-09Update to 2Geom r2360. Fixes taper stroke LPE.Krzysztof Kosi??ski1-4/+36
(bzr r14059.2.13)
2015-05-09Fix eraser toolKrzysztof Kosi??ski1-3/+15
(bzr r14059.2.12)
2015-04-30Update 2Geom to r2347Krzysztof Kosi??ski1-27/+22
(bzr r14059.2.3)
2015-04-28Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski1-0/+10
(bzr r14059.2.2)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-394/+842
(bzr r14059.2.1)
2014-07-15Warnings cleaup.Jon A. Cruz1-1/+1
(bzr r13454)
2014-04-06temporary fix for bug in 2geom, the bug manifests itself in LPE Construct gridJohan B. C. Engelen1-1/+5
(bzr r13273)
2014-03-31partial 2geom update:Johan B. C. Engelen1-3/+31
- 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)
2014-01-12update 2geom's copy to r2142Johan B. C. Engelen1-5/+4
(bzr r12921)
2012-01-15cppcheck performanceKris De Gussem1-1/+1
(bzr r10891)
2012-01-04update 2geom to r2049. fixes bugs!Johan B. C. Engelen1-3/+2
(bzr r10837)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-8/+10
(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)
2010-02-07Revert fix for 515237 which introduces a catastrophic bugKrzysztof Kosi??ski1-11/+2
(bzr r9064)
2010-02-07Fix path transformation (LP bug #515237)Krzysztof Kosi??ski1-2/+11
Fixed bugs: - https://launchpad.net/bugs/515237 (bzr r9062)
2010-01-10* Implement node snapping.Krzysztof Kosi??ski1-3/+2
* Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9)
2009-04-06update 2geom. big commit as it has been a while. (2geom svn rev. 1870, i think)Johan B. C. Engelen1-1/+3
i turned some optional compilation stuff *on* per default, to help building inkscape. (bzr r7638)
2008-11-21Merge from fe-movedTed Gould1-13/+13
(bzr r6891)
2008-09-082geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert1-0/+5
(bzr r6784)
2008-08-15Update to 2geom rev. 1538Diederik van Lierop1-0/+14
(bzr r6634)
2008-08-03update 2geomJohan B. C. Engelen1-9/+14
(bzr r6549)
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-3/+9
(bzr r6416)
2008-07-16update to latest 2geom (rev1497)Johan B. C. Engelen1-57/+46
(bzr r6332)
2008-07-03update 2geom (svn rev1433)Johan B. C. Engelen1-71/+70
(bzr r6134)
2008-06-14update 2geom, fixes includesJohan B. C. Engelen1-26/+2
(bzr r5934)
2008-06-14update 2geomJohan B. C. Engelen1-2/+55
(bzr r5931)
2008-05-30fix crash in 2geom (already committed to 2geom)Johan B. C. Engelen1-2/+5
(bzr r5768)
2008-05-28added methods to PathSink to manage horizontal and vertical line segments, ↵mcecchetti1-0/+1
modified svg-path-parser.rl accordingly; now PathSink::arcTo has a real implementation; parser issue quickly solved by Aaron Spike (bzr r5758)
2008-05-26implemented new classes for horizontal and vertical line segments; path.h ↵mcecchetti1-68/+16
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)
2008-05-18update to latest 2geomJohan B. C. Engelen1-0/+10
(bzr r5689)
2008-05-10update to latest 2geom. this adds gsl dependency, doesn't seem to make ↵Johan B. C. Engelen1-5/+183
inskape executable bigger (bzr r5649)
2008-04-18update to latest 2geom. (eol-style fix)Johan B. C. Engelen1-3/+2
(bzr r5470)
2008-04-13sync with current 2geom, split_at_discontinuities method and SVGEllipticalArcJohan B. C. Engelen1-23/+1
(bzr r5423)
2007-11-172geom: splice exceptions code from utils.h into exception.hJohan B. C. Engelen1-5/+5
(bzr r4097)
2007-11-172geom tryout: new exceptionsJohan B. C. Engelen1-5/+5
(bzr r4094)
2007-11-12update to 2geom rev. 1168Johan B. C. Engelen1-5/+5
(bzr r4068)
2007-09-16merge in 2geom rev. 1154Johan B. C. Engelen1-2/+2
(bzr r3756)
2007-08-30Update to 2Geom rev. 1113Johan B. C. Engelen1-367/+258
(bzr r3622)
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+367
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)