summaryrefslogtreecommitdiffstats
path: root/src/2geom/geom.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-42/+0
| | | (bzr r14059.2.1)
* update 2geom to r2049. fixes bugs!Johan B. C. Engelen2012-01-041-4/+3
| | | (bzr r10837)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* 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)
* Use the line intersection routines in 2geom/line.h instead of the deprecated ↵Diederik van Lierop2009-04-121-2/+2
| | | | | ones in 2geom/geom.h. (I know we're in a refactoring freeze, but this one I was already working on before this freeze was announced and it's quite safe IMHO. It's only a small change in 2geom's API and can hardly do any real harm. I will not refactor anything else until after the v0.47 release, promised!) (bzr r7688)
* fix compile.Johan B. C. Engelen2008-12-131-1/+1
| | | | | re-enable decrepated 2geom function (bzr r6999)
* fix compile.Johan B. C. Engelen2008-12-131-1/+1
| | | | | re-enable decrepated 2geom functions. (bzr r6998)
* update to 2geom rev.1723Johan B. C. Engelen2008-12-131-5/+16
| | | (bzr r6996)
* Merge from fe-movedTed Gould2008-11-211-0/+6
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-281-4/+5
| | | (bzr r6886)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-5/+4
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* Update to 2geom rev. 1538Diederik van Lierop2008-08-151-0/+4
| | | (bzr r6634)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-1/+1
| | | (bzr r6134)
* update to latest 2geom. (eol-style fix needed enters at end of some files) ↵Johan B. C. Engelen2008-04-191-1/+1
| | | | | 2geom rev 1216 (bzr r5476)
* update to latest 2geom. (eol-style fix)Johan B. C. Engelen2008-04-181-0/+11
| | | (bzr r5470)
* update to 2geom rev. 1168Johan B. C. Engelen2007-11-121-2/+2
| | | (bzr r4068)
* Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen2007-11-091-0/+8
| | | | | Add conversion functions between Geom::Point and NR::Point (bzr r4050)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+68
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)