summaryrefslogtreecommitdiffstats
path: root/src/2geom/path.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert fix for 515237 which introduces a catastrophic bugKrzysztof Kosi??ski2010-02-071-11/+2
| | | (bzr r9064)
* Fix path transformation (LP bug #515237)Krzysztof Kosi??ski2010-02-071-2/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/515237 (bzr r9062)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-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)
* update 2geom. big commit as it has been a while. (2geom svn rev. 1870, i think)Johan B. C. Engelen2009-04-061-1/+3
| | | | | i turned some optional compilation stuff *on* per default, to help building inkscape. (bzr r7638)
* Merge from fe-movedTed Gould2008-11-211-13/+13
| | | (bzr r6891)
* 2geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert2008-09-081-0/+5
| | | (bzr r6784)
* Update to 2geom rev. 1538Diederik van Lierop2008-08-151-0/+14
| | | (bzr r6634)
* update 2geomJohan B. C. Engelen2008-08-031-9/+14
| | | (bzr r6549)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-3/+9
| | | (bzr r6416)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-57/+46
| | | (bzr r6332)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-71/+70
| | | (bzr r6134)
* update 2geom, fixes includesJohan B. C. Engelen2008-06-141-26/+2
| | | (bzr r5934)
* update 2geomJohan B. C. Engelen2008-06-141-2/+55
| | | (bzr r5931)
* fix crash in 2geom (already committed to 2geom)Johan B. C. Engelen2008-05-301-2/+5
| | | (bzr r5768)
* added methods to PathSink to manage horizontal and vertical line segments, ↵mcecchetti2008-05-281-0/+1
| | | | | modified svg-path-parser.rl accordingly; now PathSink::arcTo has a real implementation; parser issue quickly solved by Aaron Spike (bzr r5758)
* implemented new classes for horizontal and vertical line segments; path.h ↵mcecchetti2008-05-261-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)
* update to latest 2geomJohan B. C. Engelen2008-05-181-0/+10
| | | (bzr r5689)
* update to latest 2geom. this adds gsl dependency, doesn't seem to make ↵Johan B. C. Engelen2008-05-101-5/+183
| | | | | inskape executable bigger (bzr r5649)
* update to latest 2geom. (eol-style fix)Johan B. C. Engelen2008-04-181-3/+2
| | | (bzr r5470)
* sync with current 2geom, split_at_discontinuities method and SVGEllipticalArcJohan B. C. Engelen2008-04-131-23/+1
| | | (bzr r5423)
* 2geom: splice exceptions code from utils.h into exception.hJohan B. C. Engelen2007-11-171-5/+5
| | | (bzr r4097)
* 2geom tryout: new exceptionsJohan B. C. Engelen2007-11-171-5/+5
| | | (bzr r4094)
* update to 2geom rev. 1168Johan B. C. Engelen2007-11-121-5/+5
| | | (bzr r4068)
* merge in 2geom rev. 1154Johan B. C. Engelen2007-09-161-2/+2
| | | (bzr r3756)
* Update to 2Geom rev. 1113Johan B. C. Engelen2007-08-301-367/+258
| | | (bzr r3622)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+367
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)