summaryrefslogtreecommitdiffstats
path: root/src/2geom/curve.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-0/+3
| | | (bzr r14639)
* Upgrade to 2Geom r2413Krzysztof Kosi??ski2015-07-041-1/+11
| | | (bzr r14059.2.18)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-7/+4
| | | (bzr r14059.2.16)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-38/+82
| | | (bzr r14059.2.1)
* partial 2geom update:Johan B. C. Engelen2014-03-311-0/+16
| | | | | | - 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 to latest 2geom !Johan B. C. Engelen2011-02-021-102/+226
| | | (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)
* update to 2geom rev.1723Johan B. C. Engelen2008-12-131-2/+4
| | | (bzr r6996)
* Fix bug #299414: a return statement in unitTangentAt() got lost in rev. 20205!Diederik van Lierop2008-11-261-1/+1
| | | (bzr r6904)
* Merge from fe-movedTed Gould2008-11-211-8/+8
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-281-2/+3
| | | (bzr r6886)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+8
| | | (bzr r6332)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-8/+17
| | | (bzr r6134)
* update 2geom (r1350)Johan B. C. Engelen2008-06-181-0/+17
| | | (bzr r5999)
* update 2geomJohan B. C. Engelen2008-06-171-1/+5
| | | (bzr r5970)
* update 2geomJohan B. C. Engelen2008-06-141-0/+6
| | | (bzr r5931)
* implemented new classes for horizontal and vertical line segments; path.h ↵mcecchetti2008-05-261-0/+129
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)