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