| Commit message (Expand) | Author | Age | Files | Lines |
* | GraphUI RangedGroup: Keep position @ validate() | Sven Göthel | 2024-02-04 | 1 | -1/+3 |
* | Tooltip[Text]: Use a slightly round button, change to grayscale colors matchi... | Sven Göthel | 2024-02-04 | 2 | -14/+20 |
* | Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon... | Sven Göthel | 2024-02-03 | 3 | -49/+40 |
* | Bug 1493 - Text/ASS Subtitle via MediaButton/MediaPlayer Alignment defaults t... | Sven Göthel | 2024-02-02 | 3 | -21/+43 |
* | Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS... | Sven Göthel | 2024-02-02 | 2 | -127/+278 |
* | Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER... | Sven Göthel | 2024-02-01 | 1 | -5/+30 |
* | Bug 1495: GraphUI Shape: Fix updateMat() API doc | Sven Göthel | 2024-01-31 | 1 | -3/+2 |
* | GraphUI: Only issue Shape.mark*Dirty() if values were updated or data availab... | Sven Göthel | 2024-01-31 | 3 | -8/+14 |
* | Bug 1496 - GraphUI Shape: Allow markShapeDirty() and markStateDirty() to be l... | Sven Göthel | 2024-01-31 | 1 | -11/+8 |
* | Bug 1495: GraphUI Shape: Only updateMat() if marked dirty once in applyMatToM... | Sven Göthel | 2024-01-31 | 1 | -34/+64 |
* | Utilize PTS.getCurrent() where applicable | Sven Göthel | 2024-01-31 | 2 | -6/+6 |
* | GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList... | Sven Göthel | 2024-01-31 | 2 | -9/+0 |
* | GraphUI MediaButton: Add blending below subtitle, allow setting color/blendin... | Sven Göthel | 2024-01-29 | 2 | -18/+69 |
* | FFMPEGMediaPlayer/GraphUI MediaButton: AVSubtitles's start/end are relative t... | Sven Göthel | 2024-01-28 | 1 | -20/+32 |
* | Cleanup GLMediaPlayer.EventMask.Bit handling in GLMediaEventListener implemen... | Sven Göthel | 2024-01-28 | 1 | -2/+1 |
* | GraphUI MediaButton: Clear cached subtitle data on uninit and init from GLMed... | Sven Göthel | 2024-01-28 | 1 | -2/+12 |
* | GraphUI MediaPlayer: Remove debug message (Behavior to disable border if zoom... | Sven Göthel | 2024-01-28 | 1 | -1/+0 |
* | GraphUI MediaButton/MediaPlayer-Widget: Add working subtitle (text + ass/saa)... | Sven Göthel | 2024-01-28 | 2 | -6/+174 |
* | GraphUI Misc Cleanup: Move get*Font() helper to Scene; Allow GraphShape.drawI... | Sven Göthel | 2024-01-28 | 3 | -19/+24 |
* | GraphUI Group: Don't draw border is set invisible | Sven Göthel | 2024-01-28 | 1 | -2/+2 |
* | GraphUI MediaPlayer: Disable always DEBUG hack | Sven Göthel | 2024-01-27 | 1 | -1/+1 |
* | GraphUI MediaPlayer: Bump Chapter tooltip scale | Sven Göthel | 2024-01-27 | 1 | -1/+1 |
* | GLMediaPlayer: Support tile metadata | Sven Göthel | 2024-01-27 | 1 | -17/+3 |
* | GraphUI MediaPlayer Widget: Support switching audio and subtitle streams, sho... | Sven Göthel | 2024-01-27 | 1 | -7/+54 |
* | GraphUI MediaPlayer: seek from display-thread, don't act on SliderAdapter.cli... | Sven Göthel | 2024-01-27 | 1 | -13/+8 |
* | GraphUI MediaPlayer: Cleanup infoLabel layout; Add sticky HUD (always-on) but... | Sven Göthel | 2024-01-26 | 1 | -40/+77 |
* | GraphUI RangeSlider: Use a modulating color for rect page frame for visible r... | Sven Göthel | 2024-01-26 | 1 | -4/+41 |
* | GraphUI Shape: API doc for colors; add makeShapeDirty() on setColor(); add ac... | Sven Göthel | 2024-01-26 | 1 | -9/+68 |
* | GraphUI Layout: Emphasize whether a value/parameter is scaled or unscaled in ... | Sven Göthel | 2024-01-26 | 6 | -72/+76 |
* | Math Vec*: Rename {scale->mul}(..) for non-scalar types (n-dim); Add div(..) | Sven Göthel | 2024-01-26 | 3 | -8/+8 |
* | GraphUI MediaPlayer: Fix Zoom behavior; Disable DEBUG output | Sven Göthel | 2024-01-19 | 1 | -33/+67 |
* | GraphUI RangeSlider/RangedGroup: Fix overall integration, adding more API com... | Sven Göthel | 2024-01-19 | 2 | -101/+272 |
* | GraphUI Tooltip: Use delayMS for no time-based alarm (only used for now()); F... | Sven Göthel | 2024-01-19 | 1 | -13/+14 |
* | Scene.dispatchMouseEventPickShape(): Reuse PMVMatrix4f, Ray and Vec3f within ... | Sven Göthel | 2024-01-19 | 1 | -6/+8 |
* | TooltipShape.destroyTip(): Only show warning instead of throwing a RuntimeExc... | Sven Göthel | 2024-01-19 | 1 | -1/+5 |
* | Simplify TooltipShape: Create own wrapper Group to not mutate user given Shap... | Sven Göthel | 2024-01-22 | 2 | -27/+80 |
* | Bug 1490: Add missing rename Shape.transformMvTo() -> applyMatToMv(), an tran... | Sven Göthel | 2024-01-22 | 1 | -31/+31 |
* | Bug 1489 - GraphUI Group: Resolve Performance Regression in Scene.pickShape()... | Sven Göthel | 2024-01-22 | 6 | -76/+257 |
* | Bug 1490 - GraphUI Performance: Group/Scene: Use temp sorted arrays | Sven Göthel | 2024-01-22 | 2 | -16/+25 |
* | Bug 1490 - GraphUI Group: Resolve Performance Issues with Shape Mv Transform ... | Sven Göthel | 2024-01-22 | 6 | -90/+188 |
* | GraphUI RangeSlider: Keep Region.AA_RENDERING_MASK in renderModes | Sven Göthel | 2024-01-20 | 1 | -1/+1 |
* | GraphUI Tooltip*: Allow user to trigger display via now(); Ensure TooltipShap... | Sven Göthel | 2024-01-20 | 4 | -45/+108 |
* | GraphUI Group: Add ctor with most usable values, allowing injecting a Group a... | Sven Göthel | 2024-01-20 | 1 | -1/+24 |
* | GraphUI Group/BoxLayout/GridLayout: Handle empty Group, i.e. detect zero-size... | Sven Göthel | 2024-01-20 | 3 | -5/+19 |
* | GraphUI Graph/Scene: Reuse TreeTool for contains(), getShapeByID() and getSha... | Sven Göthel | 2024-01-20 | 2 | -37/+6 |
* | Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F... | Sven Göthel | 2024-01-20 | 3 | -38/+97 |
* | Frustum: Revise code and its Plane definition to support Cube->Frustum as wel... | Sven Göthel | 2024-01-19 | 2 | -4/+4 |
* | GraphUI Tooltip*: Generalize Tooltip base (more versatile) and add TooltipSha... | Sven Göthel | 2024-01-19 | 5 | -41/+240 |
* | GraphUI Enhance Clipping: Drop 'cullingScale' param, a simple intersection-te... | Sven Göthel | 2024-01-16 | 2 | -28/+11 |
* | GraphUI GLButton: Filter out Region.AA_RENDERING_MASK in ctor, as GLEventList... | Sven Göthel | 2024-01-16 | 1 | -1/+2 |