| Commit message (Expand) | Author | Age | Files | Lines |
* | Matrix4f: Fix minor API doc parem ref-name | Sven Göthel | 2024-01-13 | 1 | -1/+1 |
* | Graph VBORegion2PVBAAES2: Fix Rescale (MAX texSize): renderFboHeight shall us... | Sven Göthel | 2024-01-12 | 1 | -1/+1 |
* | GraphUI RangeSlider: Add unitSize param: Size of one unit (element) in slidin... | Sven Göthel | 2024-01-12 | 3 | -42/+52 |
* | GraphUI Demos: Use CommandlineOptions properly | Sven Göthel | 2024-01-12 | 2 | -21/+21 |
* | AABBox resize{Width, Height}(..): Positive argument shall always denote expan... | Sven Göthel | 2024-01-12 | 2 | -5/+5 |
* | GraphUI Margin/Padding: Rename zeroSum*() -> zero*() | Sven Göthel | 2024-01-12 | 8 | -37/+37 |
* | Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / Consideration | Sven Göthel | 2024-01-09 | 5 | -13/+42 |
* | Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con... | Sven Göthel | 2024-01-09 | 9 | -34/+464 |
* | Graph Clipping: GLSL: Add `USE_AABBOX_CLIPPING`, i.e. clipping via AABBox min... | Sven Göthel | 2024-01-09 | 8 | -19/+50 |
* | Graph GLSL functions.glsl: Complete overload vec2 and vec3 variants; Fix 'and... | Sven Göthel | 2024-01-09 | 1 | -8/+52 |
* | GraphUI Demo UIMediaGrid00: Add letterBox option, defaults to true now | Sven Göthel | 2024-01-08 | 1 | -1/+5 |
* | GraphUI Demos: Have CommandlineOptions produce GLProfile and full GLCapabilit... | Sven Göthel | 2024-01-08 | 19 | -236/+128 |
* | 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 | 5 | -8/+18 |
* | 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 | 5 | -7/+30 |
* | 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 | 8 | -154/+144 |
* | GraphUI RangeSlider: Add rectangular marks (e.g. for chapters, see MediaPlaye... | Sven Gothel | 2023-12-31 | 3 | -54/+89 |
* | 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 | 10 | -55/+184 |
* | GraphUI RangeSlider Widget: Add rectangular page-sized knob mode using a 'pag... | Sven Gothel | 2023-12-24 | 3 | -178/+412 |
* | GraphUI MediaPlayer Widget: Issue playStream(..) and setTextureUnit(..) by ca... | Sven Gothel | 2023-12-24 | 3 | -14/+8 |
* | 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 | 5 | -124/+487 |
* | 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 |
* | UIMediaGrid0{01}: Minor cleanup: Drop unused local Font | Sven Gothel | 2023-12-18 | 2 | -12/+4 |
* | OMXGLMediaPlayer: Add 'printNativeInfo(..)' - completes commit d99c2d8b28470d... | Sven Gothel | 2023-12-18 | 1 | -0/+6 |
* | GLMediaPlayer: TEXTURE_COUNT_DEFAULT 4 -> 3 as tested via UIMediaGrid01, usab... | Sven Gothel | 2023-12-18 | 1 | -1/+1 |
* | Bug 805: GraphUI: Add MediaUI01 widtget (MediaButton w/ full feature controls... | Sven Gothel | 2023-12-18 | 3 | -123/+667 |
* | Bug 805: GraphUI: Add Group.replaceShape(..) and Shape.getParent() | Sven Gothel | 2023-12-18 | 3 | -2/+42 |
* | GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati... | Sven Gothel | 2023-12-18 | 6 | -38/+90 |
* | 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 |
* | Graph Shader: Fix 'curverenderer01-single.vp' aligning w/ 'curverenderer01-pa... | Sven Gothel | 2023-12-18 | 1 | -2/+3 |
* | 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 |
* | Graph Region: Edit API doc for AA_RENDERING_MASK | Sven Gothel | 2023-12-18 | 1 | -1/+1 |
* | GraphUI Padding, Margin, Gap: Use zero value constant None instead of default... | Sven Gothel | 2023-12-18 | 7 | -22/+22 |
* | GraphUI Alignment: Use Alignment.None instead of default ctor. | Sven Gothel | 2023-12-18 | 2 | -7/+7 |