| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1489: Lock-Free Double-Buffered 'renderedShapes' causes data-race between... | Sven Göthel | 2024-02-17 | 2 | -63/+98 |
* | Bug 1501: Graph Shape: onInit(ListenerBool) -> onDraw(DrawListener) w/ added ... | Sven Göthel | 2024-02-13 | 4 | -18/+37 |
* | Remove unused imports ... | Sven Göthel | 2024-02-12 | 1 | -1/+0 |
* | GraphUI MediaPlayer: Add HUDShape on time-slider @ mouse-over with time-strin... | Sven Göthel | 2024-02-07 | 1 | -74/+167 |
* | 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 | 4 | -52/+117 |
* | GraphUI RangeSlider: Fix 'activeOldMod' -> static to member | Sven Göthel | 2024-02-05 | 1 | -1/+1 |
* | GraphUI: Add Shape.IO_DISCARDED and update it @ Scene/Group draw(); Prepare f... | Sven Göthel | 2024-02-05 | 3 | -5/+27 |
* | 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 MediaPlayer: Add 'Aspect Ratio Crop' Button; Have Chapter Pr... | Sven Göthel | 2024-02-05 | 1 | -45/+109 |
* | Bug 1498: GraphUI: Fix Picking Traversal throughout Groups in Z-Descending Or... | Sven Göthel | 2024-02-05 | 4 | -197/+246 |
* | Bug 1498: Change Top-Level Widget Mode: Register a top-level Group in Scene, ... | Sven Göthel | 2024-02-05 | 5 | -56/+109 |
* | Bug 1498: GraphUI: Adopt RangedSlider to new picking (coming up), simplifies ... | Sven Göthel | 2024-02-04 | 1 | -40/+16 |
* | GraphUI Cleanup: Use TreeTool directly (Reduce virtl-funcs); Fix typos; Use ... | Sven Göthel | 2024-02-04 | 10 | -193/+69 |
* | GraphUI RangeSlider: Active {Page -> Knob} Color modulation now affects the k... | Sven Göthel | 2024-02-04 | 1 | -24/+22 |
* | Bug 1493: Enhance Text/ASS subtitle layout: Split too wide text into multiple... | Sven Göthel | 2024-02-04 | 1 | -8/+36 |
* | GraphUI Button: Fix API doc typo | Sven Göthel | 2024-02-04 | 1 | -1/+1 |
* | GraphUI: Fix func-name, rename TexSeqButton.use{AspectRation->ARatio}Letterbo... | Sven Göthel | 2024-02-04 | 2 | -3/+3 |
* | 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 |