| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sbasis-to-bezier. reject highly asymmetric solutions. (Bug 1544680) | Alvin Penner | 2017-03-17 | 1 | -16/+25 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1544680 (bzr r15601) | ||||
| * | re-commit rev 15003. (Bug 1668853) | Alvin Penner | 2017-03-04 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1668853 (bzr r15563) | ||||
| * | Merged. | Shlomi Fish | 2017-02-23 | 1 | -0/+4 |
| |\ | | | | | (bzr r15369.1.19) | ||||
| | * | Add new 'Strict' build type for deprecation checking | Alex Valavanis | 2017-02-07 | 1 | -0/+4 |
| | | | | | | | (bzr r15488) | ||||
| * | | Merged. | Shlomi Fish | 2017-02-06 | 1 | -3/+3 |
| |\| | | | | | (bzr r15369.1.18) | ||||
| | * | Bug fixes | Jabiertxof | 2017-01-24 | 1 | -3/+3 |
| | | | | | | | (bzr r15392.1.11) | ||||
| * | | Rename id in comment to make it more according to the code. | Shlomi Fish | 2017-01-04 | 1 | -1/+1 |
| |/ | | | (bzr r15369.1.7) | ||||
| * | CMake: add missing headers | Campbell Barton | 2016-09-03 | 1 | -1/+7 |
| | | | | (bzr r15102) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -131/+0 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -131/+0 |
| | | | | | | | (bzr r15046) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | | | | (bzr r15025) | ||||
| | * | avoid zero SBasis curve. (Bug 1593963) | Alvin Penner | 2016-06-29 | 1 | -1/+1 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/1593963 (bzr r15003) | ||||
| * | Fixes some bugs related to powerstroke 'Powerstroke infinite loop' | Jabier Arraiza Cenoz | 2016-06-16 | 1 | -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 arcs | Diederik van Lierop | 2016-05-21 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1479167 (bzr r14906) | ||||
| * | Patch for ninja check in cmake builds | Shlomi Fish | 2016-04-09 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1554143 (bzr r14769) | ||||
| * | avoid higher-order calculations if sbasis is cubic. (Bug 1559721) | Alvin Penner | 2016-04-04 | 1 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1559721 (bzr r14762) | ||||
| * | Update 2geom copy to 143bbcf: Fix for multiple sequential closepath commands | Liam P. White | 2016-03-04 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1492153 (bzr r14686) | ||||
| * | fix logic error in sbasis_to_cubic_bezier. (Bug 1545632) | Alvin Penner | 2016-02-18 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1545632 (bzr r14659) | ||||
| * | Sync 2Geom to e7245a01127647cd20b0d851a0a622d9ded38d23. | Krzysztof Kosi??ski | 2016-02-15 | 11 | -94/+87 |
| | | | | | | Restores correct meaning of Line::versor(). (bzr r14652) | ||||
| * | Fix CMake build broken by r14639 | suv-lp | 2016-02-09 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1543298 (bzr r14642) | ||||
| * | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 2016-02-08 | 39 | -1162/+1363 |
| | | | | (bzr r14639) | ||||
| * | removes warnings when compiling with c++11 using uniqueptr instead of autoptr | Marc Jeanmougin | 2015-11-16 | 2 | -0/+8 |
| | | | | (bzr r14475) | ||||
| * | Fix snapping while rotating a selection | Diederik van Lierop | 2015-10-14 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1479167 (bzr r14411) | ||||
| * | for a zero sbasis, set the size to 1. (Bug 1478168) | Alvin Penner | 2015-09-06 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1478168 (bzr r14346) | ||||
| * | 2Geom: update to r2422. | Krzysztof Kosi??ski | 2015-08-13 | 6 | -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??ski | 2015-07-15 | 1 | -4/+4 |
| | | | | | | | | | Fixes LP bug #1473317. Fixed bugs: - https://launchpad.net/bugs/1473317 (bzr r14248) | ||||
| * | Sync 2Geom to revision 2420. | Krzysztof Kosi??ski | 2015-07-15 | 2 | -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 changes | Krzysztof Kosi??ski | 2015-07-15 | 1 | -0/+31 |
| | | | | (bzr r14246) | ||||
| * | Fix build failures on some platforms. | Krzysztof Kosi??ski | 2015-07-08 | 3 | -8/+4 |
| | | | | | | Correct CMakeLists.txt after 2Geom sync - patch by su_v. (bzr r14237) | ||||
| * | Update 2Geom to r2417: make scan-build happy | Krzysztof Kosi??ski | 2015-07-06 | 2 | -3/+3 |
| | | | | (bzr r14235) | ||||
| * | 2geom. Fixes make distcheck failure. | Nicolas Dufour | 2015-07-06 | 1 | -1/+0 |
| | | | | (bzr r14233) | ||||
| * | Fix compilation failure in make check | Krzysztof Kosi??ski | 2015-07-05 | 3 | -4/+3 |
| | | | | (bzr r14228) | ||||
| * | Upgrade to 2Geom r2413 | Krzysztof Kosi??ski | 2015-07-04 | 32 | -553/+817 |
| | | | | (bzr r14059.2.18) | ||||
| * | 2Geom CMake adjustment | Krzysztof Kosi??ski | 2015-05-22 | 1 | -2/+3 |
| | | | | (bzr r14059.2.17) | ||||
| * | Update to 2Geom revision 2396 | Krzysztof Kosi??ski | 2015-05-22 | 53 | -1450/+2125 |
| | | | | (bzr r14059.2.16) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2015-05-22 | 1 | -6/+12 |
| |\ | | | | | (bzr r14059.2.15) | ||||
| | * | sbasis-to-bezier. avoid ill-conditioned behavior for anti-symmetric case. ↵ | Alvin Penner | 2015-05-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | (Bug 1428267) Fixed bugs: - https://launchpad.net/bugs/1428267 (bzr r14161) | ||||
| * | | Undo changes to CMakeLists.txt in 2geom directory after syncs | Krzysztof Kosi??ski | 2015-05-09 | 1 | -183/+133 |
| | | | | | | | (bzr r14059.2.14) | ||||
| * | | Update to 2Geom r2360. Fixes taper stroke LPE. | Krzysztof Kosi??ski | 2015-05-09 | 2 | -5/+46 |
| | | | | | | | (bzr r14059.2.13) | ||||
| * | | Fix eraser tool | Krzysztof Kosi??ski | 2015-05-09 | 3 | -136/+201 |
| | | | | | | | (bzr r14059.2.12) | ||||
| * | | Adjust CMakeLists for 2geom directory | Krzysztof Kosi??ski | 2015-05-08 | 1 | -4/+0 |
| | | | | | | | (bzr r14059.2.8) | ||||
| * | | Update to 2Geom r2358 - better z-snapping logic | Krzysztof Kosi??ski | 2015-05-08 | 2 | -43/+60 |
| | | | | | | | (bzr r14059.2.7) | ||||
| * | | Fix ellipse problems | Krzysztof Kosi??ski | 2015-05-08 | 5 | -19/+26 |
| | | | | | | | (bzr r14059.2.5) | ||||
| * | | Fix node editing problems | Krzysztof Kosi??ski | 2015-05-08 | 4 | -43/+85 |
| | | | | | | | (bzr r14059.2.4) | ||||
| * | | Update 2Geom to r2347 | Krzysztof Kosi??ski | 2015-04-30 | 10 | -174/+142 |
| | | | | | | | (bzr r14059.2.3) | ||||
| * | | Fix calls to Geom::cross() - sign change. | Krzysztof Kosi??ski | 2015-04-28 | 4 | -1/+24 |
| | | | | | | | (bzr r14059.2.2) | ||||
| * | | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 119 | -6564/+12004 |
| |/ | | | (bzr r14059.2.1) | ||||
| * | make_angle_bisector_line(): Return sensible line if three input points are ↵ | Tavmjong Bah | 2015-03-29 | 1 | -1/+16 |
| | | | | | | | | colinear. Add output operator, useful for debugging. (bzr r14035) | ||||
| * | sbasis-to-bezier. avoid ill-conditioned regions. (Bug 1428683) | Alvin Penner | 2015-03-14 | 1 | -8/+13 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1428683 (bzr r14005) | ||||
