| Commit message (Expand) | Author | Age | Files | Lines |
* | GraphUI Label: Condense getUnscaledGlyphBounds() | Sven Gothel | 2023-09-24 | 1 | -4/+1 |
* | Bug 1460 - GraphUI Shape: Allow keeping aspect-ratio at resize | Sven Gothel | 2023-09-24 | 2 | -9/+26 |
* | GraphUI Shape: Crossref input modifier funcs in API doc; Condense simple sett... | Sven Gothel | 2023-09-24 | 1 | -26/+26 |
* | GraphUI MediaButton: Return this for chaining on setter | Sven Gothel | 2023-09-24 | 1 | -2/+3 |
* | GLMediaPlayer: Stop audio streaming to AudioSink on zero volume (Flush on mut... | Sven Gothel | 2023-09-24 | 2 | -2/+10 |
* | UISceneDemo20 Use onToggle(..) for media-button (audio on/off) as well as use... | Sven Gothel | 2023-09-24 | 1 | -29/+17 |
* | Bug 1459 - GraphUI Shape: Add active (pointer over/left) state and callback L... | Sven Gothel | 2023-09-24 | 2 | -6/+52 |
* | Bug 1454 - GraphUI Scene: Make active ZOffset scale configurable | Sven Gothel | 2023-09-24 | 1 | -2/+7 |
* | GraphUI Button: Remove redundant ctors and methods. ZOffset shall be simply g... | Sven Gothel | 2023-09-24 | 1 | -68/+0 |
* | UISceneDemo20: Set proper z-epsilon for all Buttons on reshape to use the per... | Sven Gothel | 2023-09-24 | 1 | -0/+4 |
* | Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi... | Sven Gothel | 2023-09-23 | 2 | -5/+25 |
* | Bug 1454 - GraphUI Scene: Elevate active (selected) shape (add z-offset) and ... | Sven Gothel | 2023-09-23 | 2 | -1/+28 |
* | GraphUI Layout: Add UILayoutBoxGridOffset01, showing behavior w/ shapes not s... | Sven Gothel | 2023-09-23 | 2 | -3/+376 |
* | Bug 1452: GraphUI Shape: Rename setMvTransform(..) -> setTransformMv(..), ali... | Sven Gothel | 2023-09-23 | 11 | -54/+54 |
* | GLMediaPlayerImpl: Recover lost StreamException information from commit 77eab... | Sven Gothel | 2023-09-23 | 1 | -5/+17 |
* | Bug 1452: PMVMatrix4f: Drop redundant unused mulWith*(Vec*...) 'v_out = M * v... | Sven Gothel | 2023-09-23 | 1 | -102/+0 |
* | GraphUI Button.getSubString(): Expose labelZOffset | Sven Gothel | 2023-09-23 | 1 | -1/+1 |
* | Bug 1452: GraphUI Scene DefaultPMVMatrixSetup.set(): Fix regression of commit... | Sven Gothel | 2023-09-23 | 1 | -1/+1 |
* | Bump oculusvr-sdk | Sven Gothel | 2023-09-22 | 1 | -0/+0 |
* | OculusVR: Adapt to latest GlueGen changes | Sven Gothel | 2023-09-22 | 3 | -7/+8 |
* | Demos MovieSimple, MovieCube: Use Uri.tryUriOrFile(..) and have user just use... | Sven Gothel | 2023-09-22 | 2 | -39/+20 |
* | GLMediaPlayerImpl: Replace StreamWorker thread management with GlueGen's new ... | Sven Gothel | 2023-09-22 | 2 | -223/+101 |
* | GraphUI Demo FontView01: Re-add Margin for glyphInfoBox (text) and use Group'... | Sven Gothel | 2023-09-20 | 2 | -5/+5 |
* | GraphUI Test: FontViewListener01: Align to FontView01 .. fix invsible GlyphSh... | Sven Gothel | 2023-09-20 | 2 | -28/+33 |
* | GraphUI GlyphShape.addShapeToRegion(): In case the Font.Glyph has no shape, a... | Sven Gothel | 2023-09-20 | 1 | -0/+3 |
* | GraphUI Container: Add getShapeCount() and add API doc .. | Sven Gothel | 2023-09-20 | 3 | -6/+15 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 190 | -2421/+3511 |
* | GraphUI Demo Fontview: Fix '-showUnderline' mode; Fix and simplify addGlyphs(... | Sven Gothel | 2023-09-19 | 1 | -17/+7 |
* | GraphUI Layout (Box/Grid): Adjust bottom-left offset according to center-axis | Sven Gothel | 2023-09-19 | 2 | -6/+44 |
* | GraphUI Demo FontView: Prescan available countour glyphs for fluent scrolling .. | Sven Gothel | 2023-09-19 | 1 | -38/+40 |
* | GraphUI GridLayout: Disable TRACE_LAYOUT | Sven Gothel | 2023-09-19 | 1 | -1/+1 |
* | GraphUI GridLayout: Fix scaled non-center: Only add center offset if requeste... | Sven Gothel | 2023-09-19 | 2 | -26/+23 |
* | GraphUI Layout Tests: Use blue for group border and black for shape border; U... | Sven Gothel | 2023-09-19 | 2 | -32/+70 |
* | etc/test.bat: Override test.log logfile, don't append | Sven Gothel | 2023-09-17 | 1 | -5/+5 |
* | FontView01: Have all layout performed by our Box/Grid-Layout classes w/o manu... | Sven Gothel | 2023-09-17 | 2 | -149/+261 |
* | GraphUI Label: Add convenient methods getUnscaledGlyphBounds(..) | Sven Gothel | 2023-09-17 | 1 | -0/+12 |
* | GraphUI Layout: Remove unused leftover var and complete GridLayout ctor | Sven Gothel | 2023-09-17 | 2 | -3/+12 |
* | GraphUI GlyphShape: Add copy-ctor variant | Sven Gothel | 2023-09-16 | 1 | -0/+17 |
* | Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ... | Sven Gothel | 2023-09-16 | 10 | -15/+32 |
* | GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale... | Sven Gothel | 2023-09-16 | 6 | -102/+114 |
* | GraphUI Group.validateImpl(): Pick RenderMode for border from 1st Shape if re... | Sven Gothel | 2023-09-16 | 1 | -1/+12 |
* | GraphUI Group: Override isShapeDirty(), performing a deep dirty state update ... | Sven Gothel | 2023-09-16 | 2 | -1/+14 |
* | make/build.xml: Fix target 'all.but-onejar', adding targets 'one.lib.dir' and... | Sven Gothel | 2023-09-16 | 1 | -1/+1 |
* | make/build.xml: Add target 'all.but-onejar', allowing a quick build w/o the a... | Sven Gothel | 2023-09-05 | 1 | -0/+2 |
* | GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh... | Sven Gothel | 2023-09-05 | 8 | -579/+953 |
* | GraphUI Layout: Html'ify API header of Gap and Padding | Sven Gothel | 2023-09-05 | 2 | -2/+4 |
* | GraphUI Layout Alignment: Separate center alignment to horizontal and vertical | Sven Gothel | 2023-09-05 | 1 | -8/+11 |
* | GraphUI Shape: Add setScale(..) and scale(..) with Vec3f for convenience; Add... | Sven Gothel | 2023-09-05 | 1 | -2/+20 |
* | GraphUI Scene: Add invoke(boolean wait, GLRunnable) for convenience using GLA... | Sven Gothel | 2023-09-05 | 1 | -0/+21 |
* | GraphUI Scene: Only set dbgBorderThickness on shape if not zero and shape has... | Sven Gothel | 2023-09-05 | 1 | -1/+3 |