aboutsummaryrefslogtreecommitdiffstats
path: root/src/demos
Commit message (Expand)AuthorAgeFilesLines
* Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property to...Sven Göthel2024-02-141-10/+10
* Use FloatUtil.isZero(a) w/ build-in FloatUtil.EPSILON directly instead of pas...Sven Göthel2024-02-143-3/+3
* 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-131-5/+15
* Bug 1501: Graph Shape: onInit(ListenerBool) -> onDraw(DrawListener) w/ added ...Sven Göthel2024-02-131-2/+3
* Bug 1501: Graph RenderState add debug-bits, i.e. DEBUG_LINESTRIP used in VBOR...Sven Göthel2024-02-132-7/+23
* Graph RenderState/RegionRenderer: Rename isHintMaskSet()->hintBitsSet(), setH...Sven Göthel2024-02-136-7/+7
* Remove unused imports ...Sven Göthel2024-02-123-9/+0
* Bug 1501: Graph: Add UIShapeDemo02a test for rectangular shape provoking tess...Sven Göthel2024-02-122-0/+227
* 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-071-1/+4
* GraphUI Shape: Add MouseEvent to MoveListener; RangeSlider: Add rel obj posit...Sven Göthel2024-02-074-23/+15
* Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an...Sven Göthel2024-02-051-2/+10
* Bug 805: GraphUI Demos: Adopt changes to FontView01 + UIMediaGrid01, dropping...Sven Göthel2024-02-053-320/+43
* GraphUI Cleanup: Use TreeTool directly (Reduce virtl-funcs); Fix typos; Use ...Sven Göthel2024-02-049-89/+119
* Use new com.jogamp.common.util.StringUtil (GlueGen)Sven Göthel2024-02-041-9/+10
* Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon...Sven Göthel2024-02-033-9/+18
* Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS...Sven Göthel2024-02-021-1/+12
* GraphUI Demos: FontView01 can use scaling Lable ctor; UISceneDemo01b doesn't ...Sven Göthel2024-01-312-3/+2
* Utilize PTS.getCurrent() where applicableSven Göthel2024-01-313-7/+7
* GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...Sven Göthel2024-01-3110-50/+0
* Cleanup GLMediaPlayer.EventMask.Bit handling in GLMediaEventListener implemen...Sven Göthel2024-01-285-10/+5
* GraphUI Demo UIMediaGrid00: Add missing patch from relocating getSymbolsFont()Sven Göthel2024-01-281-1/+1
* GraphUI Demos: Disable debug togglesSven Göthel2024-01-282-2/+2
* GraphUI MediaButton/MediaPlayer-Widget: Add working subtitle (text + ass/saa)...Sven Göthel2024-01-281-8/+10
* GraphUI Misc Cleanup: Move get*Font() helper to Scene; Allow GraphShape.drawI...Sven Göthel2024-01-282-5/+6
* GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...Sven Göthel2024-01-279-12/+12
* GraphUI MediaPlayer: seek from display-thread, don't act on SliderAdapter.cli...Sven Göthel2024-01-271-1/+6
* GraphUI Demos: Bump FontView01 + UIMediaGrid01Sven Göthel2024-01-262-34/+66
* Graph: Drop non-existing 'JAVA' font from FontFactorySven Göthel2024-01-252-1/+12
* GraphUI RangeSlider/RangedGroup: Fix overall integration, adding more API com...Sven Göthel2024-01-192-41/+87
* GraphUI Tooltip: Use delayMS for no time-based alarm (only used for now()); F...Sven Göthel2024-01-191-2/+2
* GraphUI Demos: Minor fixesSven Göthel2024-01-223-21/+6
* Simplify TooltipShape: Create own wrapper Group to not mutate user given Shap...Sven Göthel2024-01-221-6/+3
* Bug 1489 - GraphUI Group: Resolve Performance Regression in Scene.pickShape()...Sven Göthel2024-01-228-9/+10
* Bug 1490 - GraphUI Group: Resolve Performance Issues with Shape Mv Transform ...Sven Göthel2024-01-2211-26/+33
* GraphUI Demos: Minor finetuning..Sven Göthel2024-01-213-11/+22
* UIShapeClippingDemo00: Fix behavior, use shape as child and completely chain ...Sven Göthel2024-01-211-24/+23
* GraphUI Demo Fontview: Demonstrate Clipping w/ rotation; Reuse GlyphShape for...Sven Göthel2024-01-201-45/+123
* Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F...Sven Göthel2024-01-202-51/+109
* GraphUI Clipping Demo: Adding a simple Shape within a clipping Group all driv...Sven Göthel2024-01-162-1/+183
* GraphUI Enhance Clipping: Drop 'cullingScale' param, a simple intersection-te...Sven Göthel2024-01-161-8/+1
* Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...Sven Göthel2024-01-1617-85/+74
* GraphUI Enhance Clipping: Drop pixel clipping if `clip-box >= clip-box*cullin...Sven Göthel2024-01-161-41/+20
* GraphUI Demo FontView01: Remove using jogamp.graph.curve.opengl.VBORegion2PVB...Sven Göthel2024-01-151-3/+0
* GraphUI: Added RangedGroup Widget, displaying a clipped content Group with op...Sven Göthel2024-01-151-130/+160
* GraphUI Demos CommandlineOptions: Add ctor w/ graphAAQuality and graphAASamplesSven Göthel2024-01-151-4/+15
* GraphUI RangeSlider: [add,remove]{->Slider}Listener()Sven Göthel2024-01-151-2/+2
* GraphUI RangeSlider: Add SliderAdapter (convenience) and use a listener-array...Sven Göthel2024-01-151-9/+4
* Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin...Sven Göthel2024-01-1521-39/+65