aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 805: GraphUI MediaPlayer: Add 'Aspect Ratio Crop' Button; Have Chapter Pr...Sven Göthel2024-02-051-45/+109
* Bug 1498: GraphUI: Fix Picking Traversal throughout Groups in Z-Descending Or...Sven Göthel2024-02-054-197/+246
* Bug 1498: Change Top-Level Widget Mode: Register a top-level Group in Scene, ...Sven Göthel2024-02-056-57/+109
* Bug 1498: GraphUI: Adopt RangedSlider to new picking (coming up), simplifies ...Sven Göthel2024-02-042-46/+21
* GraphUI Cleanup: Use TreeTool directly (Reduce virtl-funcs); Fix typos; Use ...Sven Göthel2024-02-0420-284/+215
* GLMediaPlayer.Chapter: Add duration()Sven Göthel2024-02-041-0/+2
* GraphUI RangeSlider: Active {Page -> Knob} Color modulation now affects the k...Sven Göthel2024-02-041-24/+22
* Bug 1493: Enhance Text/ASS subtitle layout: Split too wide text into multiple...Sven Göthel2024-02-041-8/+36
* GraphUI Button: Fix API doc typoSven Göthel2024-02-041-1/+1
* Graph Font: Pull up static functionSven Göthel2024-02-041-16/+16
* GraphUI: Fix func-name, rename TexSeqButton.use{AspectRation->ARatio}Letterbo...Sven Göthel2024-02-042-3/+3
* GraphUI RangedGroup: Keep position @ validate()Sven Göthel2024-02-041-1/+3
* Tooltip[Text]: Use a slightly round button, change to grayscale colors matchi...Sven Göthel2024-02-042-14/+20
* Use new com.jogamp.common.util.StringUtil (GlueGen)Sven Göthel2024-02-044-35/+15
* Typecast: Re-apply overwritten stability changes (NPE, redundancy)Sven Göthel2024-02-031-11/+12
* Typecast: Cleanup: finalSven Göthel2024-02-032-18/+19
* Hausmacher Merge: Complete merge part-1 into JOGL from our typecast branch; A...Sven Göthel2024-02-031-0/+65
* Cleanup (static, final, whitespace, ..) post Hausmacher MergeSven Göthel2024-02-0319-426/+433
* Hausmacher Merge: Complete merge part-1: Compile and test clean (pre-write-fe...Sven Göthel2024-02-033-28/+32
* Enhanced dump format of cmap table.Bernhard Haumacher2024-02-038-36/+77
* Added rudimentary documentation to the CFF table.Bernhard Haumacher2024-02-031-1/+35