index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
helper
/
geom-pathstroke.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-07
Fix issue LPE Line Join rendering wrong for arcs line join. https://gitlab.co...
Jabier Arraiza
1
-1
/
+1
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
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
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
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
2016-11-29
Make tolerance a parameter on every level
Alexander Brock
1
-5
/
+23
2016-11-29
Fix instability caused by degenerate paths (patch by jabiertxof)
Alexander Brock
1
-6
/
+4
2016-11-27
Make tolerance of offset_curve a parameter
Alexander Brock
1
-6
/
+6
2016-11-27
Increase tolerance to match old methods precision and improve speed
Alexander Brock
1
-2
/
+2
2016-11-27
Improve precision of offset_cubic
Alexander Brock
1
-31
/
+149
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+0
2016-03-02
Another small change to miter-limit for 'arcs' join to match SVG spec.
Tavmjong Bah
1
-1
/
+1
2016-02-27
Fix miter-limit behavior to match SVG spec.
Tavmjong Bah
1
-2
/
+4
2016-02-15
Temporary: Add different fallback strategies for 'line-join' LPE with 'arcs' ...
Tavmjong Bah
1
-13
/
+343
2015-07-16
setStitching(), gajiosdfksdsfd
Liam P. White
1
-3
/
+3
2015-07-11
Shit son, MROE FUCKING DOCS FUCKING EVERYWHERE IT'S A WONDER WE HAVE SPACE FO...
Liam P. White
1
-51
/
+52
2015-05-26
never let me try this again
Liam P. White
1
-2
/
+2
2015-05-22
Update to 2Geom revision 2396
Krzysztof Kosi??ski
1
-102
/
+28
2015-04-29
Better solution picking
Liam P. White
1
-3
/
+22
2015-04-29
Increase precision (long thin paths had a ton of width variance), fix logic e...
Liam P. White
1
-3
/
+1
2015-04-29
Catch more intersections (can still be improved somewhat I think)
Liam P. White
1
-21
/
+17
2015-04-28
fix tangent sign problems in path outline code
Liam P. White
1
-65
/
+94
2015-04-28
Fix calls to Geom::cross() - sign change.
Krzysztof Kosi??ski
1
-6
/
+6
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-7
/
+10
2015-04-04
herpderp
Liam P. White
1
-1
/
+1
2015-04-04
Call decide() with subpaths in proper order.
Tavmjong Bah
1
-1
/
+1
2015-03-31
Small cleanup: consistency, style
Liam P. White
1
-44
/
+31
2015-03-31
Update turn angle predicate for outliner
Liam P. White
1
-8
/
+14
2015-03-29
Add clipping at miter-length to 'arcs' line join.
Tavmjong Bah
1
-21
/
+131
2015-03-29
clean up previous commit
Liam P. White
1
-24
/
+9
2015-03-27
Fix calculation of miter limit. Implement 'miter-clip' line join.
Tavmjong Bah
1
-7
/
+48
2015-03-24
Path outliner: refactor extrapolated joiner, allow joining line segments; som...
Liam P. White
1
-65
/
+155
2015-03-22
improve, optimize, fix path outliner
Liam P. White
1
-71
/
+112
2015-03-20
Fix remaining bugs in path outliner
Liam P. White
1
-8
/
+13
2015-03-19
Let's hope the world doesn't end
Liam P. White
1
-0
/
+505