| Commit message (Expand) | Author | Age | Files | Lines |
* | Math: Align mul + inv perf tests with native jaulibHEADmaster | Sven Göthel | 2024-04-26 | 2 | -60/+46 |
* | TestMatrix4f02MulNOUI: Align w/ native jaulib | Sven Göthel | 2024-04-25 | 1 | -5/+31 |
* | Math: AABBox + AffineTransform: Make class final | Sven Göthel | 2024-04-25 | 2 | -2/+2 |
* | Math: Recti::size(): Change semantics: Return true if area is zero, not if x ... | Sven Göthel | 2024-04-25 | 1 | -2/+2 |
* | Math: AABBox: Fix getRayIntersection(), i.e. setting the correct resulting co... | Sven Göthel | 2024-04-25 | 1 | -4/+4 |
* | Math: Align Frustum/Matrix dependency w/ native jaulib | Sven Göthel | 2024-04-25 | 7 | -55/+57 |
* | FloatUtil: Add IEC559_SIGN_BIT; Align API doc and implementation w/ native ja... | Sven Göthel | 2024-04-25 | 3 | -76/+60 |
* | Bug 1489: Lock-Free Double-Buffered 'renderedShapes' causes data-race between... | Sven Göthel | 2024-02-17 | 8 | -86/+143 |
* | VectorUtil.isSelfIntersecting1(): Always use off-curve points | Sven Göthel | 2024-02-15 | 1 | -52/+8 |
* | TypecastGlyph: Add complex/simple info in toString() | Sven Göthel | 2024-02-15 | 1 | -2/+2 |
* | TestTextRendererNEWT20: Fix fontSet override at main + add some glyph info in... | Sven Göthel | 2024-02-15 | 2 | -4/+22 |
* | Graph: Cleanup Loop & OutlineShape, more compact methods | Sven Göthel | 2024-02-15 | 3 | -115/+81 |
* | VectorUtil: Add experimental isSelfIntersecting1() with O(n*n) complexity | Sven Göthel | 2024-02-14 | 1 | -0/+69 |
* | VectorUtil: Bring back specialized testSeg2segIntersection() w/ build-in Floa... | Sven Göthel | 2024-02-14 | 3 | -10/+83 |
* | Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property to... | Sven Göthel | 2024-02-14 | 6 | -79/+101 |
* | VectorUtil.isConvex1(): Fix zero test and handle out-of-bounds | Sven Göthel | 2024-02-14 | 1 | -2/+5 |
* | VectorUtil: Generalize *seg2segIntersection* w/ epsilon and doCollinear | Sven Göthel | 2024-02-14 | 3 | -38/+94 |
* | VectorUtil: Remove double InCircleDThreshold = DoubleUtil.EPSILON | Sven Göthel | 2024-02-14 | 2 | -6/+7 |
* | DoubleUtil: Align Epsilon ops w/ FloatUtil | Sven Göthel | 2024-02-14 | 2 | -14/+34 |
* | FloatUtil Epsilon ops: Generalize all epsilon operations by allowing passing ... | Sven Göthel | 2024-02-14 | 2 | -24/+127 |
* | Use FloatUtil.isZero(a) w/ build-in FloatUtil.EPSILON directly instead of pas... | Sven Göthel | 2024-02-14 | 11 | -23/+23 |
* | Bug 1501: Graph CDTriangulator2D: Add properties to enforce convex and non-co... | Sven Göthel | 2024-02-14 | 1 | -2/+10 |
* | GraphUI Demo FontView01: Re-Enable snapshot via 's' | Sven Göthel | 2024-02-13 | 1 | -6/+6 |
* | Bug 1501: Apply intersection tests for non-convex shapes to reject new CCW a... | Sven Göthel | 2024-02-13 | 6 | -134/+384 |
* | Bug 1501: VectorUtil: Deprecate prev line2line intersection tests, adding new... | Sven Göthel | 2024-02-13 | 1 | -72/+476 |
* | VectorUtil: Consolidate names, remove unused float prevision variants (if any) | Sven Göthel | 2024-02-13 | 3 | -109/+52 |
* | Bug 1501: Graph Shape: onInit(ListenerBool) -> onDraw(DrawListener) w/ added ... | Sven Göthel | 2024-02-13 | 5 | -20/+40 |
* | Bug 1501: Graph RenderState add debug-bits, i.e. DEBUG_LINESTRIP used in VBOR... | Sven Göthel | 2024-02-13 | 4 | -8/+40 |
* | Graph RenderState/RegionRenderer: Rename isHintMaskSet()->hintBitsSet(), setH... | Sven Göthel | 2024-02-13 | 18 | -46/+47 |
* | Loop.isValidNeighborDbg(): Remove DEBUG branch, always true | Sven Göthel | 2024-02-12 | 1 | -8/+4 |
* | VectorUtil: Remove unused isInCircleVec2f() and triAreaVec2f(), now using *2d... | Sven Göthel | 2024-02-12 | 1 | -34/+8 |
* | Remove unused imports ... | Sven Göthel | 2024-02-12 | 4 | -10/+0 |
* | Bug 1501 Graph Delaunay: Replace MaterialIconsRound-Regular.ttf with fixed wi... | Sven Göthel | 2024-02-12 | 1 | -0/+0 |
* | Bug 1501: Graph Delaunay: Use default winding outer-boundary:=CCW and inner-h... | Sven Göthel | 2024-02-12 | 5 | -45/+77 |
* | Bug 1501: Graph: Add UIShapeDemo02a test for rectangular shape provoking tess... | Sven Göthel | 2024-02-12 | 2 | -0/+227 |
* | Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi... | Sven Göthel | 2024-02-12 | 4 | -106/+197 |
* | Graph: Outline[Shape]: Add print() | Sven Göthel | 2024-02-11 | 2 | -0/+26 |
* | GraphUI Demos FontView01 + UIMediaGrid01: Use FSAA 8 (GPU MSAA 8) as these de... | Sven Göthel | 2024-02-07 | 3 | -6/+10 |
* | GraphUI MediaPlayer: Add HUDShape on time-slider @ mouse-over with time-strin... | Sven Göthel | 2024-02-07 | 2 | -75/+171 |
* | GraphUI: Add HUDShape, a convenient HUD shape to be exposed in the scene usin... | Sven Göthel | 2024-02-07 | 1 | -0/+262 |
* | GraphUI Tooltip*: Remove unused paramter in createTip() and clarify names | Sven Göthel | 2024-02-07 | 4 | -63/+102 |
* | GraphUI Shape: Add MouseEvent to MoveListener; RangeSlider: Add rel obj posit... | Sven Göthel | 2024-02-07 | 8 | -75/+132 |
* | GLMediaPlayerImpl: Adjust aid/sid to AUTO if alang/slang is given | Sven Göthel | 2024-02-07 | 1 | -3/+5 |
* | GLMediaPlayerImpl: Fix playing one frame after seek() @ getNextTexture(), req... | Sven Göthel | 2024-02-07 | 1 | -4/+4 |
* | GraphUI RangeSlider: Fix 'activeOldMod' -> static to member | Sven Göthel | 2024-02-05 | 1 | -1/+1 |
* | Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an... | Sven Göthel | 2024-02-05 | 12 | -93/+190 |
* | GraphUI: Add Shape.IO_DISCARDED and update it @ Scene/Group draw(); Prepare f... | Sven Göthel | 2024-02-05 | 4 | -5/+57 |
* | Bug 1498: Refine Top-Level Widget Mode: Handle active-state by Scene, simplif... | Sven Göthel | 2024-02-05 | 3 | -47/+43 |
* | GraphUI MediaPlayer: Elevate the ctrlSlider a little (and add it behind ctrlB... | Sven Göthel | 2024-02-05 | 1 | -1/+3 |
* | Bug 805: GraphUI Demos: Adopt changes to FontView01 + UIMediaGrid01, dropping... | Sven Göthel | 2024-02-05 | 3 | -320/+43 |