summaryrefslogtreecommitdiffstats
path: root/src/2geom (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding two missing files. distcheck fixes.Ted Gould2009-04-211-0/+2
* Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop2009-04-121-2/+2
* add 2geom/line.cpp to Makefile_insertJohan B. C. Engelen2009-04-101-0/+1
* noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ...Peter Moulder2009-04-074-1535/+1535
* update 2geom. big commit as it has been a while. (2geom svn rev. 1870, i think)Johan B. C. Engelen2009-04-0627-1661/+2076
* partial 2geom update: disable all debug output by boolopsJohan B. C. Engelen2009-03-182-5/+52
* update from 2geom (bug fix)JF Barraud2009-03-091-1/+2
* added missing files in 2geom update.JF Barraud2009-03-092-0/+156
* added 2geom/utils.cpp - unused, but usefulNathan Hurst2009-03-091-0/+87
* chebychev is not used currentlyNathan Hurst2009-03-091-2/+0
* 2geom updateJF Barraud2009-03-0918-348/+1883
* add my name to the 2geom readme, so people can mail me with questionsJohan B. C. Engelen2009-03-031-0/+1
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-3/+2
* display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert2009-01-262-1/+16
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-2/+2
* fix buildJohan B. C. Engelen2009-01-081-0/+1
* update to 2geom rev.1773Johan B. C. Engelen2009-01-077-31/+40
* Cmake: more fixes plus a patch for OSX paths by Henrik GustafssonJoshua L. Blocher2009-01-071-41/+0
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-7/+7
* update of sbasis-geometric.cpp (unitVector() was broken, which affects some l...JF Barraud2009-01-031-13/+38
* fix compile.Johan B. C. Engelen2008-12-131-1/+1
* fix compile.Johan B. C. Engelen2008-12-131-1/+1
* add missing filesJohan B. C. Engelen2008-12-133-0/+1081
* update to 2geom rev.1723Johan B. C. Engelen2008-12-1328-527/+452
* Fix bug #299414: a return statement in unitTangentAt() got lost in rev. 20205!Diederik van Lierop2008-11-261-1/+1
* Merge from fe-movedTed Gould2008-11-2139-406/+696
* Merge from trunkTed Gould2008-10-2865-425/+1762
* Merging from trunkTed Gould2008-10-115-3/+29
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-232-8/+6
* minor bug fix in portion(pw,a,b) when b is a cut of pw.JF Barraud2008-09-151-1/+2
* update 2geom to rev1583Johan B. C. Engelen2008-09-124-41/+88
* Temporarily specifying a return value to avoid strange bugsJon A. Cruz2008-09-091-0/+1
* 2geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert2008-09-087-8/+54
* update 2geom (rev. 1569)Johan B. C. Engelen2008-09-0121-169/+804
* Fix startup crash by reverting a one-line change in 2geom; but please investi...Maximilian Albert2008-08-171-1/+1
* #include <algorithm> in geom.cpp (closes LP #258851)Maximilian Albert2008-08-171-0/+1
* Update to 2geom rev. 1538Diederik van Lierop2008-08-1510-124/+428
* update 2geom to rev1516Johan B. C. Engelen2008-08-081-1/+7
* update 2geom: fixes long standing bug where closed paths are not converted co...Johan B. C. Engelen2008-08-031-2/+3
* update 2geomJohan B. C. Engelen2008-08-034-54/+70
* update to latest 2geomJohan B. C. Engelen2008-08-012-5/+3
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-2511-433/+551
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-1635-460/+1047
* Cherry-pick of 2geom update (re. 1488); prevent crash during Path->Piecewise ...Maximilian Albert2008-07-151-0/+7
* partial update of 2geomJohan B. C. Engelen2008-07-112-11/+22
* modified is_positive and is_negative implementation for Vector and Matrix in ...mcecchetti2008-07-063-6/+28
* add readme file to 2geom directory to warn people not to make code changes thereJohan B. C. Engelen2008-07-041-0/+7
* EOL fixupJon A. Cruz2008-07-0411-4522/+4522
* Fixed includesJon A. Cruz2008-07-041-2/+2
* Correct path separators and missed variable assignment due to indentionJon A. Cruz2008-07-041-103/+103