| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ... | Sven Gothel | 2023-10-02 | 1 | -0/+4 |
* | Bug 1468: Demos MiscUtil.destroyWindow() Call GLAutoDrawable.destroy() direct... | Sven Gothel | 2023-10-01 | 3 | -7/+23 |
* | Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r... | Sven Gothel | 2023-09-30 | 2 | -99/+338 |
* | GraphUI Demos: Minor refinements.. | Sven Gothel | 2023-09-26 | 2 | -5/+5 |
* | GraphUI Demo UISceneDemo20: Give 'Show FPS' a toggle text 'Hide FPS' .. and h... | Sven Gothel | 2023-09-26 | 1 | -1/+2 |
* | GraphUI Button: Support toggle'ed labels and fixed font size scaling for symb... | Sven Gothel | 2023-09-26 | 4 | -37/+59 |
* | Bug 1462 / 1462: GraphUI Demo UISceneDemo20: Replace some text in buttons wit... | Sven Gothel | 2023-09-24 | 1 | -6/+7 |
* | GraphUI Demos UIMediaGrid01: Demos multiple MediaButton in a grid - performan... | Sven Gothel | 2023-09-24 | 1 | -0/+360 |
* | Graph Font Tests: Fix missing codepoint -> GlyphID conversion | Sven Gothel | 2023-09-24 | 1 | -2/+2 |
* | Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav... | Sven Gothel | 2023-09-24 | 6 | -33/+31 |
* | Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in... | Sven Gothel | 2023-09-24 | 1 | -5/+8 |
* | GraphUI Demo FontView01: Add mode showing the Glyph's name below in grid | Sven Gothel | 2023-09-24 | 1 | -15/+33 |
* | Bug 1460 - GraphUI Shape: Allow keeping aspect-ratio at resize | Sven Gothel | 2023-09-24 | 1 | -3/+1 |
* | UISceneDemo20 Use onToggle(..) for media-button (audio on/off) as well as use... | Sven Gothel | 2023-09-24 | 1 | -29/+17 |
* | UISceneDemo20: Set proper z-epsilon for all Buttons on reshape to use the per... | Sven Gothel | 2023-09-24 | 1 | -0/+4 |
* | GraphUI Layout: Add UILayoutBoxGridOffset01, showing behavior w/ shapes not s... | Sven Gothel | 2023-09-23 | 1 | -0/+373 |
* | Bug 1452: GraphUI Shape: Rename setMvTransform(..) -> setTransformMv(..), ali... | Sven Gothel | 2023-09-23 | 4 | -7/+7 |
* | Demos MovieSimple, MovieCube: Use Uri.tryUriOrFile(..) and have user just use... | Sven Gothel | 2023-09-22 | 2 | -39/+20 |
* | GraphUI Demo FontView01: Re-add Margin for glyphInfoBox (text) and use Group'... | Sven Gothel | 2023-09-20 | 1 | -3/+3 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 30 | -288/+259 |
* | GraphUI Demo Fontview: Fix '-showUnderline' mode; Fix and simplify addGlyphs(... | Sven Gothel | 2023-09-19 | 1 | -17/+7 |