22
I Use This!
High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug 1489: Lock-Free Double-Buffered 'renderedShapes' causes data-race between rendering & input-edt, use synchronized tripple-buffering
Sven Gothel
as Sven Göthel
More... 2 months ago
Bug 1489: Lock-Free Double-Buffered 'renderedShapes' causes data-race between rendering & input-edt, use synchronized tripple-buffering
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil.isSelfIntersecting1(): Always use off-curve points
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil.isSelfIntersecting1(): Always use off-curve points
Sven Gothel
as Sven Göthel
More... 2 months ago
TypecastGlyph: Add complex/simple info in toString()
Sven Gothel
as Sven Göthel
More... 2 months ago
TypecastGlyph: Add complex/simple info in toString()
Sven Gothel
as Sven Göthel
More... 2 months ago
TestTextRendererNEWT20: Fix fontSet override at main + add some glyph info in demo text
Sven Gothel
as Sven Göthel
More... 2 months ago
TestTextRendererNEWT20: Fix fontSet override at main + add some glyph info in demo text
Sven Gothel
as Sven Göthel
More... 2 months ago
Graph: Cleanup Loop & OutlineShape, more compact methods
Sven Gothel
as Sven Göthel
More... 2 months ago
Graph: Cleanup Loop & OutlineShape, more compact methods
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil: Add experimental isSelfIntersecting1() with O(n*n) complexity
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil: Add experimental isSelfIntersecting1() with O(n*n) complexity
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil: Bring back specialized testSeg2segIntersection() w/ build-in FloatUtil.EPSILON epsilon and no collinear test
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil: Bring back specialized testSeg2segIntersection() w/ build-in FloatUtil.EPSILON epsilon and no collinear test
Sven Gothel
as Sven Göthel
More... 2 months ago
Bump tests.sh
Sven Gothel
as Sven Göthel
More... 2 months ago
Bump tests.sh
Sven Gothel
as Sven Göthel
More... 2 months ago
Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property toggle OutlineShape's isComplex() for visibility
Sven Gothel
as Sven Göthel
More... 2 months ago
Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property toggle OutlineShape's isComplex() for visibility
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil.isConvex1(): Fix zero test and handle out-of-bounds
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil.isConvex1(): Fix zero test and handle out-of-bounds
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil: Generalize *seg2segIntersection* w/ epsilon and doCollinear
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil: Generalize *seg2segIntersection* w/ epsilon and doCollinear
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil: Remove double InCircleDThreshold = DoubleUtil.EPSILON
Sven Gothel
as Sven Göthel
More... 2 months ago
VectorUtil: Remove double InCircleDThreshold = DoubleUtil.EPSILON
Sven Gothel
as Sven Göthel
More... 2 months ago
DoubleUtil: Align Epsilon ops w/ FloatUtil
Sven Gothel
as Sven Göthel
More... 2 months ago
DoubleUtil: Align Epsilon ops w/ FloatUtil
Sven Gothel
as Sven Göthel
More... 2 months ago
FloatUtil Epsilon ops: Generalize all epsilon operations by allowing passing a zero epsilon value to reduce complexity in upper math layers
Sven Gothel
as Sven Göthel
More... 2 months ago
FloatUtil Epsilon ops: Generalize all epsilon operations by allowing passing a zero epsilon value to reduce complexity in upper math layers
Sven Gothel
as Sven Göthel
More... 2 months ago
Use FloatUtil.isZero(a) w/ build-in FloatUtil.EPSILON directly instead of passing FloatUtil.EPSILON to explicit isZero(a, epsilon)
Sven Gothel
as Sven Göthel
More... 2 months ago
Use FloatUtil.isZero(a) w/ build-in FloatUtil.EPSILON directly instead of passing FloatUtil.EPSILON to explicit isZero(a, epsilon)
Sven Gothel
as Sven Göthel
More... 2 months ago