summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-pathstroke.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix issue LPE Line Join rendering wrong for arcs line join. https://gitlab.co...Jabier Arraiza2019-11-071-1/+1
* 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
* 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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* 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
* Make tolerance a parameter on every levelAlexander Brock2016-11-291-5/+23
* Fix instability caused by degenerate paths (patch by jabiertxof)Alexander Brock2016-11-291-6/+4
* Make tolerance of offset_curve a parameterAlexander Brock2016-11-271-6/+6
* Increase tolerance to match old methods precision and improve speedAlexander Brock2016-11-271-2/+2
* Improve precision of offset_cubicAlexander Brock2016-11-271-31/+149
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
* Another small change to miter-limit for 'arcs' join to match SVG spec.Tavmjong Bah2016-03-021-1/+1
* Fix miter-limit behavior to match SVG spec.Tavmjong Bah2016-02-271-2/+4
* Temporary: Add different fallback strategies for 'line-join' LPE with 'arcs' ...Tavmjong Bah2016-02-151-13/+343
* setStitching(), gajiosdfksdsfdLiam P. White2015-07-161-3/+3
* Shit son, MROE FUCKING DOCS FUCKING EVERYWHERE IT'S A WONDER WE HAVE SPACE FO...Liam P. White2015-07-111-51/+52
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-041-112/+41
|\
| * Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-102/+28
| * Merge from trunkKrzysztof Kosi??ski2015-05-081-81/+123
| |\
| * | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-6/+6
| * | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-7/+10
* | | never let me try this againLiam P. White2015-05-261-2/+2
| |/ |/|
* | Better solution pickingLiam P. White2015-04-291-3/+22
* | Increase precision (long thin paths had a ton of width variance), fix logic e...Liam P. White2015-04-291-3/+1
* | Catch more intersections (can still be improved somewhat I think)Liam P. White2015-04-291-21/+17
* | fix tangent sign problems in path outline codeLiam P. White2015-04-281-65/+94
|/
* herpderpLiam P. White2015-04-041-1/+1
* Call decide() with subpaths in proper order.Tavmjong Bah2015-04-041-1/+1
* Small cleanup: consistency, styleLiam P. White2015-03-311-44/+31
* Update turn angle predicate for outlinerLiam P. White2015-03-311-8/+14
* Add clipping at miter-length to 'arcs' line join.Tavmjong Bah2015-03-291-21/+131
* clean up previous commitLiam P. White2015-03-291-24/+9
* Fix calculation of miter limit. Implement 'miter-clip' line join.Tavmjong Bah2015-03-271-7/+48
* Path outliner: refactor extrapolated joiner, allow joining line segments; som...Liam P. White2015-03-241-65/+155
* improve, optimize, fix path outlinerLiam P. White2015-03-221-71/+112
* Fix remaining bugs in path outlinerLiam P. White2015-03-201-8/+13
* Let's hope the world doesn't endLiam P. White2015-03-191-0/+505