| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adding two missing files. distcheck fixes. | Ted Gould | 2009-04-21 | 1 | -0/+2 |
| | | | | (bzr r7748) | ||||
| * | Use the line intersection routines in 2geom/line.h instead of the deprecated ↵ | Diederik van Lierop | 2009-04-12 | 1 | -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_insert | Johan B. C. Engelen | 2009-04-10 | 1 | -0/+1 |
| | | | | (bzr r7681) | ||||
| * | noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵ | Peter Moulder | 2009-04-07 | 4 | -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. Engelen | 2009-04-06 | 27 | -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 boolops | Johan B. C. Engelen | 2009-03-18 | 2 | -5/+52 |
| | | | | (bzr r7520) | ||||
| * | update from 2geom (bug fix) | JF Barraud | 2009-03-09 | 1 | -1/+2 |
| | | | | (bzr r7463) | ||||
| * | added missing files in 2geom update. | JF Barraud | 2009-03-09 | 2 | -0/+156 |
| | | | | (bzr r7458) | ||||
| * | added 2geom/utils.cpp - unused, but useful | Nathan Hurst | 2009-03-09 | 1 | -0/+87 |
| | | | | (bzr r7456) | ||||
| * | chebychev is not used currently | Nathan Hurst | 2009-03-09 | 1 | -2/+0 |
| | | | | (bzr r7455) | ||||
| * | 2geom update | JF Barraud | 2009-03-09 | 18 | -348/+1883 |
| | | | | (bzr r7453) | ||||
| * | add my name to the 2geom readme, so people can mail me with questions | Johan B. C. Engelen | 2009-03-03 | 1 | -0/+1 |
| | | | | (bzr r7408) | ||||
| * | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 2009-02-26 | 1 | -3/+2 |
| | | | | (bzr r7380) | ||||
| * | display guide anchor on canvas; anchor and angle can be edited by mouse | Maximilian Albert | 2009-01-26 | 2 | -1/+16 |
| | | | | (bzr r7180) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -2/+2 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | fix build | Johan B. C. Engelen | 2009-01-08 | 1 | -0/+1 |
| | | | | (bzr r7098) | ||||
| * | update to 2geom rev.1773 | Johan B. C. Engelen | 2009-01-07 | 7 | -31/+40 |
| | | | | | | mostly bugfixes (bzr r7094) | ||||
| * | Cmake: more fixes plus a patch for OSX paths by Henrik Gustafsson | Joshua L. Blocher | 2009-01-07 | 1 | -41/+0 |
| | | | | (bzr r7093) | ||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -7/+7 |
| | | | | (bzr r7078) | ||||
| * | update of sbasis-geometric.cpp (unitVector() was broken, which affects some ↵ | JF Barraud | 2009-01-03 | 1 | -13/+38 |
| | | | | | | lpe's) (bzr r7069) | ||||
| * | fix compile. | Johan B. C. Engelen | 2008-12-13 | 1 | -1/+1 |
| | | | | | | re-enable decrepated 2geom function (bzr r6999) | ||||
| * | fix compile. | Johan B. C. Engelen | 2008-12-13 | 1 | -1/+1 |
| | | | | | | re-enable decrepated 2geom functions. (bzr r6998) | ||||
| * | add missing files | Johan B. C. Engelen | 2008-12-13 | 3 | -0/+1081 |
| | | | | (bzr r6997) | ||||
| * | update to 2geom rev.1723 | Johan B. C. Engelen | 2008-12-13 | 28 | -527/+452 |
| | | | | (bzr r6996) | ||||
| * | Fix bug #299414: a return statement in unitTangentAt() got lost in rev. 20205! | Diederik van Lierop | 2008-11-26 | 1 | -1/+1 |
| | | | | (bzr r6904) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 39 | -406/+696 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-28 | 65 | -425/+1762 |
| | | | | (bzr r6886) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 5 | -3/+29 |
| | | | | (bzr r6884) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 2 | -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 Barraud | 2008-09-15 | 1 | -1/+2 |
| | | | | (bzr r6814) | ||||
| * | update 2geom to rev1583 | Johan B. C. Engelen | 2008-09-12 | 4 | -41/+88 |
| | | | | (bzr r6796) | ||||
| * | Temporarily specifying a return value to avoid strange bugs | Jon A. Cruz | 2008-09-09 | 1 | -0/+1 |
| | | | | (bzr r6785) | ||||
| * | 2geom update (rev. 1578); fixes node editing of some degenerate paths | Maximilian Albert | 2008-09-08 | 7 | -8/+54 |
| | | | | (bzr r6784) | ||||
| * | update 2geom (rev. 1569) | Johan B. C. Engelen | 2008-09-01 | 21 | -169/+804 |
| | | | | (bzr r6748) | ||||
| * | Fix startup crash by reverting a one-line change in 2geom; but please ↵ | Maximilian Albert | 2008-08-17 | 1 | -1/+1 |
| | | | | | | investigate this further (bzr r6639) | ||||
| * | #include <algorithm> in geom.cpp (closes LP #258851) | Maximilian Albert | 2008-08-17 | 1 | -0/+1 |
| | | | | (bzr r6638) | ||||
| * | Update to 2geom rev. 1538 | Diederik van Lierop | 2008-08-15 | 10 | -124/+428 |
| | | | | (bzr r6634) | ||||
| * | update 2geom to rev1516 | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+7 |
| | | | | (bzr r6595) | ||||
| * | update 2geom: fixes long standing bug where closed paths are not converted ↵ | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+3 |
| | | | | | | correctly back from pwd2; causing lpe-bend to fail for example on a simple rectangle. (bzr r6551) | ||||
| * | update 2geom | Johan B. C. Engelen | 2008-08-03 | 4 | -54/+70 |
| | | | | (bzr r6549) | ||||
| * | update to latest 2geom | Johan B. C. Engelen | 2008-08-01 | 2 | -5/+3 |
| | | | | (bzr r6516) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 11 | -433/+551 |
| | | | | (bzr r6416) | ||||
| * | update to latest 2geom (rev1497) | Johan B. C. Engelen | 2008-07-16 | 35 | -460/+1047 |
| | | | | (bzr r6332) | ||||
| * | Cherry-pick of 2geom update (re. 1488); prevent crash during Path->Piecewise ↵ | Maximilian Albert | 2008-07-15 | 1 | -0/+7 |
| | | | | | | conversion for zero length paths (bzr r6320) | ||||
| * | partial update of 2geom | Johan B. C. Engelen | 2008-07-11 | 2 | -11/+22 |
| | | | | (bzr r6259) | ||||
| * | modified is_positive and is_negative implementation for Vector and Matrix in ↵ | mcecchetti | 2008-07-06 | 3 | -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 there | Johan B. C. Engelen | 2008-07-04 | 1 | -0/+7 |
| | | | | (bzr r6154) | ||||
| * | EOL fixup | Jon A. Cruz | 2008-07-04 | 11 | -4522/+4522 |
| | | | | (bzr r6149) | ||||
| * | Fixed includes | Jon A. Cruz | 2008-07-04 | 1 | -2/+2 |
| | | | | (bzr r6148) | ||||
| * | Correct path separators and missed variable assignment due to indention | Jon A. Cruz | 2008-07-04 | 1 | -103/+103 |
| | | | | (bzr r6147) | ||||
