aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Shape: Ease Tooltip managment via Scene: Only started Tooltip is requ...Sven Göthel2024-01-073-22/+15
* GraphUI Shape: Enable Tooltip (currently text only) to be displayed after del...Sven Göthel2024-01-075-6/+289
* 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-072-4/+10
* GraphUI Shape: Maintain multiple Activation Listener (ArrayList instead of si...Sven Göthel2024-01-073-13/+40
* GraphUI Cleanup: Simplify Shape.draw*() and Container.{add,remove*}Shape[s]()...Sven Göthel2024-01-075-147/+143
* GraphUI RangeSlider: Add rectangular marks (e.g. for chapters, see MediaPlaye...Sven Gothel2023-12-312-54/+87
* GraphUI Group: Fix layout w/ zero shapes (empty), i.e. set AABBox to zeroSven Gothel2023-12-311-1/+3
* GraphUI MediaButton: Add clearImpl(..), stopping and rewinding streamSven Gothel2023-12-301-0/+5
* 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
* GraphUI Shape: Allow overriding of setColor(..) and setPressedColorMod(..)Sven Gothel2023-12-241-3/+3
* GraphUI Scene/Shape: Add KeyListener for activeShapeSven Gothel2023-12-242-6/+98
* Bug 805: GraphUI: Add Widget 'marker' (a Group), derived by {MediaUI01 -> Med...Sven Gothel2023-12-193-113/+476
* GraphUI Shape Rectangle: Draw simple filled rect if lineWidth==0, drop AA_REN...Sven Gothel2023-12-191-7/+8
* GraphUI Group: Allow override of clearImpl0() and destroyImpl0()Sven Gothel2023-12-191-5/+5
* GraphUI Shape: Unify 'resetState()' for clear and destroy, refine API docSven Gothel2023-12-191-16/+22
* GraphUI Shape: setParent() pp -> protected, allow to override setName()Sven Gothel2023-12-191-6/+6
* GraphUI Shape.move*(): Don't notify MotionListener on programmatic move.Sven Gothel2023-12-191-11/+16
* Bug 805: GraphUI: Add MediaUI01 widtget (MediaButton w/ full feature controls...Sven Gothel2023-12-181-0/+551
* Bug 805: GraphUI: Add Group.replaceShape(..) and Shape.getParent()Sven Gothel2023-12-183-2/+42
* Bug 805: GraphUI Scene/Shape Pick-Active/Interaction: Pick shall complete tra...Sven Gothel2023-12-182-142/+156
* Bug 805: GraphUI Group: Add 'widget-mode' used to utilize a group as one visi...Sven Gothel2023-12-182-2/+66
* GraphUI Shape: Fix Z{Ascending,Descending}Comparator using and exposing getAd...Sven Gothel2023-12-181-16/+31
* GraphUI Container: Cleanup or Group/Scene add*/remove* methodsSven Gothel2023-12-182-17/+55
* GraphUI Shape: Rename is{Container -> Group}(), denoting a group onlySven Gothel2023-12-182-3/+3
* GraphUI Padding, Margin, Gap: Use zero value constant None instead of default...Sven Gothel2023-12-186-21/+21
* GraphUI Alignment: Use Alignment.None instead of default ctor.Sven Gothel2023-12-182-7/+7
* GraphUI MediaButton: Disable AA_RENDERING_MASK for GLMediaPlayer color textur...Sven Gothel2023-12-181-1/+2
* GraphUI Shape: Rename [set|is]{Enabled -> Visible}(..) for claritySven Gothel2023-12-185-14/+20
* GraphUI Shape/Group: Group.isActive() also returns true if any child is activ...Sven Gothel2023-12-122-1/+12
* GraphUI Shape: Use Shape.MoveListener for Shape.onMove(..) providing more det...Sven Gothel2023-12-121-18/+27
* GraphUI Shape: Add IO_ACTIVABLE stateSven Gothel2023-12-121-17/+38
* GraphUI Shape: Simplify setIO(..) usage (private)Sven Gothel2023-12-121-7/+7
* GraphUI Scene: Allow attaching GLAutoDrawable manually and adding GLEventList...Sven Gothel2023-12-041-2/+26
* GraphUI Shape: Complete commit c8ec6fa7cc16a0777db16af8b4d0d0b898f8b546Sven Gothel2023-10-031-2/+13
* GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m...Sven Gothel2023-10-034-23/+60
* GraphUI Scene: Add custom one-time GLRunnable disposable action list, allowin...Sven Gothel2023-10-031-0/+20
* Bug 1467 - GraphUI: Don't de-activate a Shape if became active via 'mouseOver...Sven Gothel2023-09-301-15/+24
* GraphUI: Shape: Add missing 'markShapeDirty()' on setBorderColor()Sven Gothel2023-09-301-0/+2
* Bug 1454 + Bug 1464: Maintain a Shape local 'zOffset' and only consider it fo...Sven Gothel2023-09-302-35/+43
* GraphUI: Group: Add attribute to allow not to relayout if child Shapes are di...Sven Gothel2023-09-301-14/+24
* Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...Sven Gothel2023-09-304-3/+16
* GraphUI Button: Support toggle'ed labels and fixed font size scaling for symb...Sven Gothel2023-09-261-51/+155
* GraphUI Button: Increase default spacing a little: x .12 -> .20, y .42 -> .46Sven Gothel2023-09-261-2/+2
* GraphUI Shape: Issue onToggleListener on setToggle(..) to complete user exper...Sven Gothel2023-09-261-0/+7
* GraphUI Shape: Add remaining binary states to bitfield to preserver footprint ..Sven Gothel2023-09-261-26/+28
* GraphUI: Mark some more methods final in Shape + GraphShapeSven Gothel2023-09-262-5/+5
* GraphUI Shape: Use a bitfield for the many binrary states instead of boolean ...Sven Gothel2023-09-261-46/+47