| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-07 | Fix issue LPE Line Join rendering wrong for arcs line join. ↵ | Jabier Arraiza | 1 | -1/+1 | |
| https://gitlab.com/inkscape/inkscape/issues/490 | |||||
| 2019-05-21 | Improvemets to GeomPathstroke and Offset LPE | Jabiertxof | 1 | -89/+34 | |
| 2019-05-20 | Improvements to Offset LPE | Jabiertxof | 1 | -8/+18 | |
| 2019-05-17 | Improvements to geom-pathstroke and offset LPE. | Jabiertxof | 1 | -2/+2 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -4/+4 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-10-15 | fix vi modelines: encoding -> fileencoding | Thomas Holder | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -6/+6 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -3/+3 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -3/+3 | |
| 2017-11-04 | Change abs to std::abs to fix warnings | Simon Wells | 1 | -2/+2 | |
| 2016-11-29 | Handle negative width correctly in tolerance calculation | Alexander Brock | 1 | -1/+1 | |
| (bzr r15280.1.6) | |||||
| 2016-11-29 | Make tolerance a parameter on every level | Alexander Brock | 1 | -5/+23 | |
| (bzr r15280.1.5) | |||||
| 2016-11-29 | Fix instability caused by degenerate paths (patch by jabiertxof) | Alexander Brock | 1 | -6/+4 | |
| (bzr r15280.1.4) | |||||
| 2016-11-27 | Make tolerance of offset_curve a parameter | Alexander Brock | 1 | -6/+6 | |
| (bzr r15280.1.3) | |||||
| 2016-11-27 | Increase tolerance to match old methods precision and improve speed | Alexander Brock | 1 | -2/+2 | |
| (bzr r15280.1.2) | |||||
| 2016-11-27 | Improve precision of offset_cubic | Alexander Brock | 1 | -31/+149 | |
| (bzr r15280.1.1) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -4/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+4 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -4/+0 | |
| (bzr r15025) | |||||
| 2016-03-02 | Another small change to miter-limit for 'arcs' join to match SVG spec. | Tavmjong Bah | 1 | -1/+1 | |
| (bzr r14677) | |||||
| 2016-02-27 | Fix miter-limit behavior to match SVG spec. | Tavmjong Bah | 1 | -2/+4 | |
| (bzr r14671) | |||||
| 2016-02-15 | Temporary: Add different fallback strategies for 'line-join' LPE with 'arcs' ↵ | Tavmjong Bah | 1 | -13/+343 | |
| line join. (bzr r14653) | |||||
| 2015-07-16 | setStitching(), gajiosdfksdsfd | Liam P. White | 1 | -3/+3 | |
| (bzr r14249) | |||||
| 2015-07-11 | Shit son, MROE FUCKING DOCS FUCKING EVERYWHERE IT'S A WONDER WE HAVE SPACE ↵ | Liam P. White | 1 | -51/+52 | |
| FOR A VECTOR GRAPHICS PROGRAM BETWEEN ALL THESE DOCS (bzr r14242) | |||||
| 2015-05-26 | never let me try this again | Liam P. White | 1 | -2/+2 | |
| (bzr r14176) | |||||
| 2015-05-22 | Update to 2Geom revision 2396 | Krzysztof Kosi??ski | 1 | -102/+28 | |
| (bzr r14059.2.16) | |||||
| 2015-04-29 | Better solution picking | Liam P. White | 1 | -3/+22 | |
| (bzr r14073) | |||||
| 2015-04-29 | Increase precision (long thin paths had a ton of width variance), fix logic ↵ | Liam P. White | 1 | -3/+1 | |
| error (bzr r14070) | |||||
| 2015-04-29 | Catch more intersections (can still be improved somewhat I think) | Liam P. White | 1 | -21/+17 | |
| (bzr r14069) | |||||
| 2015-04-28 | fix tangent sign problems in path outline code | Liam P. White | 1 | -65/+94 | |
| (bzr r14068) | |||||
| 2015-04-28 | Fix calls to Geom::cross() - sign change. | Krzysztof Kosi??ski | 1 | -6/+6 | |
| (bzr r14059.2.2) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -7/+10 | |
| (bzr r14059.2.1) | |||||
| 2015-04-04 | herpderp | Liam P. White | 1 | -1/+1 | |
| (bzr r14044) | |||||
| 2015-04-04 | Call decide() with subpaths in proper order. | Tavmjong Bah | 1 | -1/+1 | |
| (bzr r14043) | |||||
| 2015-03-31 | Small cleanup: consistency, style | Liam P. White | 1 | -44/+31 | |
| (bzr r14039) | |||||
| 2015-03-31 | Update turn angle predicate for outliner | Liam P. White | 1 | -8/+14 | |
| (bzr r14038) | |||||
| 2015-03-29 | Add clipping at miter-length to 'arcs' line join. | Tavmjong Bah | 1 | -21/+131 | |
| (bzr r14036) | |||||
| 2015-03-29 | clean up previous commit | Liam P. White | 1 | -24/+9 | |
| (bzr r14034) | |||||
| 2015-03-27 | Fix calculation of miter limit. Implement 'miter-clip' line join. | Tavmjong Bah | 1 | -7/+48 | |
| (bzr r14033) | |||||
| 2015-03-24 | Path outliner: refactor extrapolated joiner, allow joining line segments; ↵ | Liam P. White | 1 | -65/+155 | |
| some more optimizations all around (bzr r14031) | |||||
| 2015-03-22 | improve, optimize, fix path outliner | Liam P. White | 1 | -71/+112 | |
| (bzr r14027) | |||||
| 2015-03-20 | Fix remaining bugs in path outliner | Liam P. White | 1 | -8/+13 | |
| (bzr r14017) | |||||
| 2015-03-19 | Let's hope the world doesn't end | Liam P. White | 1 | -0/+505 | |
| Native 2geom path outliner, still buggy (bzr r14014) | |||||
