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