summaryrefslogtreecommitdiffstats
path: root/src/2geom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sbasis-to-bezier. reject highly asymmetric solutions. (Bug 1544680)Alvin Penner2017-03-171-16/+25
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1544680 (bzr r15601)
* re-commit rev 15003. (Bug 1668853)Alvin Penner2017-03-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1668853 (bzr r15563)
* Merged.Shlomi Fish2017-02-231-0/+4
|\ | | | | (bzr r15369.1.19)
| * Add new 'Strict' build type for deprecation checkingAlex Valavanis2017-02-071-0/+4
| | | | | | (bzr r15488)
* | Merged.Shlomi Fish2017-02-061-3/+3
|\| | | | | (bzr r15369.1.18)
| * Bug fixesJabiertxof2017-01-241-3/+3
| | | | | | (bzr r15392.1.11)
* | Rename id in comment to make it more according to the code.Shlomi Fish2017-01-041-1/+1
|/ | | (bzr r15369.1.7)
* CMake: add missing headersCampbell Barton2016-09-031-1/+7
| | | (bzr r15102)
* Merged trunkAdrian Boguszewski2016-08-091-131/+0
|\ | | | | (bzr r14954.1.30)
| * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-131/+0
| | | | | | (bzr r15046)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | | | | (bzr r15025)
| * avoid zero SBasis curve. (Bug 1593963)Alvin Penner2016-06-291-1/+1
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/1593963 (bzr r15003)
* Fixes some bugs related to powerstroke 'Powerstroke infinite loop'Jabier Arraiza Cenoz2016-06-161-5/+4
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1535444 - https://launchpad.net/bugs/1236320 - https://launchpad.net/bugs/1586973 (bzr r14991)
* Adjust some thresholds for finding intersections in elliptical arcsDiederik van Lierop2016-05-211-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1479167 (bzr r14906)
* Patch for ninja check in cmake buildsShlomi Fish2016-04-091-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1554143 (bzr r14769)
* avoid higher-order calculations if sbasis is cubic. (Bug 1559721)Alvin Penner2016-04-041-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1559721 (bzr r14762)
* Update 2geom copy to 143bbcf: Fix for multiple sequential closepath commandsLiam P. White2016-03-041-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492153 (bzr r14686)
* fix logic error in sbasis_to_cubic_bezier. (Bug 1545632)Alvin Penner2016-02-181-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1545632 (bzr r14659)
* Sync 2Geom to e7245a01127647cd20b0d851a0a622d9ded38d23.Krzysztof Kosi??ski2016-02-1511-94/+87
| | | | | Restores correct meaning of Line::versor(). (bzr r14652)
* Fix CMake build broken by r14639suv-lp2016-02-091-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1543298 (bzr r14642)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-0839-1162/+1363
| | | (bzr r14639)
* removes warnings when compiling with c++11 using uniqueptr instead of autoptrMarc Jeanmougin2015-11-162-0/+8
| | | (bzr r14475)
* 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)