| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | GraphUI MediaPlayer: Fix Zoom behavior; Disable DEBUG output | Sven Göthel | 2024-01-19 | 1 | -33/+67 |
* | GraphUI RangeSlider/RangedGroup: Fix overall integration, adding more API com... | Sven Göthel | 2024-01-19 | 2 | -101/+272 |
* | GraphUI Tooltip: Use delayMS for no time-based alarm (only used for now()); F... | Sven Göthel | 2024-01-19 | 1 | -13/+14 |
* | Scene.dispatchMouseEventPickShape(): Reuse PMVMatrix4f, Ray and Vec3f within ... | Sven Göthel | 2024-01-19 | 1 | -6/+8 |
* | TooltipShape.destroyTip(): Only show warning instead of throwing a RuntimeExc... | Sven Göthel | 2024-01-19 | 1 | -1/+5 |
* | Simplify TooltipShape: Create own wrapper Group to not mutate user given Shap... | Sven Göthel | 2024-01-22 | 2 | -27/+80 |
* | Bug 1490: Add missing rename Shape.transformMvTo() -> applyMatToMv(), an tran... | Sven Göthel | 2024-01-22 | 1 | -31/+31 |
* | Bug 1489 - GraphUI Group: Resolve Performance Regression in Scene.pickShape()... | Sven Göthel | 2024-01-22 | 7 | -107/+329 |
* | Bug 1490 - GraphUI Performance: Group/Scene: Use temp sorted arrays | Sven Göthel | 2024-01-22 | 2 | -16/+25 |
* | Bug 1490 - GraphUI Group: Resolve Performance Issues with Shape Mv Transform ... | Sven Göthel | 2024-01-22 | 6 | -90/+188 |
* | GraphUI RangeSlider: Keep Region.AA_RENDERING_MASK in renderModes | Sven Göthel | 2024-01-20 | 1 | -1/+1 |
* | GraphUI Tooltip*: Allow user to trigger display via now(); Ensure TooltipShap... | Sven Göthel | 2024-01-20 | 4 | -45/+108 |
* | GraphUI Group: Add ctor with most usable values, allowing injecting a Group a... | Sven Göthel | 2024-01-20 | 1 | -1/+24 |
* | GraphUI Group/BoxLayout/GridLayout: Handle empty Group, i.e. detect zero-size... | Sven Göthel | 2024-01-20 | 3 | -5/+19 |
* | GraphUI Graph/Scene: Reuse TreeTool for contains(), getShapeByID() and getSha... | Sven Göthel | 2024-01-20 | 3 | -53/+54 |
* | Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F... | Sven Göthel | 2024-01-20 | 3 | -38/+97 |
* | Frustum: Revise code and its Plane definition to support Cube->Frustum as wel... | Sven Göthel | 2024-01-19 | 2 | -4/+4 |
* | GraphUI Tooltip*: Generalize Tooltip base (more versatile) and add TooltipSha... | Sven Göthel | 2024-01-19 | 5 | -41/+240 |
* | GraphUI Enhance Clipping: Drop 'cullingScale' param, a simple intersection-te... | Sven Göthel | 2024-01-16 | 2 | -28/+11 |
* | GraphUI GLButton: Filter out Region.AA_RENDERING_MASK in ctor, as GLEventList... | Sven Göthel | 2024-01-16 | 1 | -1/+2 |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 11 | -128/+71 |
* | GraphUI RangedGroup.validateImpl(): Simplify updating contentPosZero | Sven Göthel | 2024-01-16 | 1 | -5/+9 |
* | GraphUI Enhance Clipping: Drop pixel clipping if `clip-box >= clip-box*cullin... | Sven Göthel | 2024-01-16 | 2 | -10/+34 |
* | GraphUI Group Clipping setClip{OnBox->OnBounds}(): Add Vec3f cullingScale fac... | Sven Göthel | 2024-01-15 | 1 | -21/+76 |
* | GraphUI: Added RangedGroup Widget, displaying a clipped content Group with op... | Sven Göthel | 2024-01-15 | 1 | -0/+160 |
* | GraphUI Shape: Add receiveKeyEvents() and receiveMouseEvents() allowing a Sha... | Sven Göthel | 2024-01-15 | 3 | -8/+135 |
* | GraphUI RangeSlider: [add,remove]{->Slider}Listener() | Sven Göthel | 2024-01-15 | 1 | -2/+2 |
* | GraphUI RangeSlider: Add SliderAdapter (convenience) and use a listener-array... | Sven Göthel | 2024-01-15 | 2 | -38/+70 |
* | Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin... | Sven Göthel | 2024-01-15 | 5 | -48/+64 |
* | 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 |