| Commit message (Expand) | Author | Age | Files | Lines |
* | GraphUI RangeSlider: Fix API doc for implementation detail | Sven Göthel | 2024-01-14 | 1 | -2/+2 |
* | GraphUI RangeSlider: Position page-sized knob (variant) with value at page-st... | Sven Göthel | 2024-01-14 | 1 | -5/+22 |
* | Bump (c) -2024 for edited files + LICENSE.txt | Sven Göthel | 2024-01-14 | 1 | -1/+1 |
* | Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas... | Sven Göthel | 2024-01-14 | 4 | -56/+109 |
* | GraphUI RangeSlider: Add unitSize param: Size of one unit (element) in slidin... | Sven Göthel | 2024-01-12 | 2 | -20/+27 |
* | GraphUI Margin/Padding: Rename zeroSum*() -> zero*() | Sven Göthel | 2024-01-12 | 5 | -30/+30 |
* | Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con... | Sven Göthel | 2024-01-09 | 1 | -0/+3 |
* | GraphUI Rectangle: Remove dropping AA_RENDERING_MASK, i.e. allow VBAA_RENDERI... | Sven Göthel | 2024-01-07 | 2 | -3/+3 |
* | GraphUI Tooltip: Simplify integration w/ Scene + Shape; Use Shape.setToolTip(... | Sven Göthel | 2024-01-07 | 5 | -66/+101 |
* | GraphUI Button.setLabelColor(..): Add alpha channel and variant w/ Vec4f for ... | Sven Göthel | 2024-01-07 | 2 | -5/+15 |
* | GraphUI Shape: Ease Tooltip managment via Scene: Only started Tooltip is requ... | Sven Göthel | 2024-01-07 | 3 | -22/+15 |
* | GraphUI Shape: Enable Tooltip (currently text only) to be displayed after del... | Sven Göthel | 2024-01-07 | 5 | -6/+289 |
* | GraphUI RangeSlider.addMark(): Return the mark-shape and use double itemLen (... | Sven Göthel | 2024-01-07 | 1 | -10/+21 |
* | GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-field | Sven Göthel | 2024-01-07 | 2 | -4/+10 |
* | GraphUI Shape: Maintain multiple Activation Listener (ArrayList instead of si... | Sven Göthel | 2024-01-07 | 3 | -13/+40 |
* | GraphUI Cleanup: Simplify Shape.draw*() and Container.{add,remove*}Shape[s]()... | Sven Göthel | 2024-01-07 | 5 | -147/+143 |
* | GraphUI RangeSlider: Add rectangular marks (e.g. for chapters, see MediaPlaye... | Sven Gothel | 2023-12-31 | 2 | -54/+87 |
* | GraphUI Group: Fix layout w/ zero shapes (empty), i.e. set AABBox to zero | Sven Gothel | 2023-12-31 | 1 | -1/+3 |
* | GraphUI MediaButton: Add clearImpl(..), stopping and rewinding stream | Sven Gothel | 2023-12-30 | 1 | -0/+5 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog... | Sven Gothel | 2023-12-30 | 1 | -36/+10 |
* | GraphUI RangeSlider Widget: Add rectangular page-sized knob mode using a 'pag... | Sven Gothel | 2023-12-24 | 2 | -75/+357 |
* | GraphUI MediaPlayer Widget: Issue playStream(..) and setTextureUnit(..) by ca... | Sven Gothel | 2023-12-24 | 1 | -11/+1 |
* | GraphUI Shape: Allow overriding of setColor(..) and setPressedColorMod(..) | Sven Gothel | 2023-12-24 | 1 | -3/+3 |
* | GraphUI Scene/Shape: Add KeyListener for activeShape | Sven Gothel | 2023-12-24 | 2 | -6/+98 |
* | Bug 805: GraphUI: Add Widget 'marker' (a Group), derived by {MediaUI01 -> Med... | Sven Gothel | 2023-12-19 | 3 | -113/+476 |
* | GraphUI Shape Rectangle: Draw simple filled rect if lineWidth==0, drop AA_REN... | Sven Gothel | 2023-12-19 | 1 | -7/+8 |
* | GraphUI Group: Allow override of clearImpl0() and destroyImpl0() | Sven Gothel | 2023-12-19 | 1 | -5/+5 |
* | GraphUI Shape: Unify 'resetState()' for clear and destroy, refine API doc | Sven Gothel | 2023-12-19 | 1 | -16/+22 |
* | GraphUI Shape: setParent() pp -> protected, allow to override setName() | Sven Gothel | 2023-12-19 | 1 | -6/+6 |
* | GraphUI Shape.move*(): Don't notify MotionListener on programmatic move. | Sven Gothel | 2023-12-19 | 1 | -11/+16 |
* | Bug 805: GraphUI: Add MediaUI01 widtget (MediaButton w/ full feature controls... | Sven Gothel | 2023-12-18 | 1 | -0/+551 |
* | Bug 805: GraphUI: Add Group.replaceShape(..) and Shape.getParent() | Sven Gothel | 2023-12-18 | 3 | -2/+42 |
* | Bug 805: GraphUI Scene/Shape Pick-Active/Interaction: Pick shall complete tra... | Sven Gothel | 2023-12-18 | 2 | -142/+156 |
* | Bug 805: GraphUI Group: Add 'widget-mode' used to utilize a group as one visi... | Sven Gothel | 2023-12-18 | 2 | -2/+66 |
* | GraphUI Shape: Fix Z{Ascending,Descending}Comparator using and exposing getAd... | Sven Gothel | 2023-12-18 | 1 | -16/+31 |
* | GraphUI Container: Cleanup or Group/Scene add*/remove* methods | Sven Gothel | 2023-12-18 | 2 | -17/+55 |
* | GraphUI Shape: Rename is{Container -> Group}(), denoting a group only | Sven Gothel | 2023-12-18 | 2 | -3/+3 |
* | GraphUI Padding, Margin, Gap: Use zero value constant None instead of default... | Sven Gothel | 2023-12-18 | 6 | -21/+21 |
* | GraphUI Alignment: Use Alignment.None instead of default ctor. | Sven Gothel | 2023-12-18 | 2 | -7/+7 |
* | GraphUI MediaButton: Disable AA_RENDERING_MASK for GLMediaPlayer color textur... | Sven Gothel | 2023-12-18 | 1 | -1/+2 |
* | GraphUI Shape: Rename [set|is]{Enabled -> Visible}(..) for clarity | Sven Gothel | 2023-12-18 | 5 | -14/+20 |
* | GraphUI Shape/Group: Group.isActive() also returns true if any child is activ... | Sven Gothel | 2023-12-12 | 2 | -1/+12 |
* | GraphUI Shape: Use Shape.MoveListener for Shape.onMove(..) providing more det... | Sven Gothel | 2023-12-12 | 1 | -18/+27 |
* | GraphUI Shape: Add IO_ACTIVABLE state | Sven Gothel | 2023-12-12 | 1 | -17/+38 |
* | GraphUI Shape: Simplify setIO(..) usage (private) | Sven Gothel | 2023-12-12 | 1 | -7/+7 |
* | GraphUI Scene: Allow attaching GLAutoDrawable manually and adding GLEventList... | Sven Gothel | 2023-12-04 | 1 | -2/+26 |
* | GraphUI Shape: Complete commit c8ec6fa7cc16a0777db16af8b4d0d0b898f8b546 | Sven Gothel | 2023-10-03 | 1 | -2/+13 |
* | GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m... | Sven Gothel | 2023-10-03 | 4 | -23/+60 |
* | GraphUI Scene: Add custom one-time GLRunnable disposable action list, allowin... | Sven Gothel | 2023-10-03 | 1 | -0/+20 |
* | Bug 1467 - GraphUI: Don't de-activate a Shape if became active via 'mouseOver... | Sven Gothel | 2023-09-30 | 1 | -15/+24 |