summaryrefslogtreecommitdiffstats
path: root/src/2geom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert fix for 515237 which introduces a catastrophic bugKrzysztof Kosi??ski2010-02-071-11/+2
| | | (bzr r9064)
* Fix path transformation (LP bug #515237)Krzysztof Kosi??ski2010-02-072-4/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/515237 (bzr r9062)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-63/+63
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * Warning cleanupJon A. Cruz2009-12-201-61/+61
| | | | | | (bzr r8895)
| * 2nd patch of bug 488862. Also committed upstream in 2geom.Johan B. C. Engelen2009-12-161-2/+2
| | | | | | (bzr r8893)
* | * Implement node snapping.Krzysztof Kosi??ski2010-01-101-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-292-2/+1
|/ | | (bzr r8846.1.1)
* update 2geom. needed for extrude lpeJohan B. C. Engelen2009-11-234-5/+65
| | | (bzr r8840)
* Applying second patch for bug #425557.Jon A. Cruz2009-10-142-16/+25
| | | (bzr r8768)
* Johan's patch for 425557bulia byak2009-10-111-11/+28
| | | (bzr r8762)
* Patch by Johan to fix reading of rare svg strings.Josh Andler2009-10-031-2/+28
| | | (bzr r8707)
* Patch by Adib for 382313.Josh Andler2009-09-271-1/+2
| | | (bzr r8659)
* 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)