summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-pathstroke.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue LPE Line Join rendering wrong for arcs line join. ↵Jabier Arraiza2019-11-071-1/+1
| | | | https://gitlab.com/inkscape/inkscape/issues/490
* Improvemets to GeomPathstroke and Offset LPEJabiertxof2019-05-211-89/+34
|
* Improvements to Offset LPEJabiertxof2019-05-201-8/+18
|
* Improvements to geom-pathstroke and offset LPE.Jabiertxof2019-05-171-2/+2
|
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
|
* Clarify licensesMax Gaukler2018-11-081-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
* fix vi modelines: encoding -> fileencodingThomas Holder2018-10-151-1/+1
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Change abs to std::abs to fix warningsSimon Wells2017-11-041-2/+2
|
* Handle negative width correctly in tolerance calculationAlexander Brock2016-11-291-1/+1
| | | (bzr r15280.1.6)
* Make tolerance a parameter on every levelAlexander Brock2016-11-291-5/+23
| | | (bzr r15280.1.5)
* Fix instability caused by degenerate paths (patch by jabiertxof)Alexander Brock2016-11-291-6/+4
| | | (bzr r15280.1.4)
* Make tolerance of offset_curve a parameterAlexander Brock2016-11-271-6/+6
| | | (bzr r15280.1.3)
* Increase tolerance to match old methods precision and improve speedAlexander Brock2016-11-271-2/+2
| | | (bzr r15280.1.2)
* Improve precision of offset_cubicAlexander Brock2016-11-271-31/+149
| | | (bzr r15280.1.1)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
| | | (bzr r15025)
* Another small change to miter-limit for 'arcs' join to match SVG spec.Tavmjong Bah2016-03-021-1/+1
| | | (bzr r14677)
* Fix miter-limit behavior to match SVG spec.Tavmjong Bah2016-02-271-2/+4
| | | (bzr r14671)
* Temporary: Add different fallback strategies for 'line-join' LPE with 'arcs' ↵Tavmjong Bah2016-02-151-13/+343
| | | | | line join. (bzr r14653)
* setStitching(), gajiosdfksdsfdLiam P. White2015-07-161-3/+3
| | | (bzr r14249)
* Shit son, MROE FUCKING DOCS FUCKING EVERYWHERE IT'S A WONDER WE HAVE SPACE ↵Liam P. White2015-07-111-51/+52
| | | | | FOR A VECTOR GRAPHICS PROGRAM BETWEEN ALL THESE DOCS (bzr r14242)
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-041-112/+41
|\ | | | | | | | | May introduce regressions. (bzr r14226)
| * Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-102/+28
| | | | | | (bzr r14059.2.16)
| * Merge from trunkKrzysztof Kosi??ski2015-05-081-81/+123
| |\ | | | | | | (bzr r14059.2.11)
| * | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-6/+6
| | | | | | | | | (bzr r14059.2.2)
| * | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-7/+10
| | | | | | | | | (bzr r14059.2.1)
* | | never let me try this againLiam P. White2015-05-261-2/+2
| |/ |/| | | (bzr r14176)
* | Better solution pickingLiam P. White2015-04-291-3/+22
| | | | | | (bzr r14073)
* | Increase precision (long thin paths had a ton of width variance), fix logic ↵Liam P. White2015-04-291-3/+1
| | | | | | | | | | error (bzr r14070)
* | Catch more intersections (can still be improved somewhat I think)Liam P. White2015-04-291-21/+17
| | | | | | (bzr r14069)
* | fix tangent sign problems in path outline codeLiam P. White2015-04-281-65/+94
|/ | | (bzr r14068)
* herpderpLiam P. White2015-04-041-1/+1
| | | (bzr r14044)
* Call decide() with subpaths in proper order.Tavmjong Bah2015-04-041-1/+1
| | | (bzr r14043)
* Small cleanup: consistency, styleLiam P. White2015-03-311-44/+31
| | | (bzr r14039)
* Update turn angle predicate for outlinerLiam P. White2015-03-311-8/+14
| | | (bzr r14038)
* Add clipping at miter-length to 'arcs' line join.Tavmjong Bah2015-03-291-21/+131
| | | (bzr r14036)
* clean up previous commitLiam P. White2015-03-291-24/+9
| | | (bzr r14034)
* Fix calculation of miter limit. Implement 'miter-clip' line join.Tavmjong Bah2015-03-271-7/+48
| | | (bzr r14033)
* Path outliner: refactor extrapolated joiner, allow joining line segments; ↵Liam P. White2015-03-241-65/+155
| | | | | some more optimizations all around (bzr r14031)
* improve, optimize, fix path outlinerLiam P. White2015-03-221-71/+112
| | | (bzr r14027)
* Fix remaining bugs in path outlinerLiam P. White2015-03-201-8/+13
| | | (bzr r14017)
* Let's hope the world doesn't endLiam P. White2015-03-191-0/+505
Native 2geom path outliner, still buggy (bzr r14014)