summaryrefslogtreecommitdiffstats
path: root/src/2geom/elliptical-arc.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-06Update 2geomPatrick Storz1-1/+1
Now at https://gitlab.com/inkscape/lib2geom/commit/5eb3544738724087f3b53e047df5a8ead3549e8b Fixes https://bugs.launchpad.net/inkscape/+bug/1525498 and possibly https://gitlab.com/inkscape/inkscape/issues/194
2019-03-24Update 2geomPatrick Storz1-1/+1
Now at d9e4cc11f4df4e71e96617699997c989cc9248a4 This is the last version that does not depend on an external copy of double-conversion yet.
2018-09-30Revert "c++11 refactor: std::auto_ptr -> std::unique_ptr"Thomas Holder1-1/+1
This reverts commit 50cc9b79df730bf5a6f4c5010168fff9342ccea7.
2018-09-30c++11 refactor: std::auto_ptr -> std::unique_ptrThomas Holder1-1/+1
2016-05-21Adjust some thresholds for finding intersections in elliptical arcsDiederik van Lierop1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1479167 (bzr r14906)
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-141/+162
(bzr r14639)
2015-11-16removes warnings when compiling with c++11 using uniqueptr instead of autoptrMarc Jeanmougin1-0/+4
(bzr r14475)
2015-07-04Upgrade to 2Geom r2413Krzysztof Kosi??ski1-99/+86
(bzr r14059.2.18)
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-235/+209
(bzr r14059.2.16)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-18/+58
(bzr r14059.2.1)
2014-01-12update 2geom's copy to r2142Johan B. C. Engelen1-5/+7
(bzr r12921)
2013-10-14Fix tangent calculation for counter-clockwise arcs.Tavmjong Bah1-1/+1
(bzr r12687)
2013-03-25Fixed uninitialized variables & misc warnings.Jon A. Cruz1-1/+1
(bzr r12241)
2012-02-15Synchronized 2geom to revision 2058Kris De Gussem1-1/+1
(bzr r10978)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-807/+794
(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)
2008-11-21Merge from fe-movedTed Gould1-1/+2
(bzr r6891)
2008-08-15Update to 2geom rev. 1538Diederik van Lierop1-73/+78
(bzr r6634)
2008-07-03update 2geom (svn rev1433)Johan B. C. Engelen1-3/+3
(bzr r6134)
2008-06-17update 2geomJohan B. C. Engelen1-5/+6
(bzr r5970)
2008-06-05fix compile with g++-4.3.Peter Moulder1-0/+1
(bzr r5810)
2008-05-26implemented new classes for horizontal and vertical line segments; path.h ↵mcecchetti1-3/+2
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-22update to really latest 2geomJohan B. C. Engelen1-13/+18
(bzr r5737)
2008-05-20synchronization with 2geom librarymcecchetti1-931/+919
(bzr r5723)
2008-05-10update to latest 2geom. this adds gsl dependency, doesn't seem to make ↵Johan B. C. Engelen1-215/+931
inskape executable bigger (bzr r5649)
2008-04-29svg-elliptical-arc: assertions turned into call to macro throwRangeErrormcecchetti1-209/+215
(bzr r5543)
2008-04-13sync with current 2geom, SVGEllipticalArcJohan B. C. Engelen1-0/+209
(bzr r5426)