summaryrefslogtreecommitdiffstats
path: root/src/2geom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding two missing files. distcheck fixes.Ted Gould2009-04-211-0/+2
| | | (bzr r7748)
* 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)
* add 2geom/line.cpp to Makefile_insertJohan B. C. Engelen2009-04-101-0/+1
| | | (bzr r7681)
* noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵Peter Moulder2009-04-074-1535/+1535
| | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649)
* update 2geom. big commit as it has been a while. (2geom svn rev. 1870, i think)Johan B. C. Engelen2009-04-0627-1661/+2076
| | | | | i turned some optional compilation stuff *on* per default, to help building inkscape. (bzr r7638)
* partial 2geom update: disable all debug output by boolopsJohan B. C. Engelen2009-03-182-5/+52
| | | (bzr r7520)
* update from 2geom (bug fix)JF Barraud2009-03-091-1/+2
| | | (bzr r7463)
* added missing files in 2geom update.JF Barraud2009-03-092-0/+156
| | | (bzr r7458)
* added 2geom/utils.cpp - unused, but usefulNathan Hurst2009-03-091-0/+87
| | | (bzr r7456)
* chebychev is not used currentlyNathan Hurst2009-03-091-2/+0
| | | (bzr r7455)
* 2geom updateJF Barraud2009-03-0918-348/+1883
| | | (bzr r7453)
* add my name to the 2geom readme, so people can mail me with questionsJohan B. C. Engelen2009-03-031-0/+1
| | | (bzr r7408)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-3/+2
| | | (bzr r7380)
* display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert2009-01-262-1/+16
| | | (bzr r7180)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-2/+2
| | | | | sub-libs of inkscape. (bzr r7120)
* fix buildJohan B. C. Engelen2009-01-081-0/+1
| | | (bzr r7098)
* update to 2geom rev.1773Johan B. C. Engelen2009-01-077-31/+40
| | | | | mostly bugfixes (bzr r7094)
* Cmake: more fixes plus a patch for OSX paths by Henrik GustafssonJoshua L. Blocher2009-01-071-41/+0
| | | (bzr r7093)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-7/+7
| | | (bzr r7078)
* update of sbasis-geometric.cpp (unitVector() was broken, which affects some ↵JF Barraud2009-01-031-13/+38
| | | | | lpe's) (bzr r7069)
* 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)
* add missing filesJohan B. C. Engelen2008-12-133-0/+1081
| | | (bzr r6997)
* update to 2geom rev.1723Johan B. C. Engelen2008-12-1328-527/+452
| | | (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-2139-406/+696
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-2865-425/+1762
| | | (bzr r6886)
* Merging from trunkTed Gould2008-10-115-3/+29
| | | (bzr r6884)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-232-8/+6
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* minor bug fix in portion(pw,a,b) when b is a cut of pw.JF Barraud2008-09-151-1/+2
| | | (bzr r6814)
* update 2geom to rev1583Johan B. C. Engelen2008-09-124-41/+88
| | | (bzr r6796)
* Temporarily specifying a return value to avoid strange bugsJon A. Cruz2008-09-091-0/+1
| | | (bzr r6785)
* 2geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert2008-09-087-8/+54
| | | (bzr r6784)
* update 2geom (rev. 1569)Johan B. C. Engelen2008-09-0121-169/+804
| | | (bzr r6748)
* Fix startup crash by reverting a one-line change in 2geom; but please ↵Maximilian Albert2008-08-171-1/+1
| | | | | investigate this further (bzr r6639)
* #include <algorithm> in geom.cpp (closes LP #258851)Maximilian Albert2008-08-171-0/+1
| | | (bzr r6638)
* Update to 2geom rev. 1538Diederik van Lierop2008-08-1510-124/+428
| | | (bzr r6634)
* update 2geom to rev1516Johan B. C. Engelen2008-08-081-1/+7
| | | (bzr r6595)
* update 2geom: fixes long standing bug where closed paths are not converted ↵Johan B. C. Engelen2008-08-031-2/+3
| | | | | correctly back from pwd2; causing lpe-bend to fail for example on a simple rectangle. (bzr r6551)
* update 2geomJohan B. C. Engelen2008-08-034-54/+70
| | | (bzr r6549)
* update to latest 2geomJohan B. C. Engelen2008-08-012-5/+3
| | | (bzr r6516)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-2511-433/+551
| | | (bzr r6416)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-1635-460/+1047
| | | (bzr r6332)
* Cherry-pick of 2geom update (re. 1488); prevent crash during Path->Piecewise ↵Maximilian Albert2008-07-151-0/+7
| | | | | conversion for zero length paths (bzr r6320)
* partial update of 2geomJohan B. C. Engelen2008-07-112-11/+22
| | | (bzr r6259)
* modified is_positive and is_negative implementation for Vector and Matrix in ↵mcecchetti2008-07-063-6/+28
| | | | | order to make 2geom linkable with a gsl release >= 1.8 (bzr r6197)
* add readme file to 2geom directory to warn people not to make code changes thereJohan B. C. Engelen2008-07-041-0/+7
| | | (bzr r6154)
* EOL fixupJon A. Cruz2008-07-0411-4522/+4522
| | | (bzr r6149)
* Fixed includesJon A. Cruz2008-07-041-2/+2
| | | (bzr r6148)
* Correct path separators and missed variable assignment due to indentionJon A. Cruz2008-07-041-103/+103
| | | (bzr r6147)