summaryrefslogtreecommitdiffstats
path: root/src/2geom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix snapping while rotating a selectionDiederik van Lierop2015-10-141-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1479167 (bzr r14411)
* for a zero sbasis, set the size to 1. (Bug 1478168)Alvin Penner2015-09-061-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1478168 (bzr r14346)
* 2Geom: update to r2422.Krzysztof Kosi??ski2015-08-136-55/+51
| | | | | | | | | | Fixes LP #1482806: crash on Pattern along Path with horizontal segments. This was caused by empty SBasis objects. After the changes in 2Geom, empty SBasis objects should no longer be created. Fixed bugs: - https://launchpad.net/bugs/1482806 (bzr r14299)
* Update 2Geom to r2421, fix SBasis derivatives.Krzysztof Kosi??ski2015-07-151-4/+4
| | | | | | | | Fixes LP bug #1473317. Fixed bugs: - https://launchpad.net/bugs/1473317 (bzr r14248)
* Sync 2Geom to revision 2420.Krzysztof Kosi??ski2015-07-152-15/+40
| | | | | Should fix build failure on llvm-gcc 4.2 and an issue with powerstroke. (bzr r14247)
* Add a script that simplifies syncing 2Geom changesKrzysztof Kosi??ski2015-07-151-0/+31
| | | (bzr r14246)
* Fix build failures on some platforms.Krzysztof Kosi??ski2015-07-083-8/+4
| | | | | Correct CMakeLists.txt after 2Geom sync - patch by su_v. (bzr r14237)
* Update 2Geom to r2417: make scan-build happyKrzysztof Kosi??ski2015-07-062-3/+3
| | | (bzr r14235)
* 2geom. Fixes make distcheck failure.Nicolas Dufour2015-07-061-1/+0
| | | (bzr r14233)
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-053-4/+3
| | | (bzr r14228)
* Upgrade to 2Geom r2413Krzysztof Kosi??ski2015-07-0432-553/+817
| | | (bzr r14059.2.18)
* 2Geom CMake adjustmentKrzysztof Kosi??ski2015-05-221-2/+3
| | | (bzr r14059.2.17)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-2253-1450/+2125
| | | (bzr r14059.2.16)
* Merge from trunkKrzysztof Kosi??ski2015-05-221-6/+12
|\ | | | | (bzr r14059.2.15)
| * sbasis-to-bezier. avoid ill-conditioned behavior for anti-symmetric case. ↵Alvin Penner2015-05-181-0/+6
| | | | | | | | | | | | | | | | (Bug 1428267) Fixed bugs: - https://launchpad.net/bugs/1428267 (bzr r14161)
* | Undo changes to CMakeLists.txt in 2geom directory after syncsKrzysztof Kosi??ski2015-05-091-183/+133
| | | | | | (bzr r14059.2.14)
* | Update to 2Geom r2360. Fixes taper stroke LPE.Krzysztof Kosi??ski2015-05-092-5/+46
| | | | | | (bzr r14059.2.13)
* | Fix eraser toolKrzysztof Kosi??ski2015-05-093-136/+201
| | | | | | (bzr r14059.2.12)
* | Adjust CMakeLists for 2geom directoryKrzysztof Kosi??ski2015-05-081-4/+0
| | | | | | (bzr r14059.2.8)
* | Update to 2Geom r2358 - better z-snapping logicKrzysztof Kosi??ski2015-05-082-43/+60
| | | | | | (bzr r14059.2.7)
* | Fix ellipse problemsKrzysztof Kosi??ski2015-05-085-19/+26
| | | | | | (bzr r14059.2.5)
* | Fix node editing problemsKrzysztof Kosi??ski2015-05-084-43/+85
| | | | | | (bzr r14059.2.4)
* | Update 2Geom to r2347Krzysztof Kosi??ski2015-04-3010-174/+142
| | | | | | (bzr r14059.2.3)
* | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-284-1/+24
| | | | | | (bzr r14059.2.2)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-27119-6564/+12004
|/ | | (bzr r14059.2.1)
* make_angle_bisector_line(): Return sensible line if three input points are ↵Tavmjong Bah2015-03-291-1/+16
| | | | | | | colinear. Add output operator, useful for debugging. (bzr r14035)
* sbasis-to-bezier. avoid ill-conditioned regions. (Bug 1428683)Alvin Penner2015-03-141-8/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1428683 (bzr r14005)
* Update to trunk r13621Liam P. White2014-10-171-2/+2
|\ | | | | (bzr r13341.1.278)
| * 2geom: Re-fix IS_NAN and IS_FINITE for solarisBryce Harrington2014-10-141-2/+2
| | | | | | | | | | This patch should go upstream to 2geom... (bzr r13610)
* | Small warning cleanupLiam P. White2014-10-172-2/+2
|/ | | (bzr r13341.1.277)
* supplemental change to lp:inkscape rev13492 (ignore arc segments when start ↵Johan B. C. Engelen2014-08-051-1/+1
| | | | | | | | and endpoint are equal (within error range) Fixed bugs: - https://launchpad.net/bugs/1330295 (bzr r13493)
* Fix for parsing of incorrect SVG arcs (bug #1330295)Liam P. White2014-08-051-29/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1330295 (bzr r13492)
* Warnings cleaup.Jon A. Cruz2014-07-151-1/+1
| | | (bzr r13454)
* Fix flakiness of measurement tool (due to issues with parallel lines, ↵Diederik van Lierop2014-05-233-10/+44
| | | | | | | | duplicate intersections, and faulty sorting of intersections) Fixed bugs: - https://launchpad.net/bugs/1022733 (bzr r13397)
* correctly fix rev. 13355Johan B. C. Engelen2014-05-111-1/+1
| | | (bzr r13356)
* fix 2geom build for newer compilers (assert can be disabled/overridden, i ↵Johan B. C. Engelen2014-05-111-0/+1
| | | | | suppose) (bzr r13355)
* partial 2geom update. linearize the measure of the size of an ellipse (LP ↵Johan B. C. Engelen2014-04-281-3/+4
| | | | | | | | Bug 1309225), by Alvin Penner Fixed bugs: - https://launchpad.net/bugs/1309225 (bzr r13320)
* Update CMake FilesCampbell Barton2014-04-271-0/+1
| | | (bzr r13313)
* Fix remaining cmake build error in 2geom (bug #1283174)Shlomi Fish2014-04-261-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13308)
* temporary fix for bug in 2geom, the bug manifests itself in LPE Construct gridJohan B. C. Engelen2014-04-061-1/+5
| | | (bzr r13273)
* fix cmake build errors for changes in 2geomJohan B. C. Engelen2014-04-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13267)
* partial 2geom update:Johan B. C. Engelen2014-03-317-14/+97
| | | | | | - main reason for update: better swap for Path (fixes C++11 warning/error) - faster implementation for Path * Translate (~6x), Inkscape's code has to be modified to use it though (bzr r13248)
* 2geom: silence warningJohan B. C. Engelen2014-03-311-1/+1
| | | (bzr r13247)
* partial 2geom update (fixes warning)Johan B. C. Engelen2014-03-311-6/+10
| | | (bzr r13246)
* partial 2geom update: fix compiler error on some platforms (mavericks in any ↵Johan B. C. Engelen2014-03-311-2/+2
| | | | | case) (bzr r13244)
* apply 2geom rev. 2169 (bug fix)Johan B. C. Engelen2014-03-201-4/+6
| | | (bzr r13175)
* fix build on Mavericks (clang, libc++)Johan B. C. Engelen2014-02-092-4/+4
| | | (bzr r13014)
* sbasis-to-bezier : add support for case where Bezier control arm length is ↵Alvin Penner2014-01-261-8/+21
| | | | | | | | zero (Bug 1272119) Fixed bugs: - https://launchpad.net/bugs/1272119 (bzr r12980)
* 2geom: remove accidentally forgotten debug messageJohan B. C. Engelen2014-01-161-1/+1
| | | (bzr r12940)
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-1244-284/+442
| | | (bzr r12921)