aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/widgets
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Rectangle: Remove dropping AA_RENDERING_MASK, i.e. allow VBAA_RENDERI...Sven Göthel2024-01-071-2/+2
* GraphUI Tooltip: Simplify integration w/ Scene + Shape; Use Shape.setToolTip(...Sven Göthel2024-01-071-9/+9
* GraphUI Button.setLabelColor(..): Add alpha channel and variant w/ Vec4f for ...Sven Göthel2024-01-071-1/+1
* GraphUI Shape: Enable Tooltip (currently text only) to be displayed after del...Sven Göthel2024-01-071-2/+13
* GraphUI RangeSlider.addMark(): Return the mark-shape and use double itemLen (...Sven Göthel2024-01-071-10/+21
* GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-fieldSven Göthel2024-01-071-3/+9
* GraphUI Shape: Maintain multiple Activation Listener (ArrayList instead of si...Sven Göthel2024-01-071-1/+1
* GraphUI RangeSlider: Add rectangular marks (e.g. for chapters, see MediaPlaye...Sven Gothel2023-12-312-54/+87
* GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog...Sven Gothel2023-12-301-36/+10
* GraphUI RangeSlider Widget: Add rectangular page-sized knob mode using a 'pag...Sven Gothel2023-12-242-75/+357
* GraphUI MediaPlayer Widget: Issue playStream(..) and setTextureUnit(..) by ca...Sven Gothel2023-12-241-11/+1
* Bug 805: GraphUI: Add Widget 'marker' (a Group), derived by {MediaUI01 -> Med...Sven Gothel2023-12-193-113/+476
* Bug 805: GraphUI: Add MediaUI01 widtget (MediaButton w/ full feature controls...Sven Gothel2023-12-181-0/+551