| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph: Drop non-existing 'JAVA' font from FontFactory | Sven Göthel | 2024-01-25 | 2 | -1/+12 |
* | GraphUI RangeSlider/RangedGroup: Fix overall integration, adding more API com... | Sven Göthel | 2024-01-19 | 2 | -41/+87 |
* | GraphUI Tooltip: Use delayMS for no time-based alarm (only used for now()); F... | Sven Göthel | 2024-01-19 | 1 | -2/+2 |
* | GraphUI Demos: Minor fixes | Sven Göthel | 2024-01-22 | 3 | -21/+6 |
* | Simplify TooltipShape: Create own wrapper Group to not mutate user given Shap... | Sven Göthel | 2024-01-22 | 1 | -6/+3 |
* | Bug 1489 - GraphUI Group: Resolve Performance Regression in Scene.pickShape()... | Sven Göthel | 2024-01-22 | 8 | -9/+10 |
* | Bug 1490 - GraphUI Group: Resolve Performance Issues with Shape Mv Transform ... | Sven Göthel | 2024-01-22 | 11 | -26/+33 |
* | GraphUI Demos: Minor finetuning.. | Sven Göthel | 2024-01-21 | 3 | -11/+22 |
* | UIShapeClippingDemo00: Fix behavior, use shape as child and completely chain ... | Sven Göthel | 2024-01-21 | 1 | -24/+23 |
* | GraphUI Demo Fontview: Demonstrate Clipping w/ rotation; Reuse GlyphShape for... | Sven Göthel | 2024-01-20 | 1 | -45/+123 |
* | Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F... | Sven Göthel | 2024-01-20 | 2 | -51/+109 |
* | GraphUI Clipping Demo: Adding a simple Shape within a clipping Group all driv... | Sven Göthel | 2024-01-16 | 2 | -1/+183 |
* | GraphUI Enhance Clipping: Drop 'cullingScale' param, a simple intersection-te... | Sven Göthel | 2024-01-16 | 1 | -8/+1 |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 17 | -85/+74 |
* | GraphUI Enhance Clipping: Drop pixel clipping if `clip-box >= clip-box*cullin... | Sven Göthel | 2024-01-16 | 1 | -41/+20 |
* | GraphUI Demo FontView01: Remove using jogamp.graph.curve.opengl.VBORegion2PVB... | Sven Göthel | 2024-01-15 | 1 | -3/+0 |
* | GraphUI: Added RangedGroup Widget, displaying a clipped content Group with op... | Sven Göthel | 2024-01-15 | 1 | -130/+160 |
* | GraphUI Demos CommandlineOptions: Add ctor w/ graphAAQuality and graphAASamples | Sven Göthel | 2024-01-15 | 1 | -4/+15 |
* | 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 | 1 | -9/+4 |
* | Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin... | Sven Göthel | 2024-01-15 | 21 | -39/+65 |
* | GraphUI UIShapeDemo00: Simple Shape within Scene | Sven Göthel | 2024-01-14 | 1 | -0/+152 |
* | Bump (c) -2024 for edited files + LICENSE.txt | Sven Göthel | 2024-01-14 | 7 | -7/+7 |
* | Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas... | Sven Göthel | 2024-01-14 | 7 | -18/+15 |
* | GraphUI RangeSlider: Add unitSize param: Size of one unit (element) in slidin... | Sven Göthel | 2024-01-12 | 1 | -22/+25 |
* | 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 | 1 | -1/+1 |
* | GraphUI Margin/Padding: Rename zeroSum*() -> zero*() | Sven Göthel | 2024-01-12 | 3 | -7/+7 |
* | Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / Consideration | Sven Göthel | 2024-01-09 | 1 | -11/+35 |
* | Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con... | Sven Göthel | 2024-01-09 | 1 | -0/+350 |
* | 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 Button.setLabelColor(..): Add alpha channel and variant w/ Vec4f for ... | Sven Göthel | 2024-01-07 | 3 | -3/+3 |
* | GraphUI Cleanup: Simplify Shape.draw*() and Container.{add,remove*}Shape[s]()... | Sven Göthel | 2024-01-07 | 3 | -7/+1 |
* | GraphUI RangeSlider: Add rectangular marks (e.g. for chapters, see MediaPlaye... | Sven Gothel | 2023-12-31 | 1 | -0/+2 |
* | GraphUI RangeSlider Widget: Add rectangular page-sized knob mode using a 'pag... | Sven Gothel | 2023-12-24 | 1 | -103/+55 |
* | GraphUI MediaPlayer Widget: Issue playStream(..) and setTextureUnit(..) by ca... | Sven Gothel | 2023-12-24 | 2 | -3/+7 |
* | Bug 805: GraphUI: Add Widget 'marker' (a Group), derived by {MediaUI01 -> Med... | Sven Gothel | 2023-12-19 | 2 | -11/+11 |
* | UIMediaGrid0{01}: Minor cleanup: Drop unused local Font | Sven Gothel | 2023-12-18 | 2 | -12/+4 |
* | Bug 805: GraphUI: Add MediaUI01 widtget (MediaButton w/ full feature controls... | Sven Gothel | 2023-12-18 | 2 | -123/+116 |
* | GraphUI Padding, Margin, Gap: Use zero value constant None instead of default... | Sven Gothel | 2023-12-18 | 1 | -1/+1 |
* | GraphUI UISceneDemo20: Only use ALAudioSink if its context is already created... | Sven Gothel | 2023-12-18 | 1 | -5/+9 |
* | MovieSBSStereo: GLMediaPlayer.setTextureMinMagFilter() must be called before ... | Sven Gothel | 2023-12-18 | 1 | -1/+1 |
* | GraphUI Shape: Rename [set|is]{Enabled -> Visible}(..) for clarity | Sven Gothel | 2023-12-18 | 3 | -12/+12 |
* | GraphUI Shape: Use Shape.MoveListener for Shape.onMove(..) providing more det... | Sven Gothel | 2023-12-12 | 2 | -10/+7 |
* | Bug 1472: GLMediaPlayer: Handle setPlaySpeed() like setAudioVolume() if strea... | Sven Gothel | 2023-10-16 | 1 | -0/+11 |
* | Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user... | Sven Gothel | 2023-10-16 | 3 | -15/+18 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ... | Sven Gothel | 2023-10-15 | 1 | -2/+6 |
* | GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m... | Sven Gothel | 2023-10-03 | 4 | -11/+11 |
* | GraphUI Scene: Add custom one-time GLRunnable disposable action list, allowin... | Sven Gothel | 2023-10-03 | 1 | -0/+4 |