aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 1462 / 1462: GraphUI Demo UISceneDemo20: Replace some text in buttons wit...Sven Gothel2023-09-241-6/+7
* GraphUI Demos UIMediaGrid01: Demos multiple MediaButton in a grid - performan...Sven Gothel2023-09-241-0/+360
* Graph Font: API doc: Fix typos 'Return ' .. to 'Returns `.Sven Gothel2023-09-241-17/+20
* Graph Font Tests: Fix missing codepoint -> GlyphID conversionSven Gothel2023-09-244-5/+5
* Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...Sven Gothel2023-09-2419-212/+352
* Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in...Sven Gothel2023-09-245-5/+100
* Graph Fonts UbuntuFontLoader: Factor out FontLoaderImpl and have get(..) sync...Sven Gothel2023-09-242-103/+139
* Graph Fonts: Remove not required text files from Ubuntu fontsSven Gothel2023-09-243-409/+0
* GraphUI Demo FontView01: Add mode showing the Glyph's name below in gridSven Gothel2023-09-241-15/+33
* GraphUI Label: Condense getUnscaledGlyphBounds()Sven Gothel2023-09-241-4/+1
* Bug 1460 - GraphUI Shape: Allow keeping aspect-ratio at resizeSven Gothel2023-09-242-9/+26
* GraphUI Shape: Crossref input modifier funcs in API doc; Condense simple sett...Sven Gothel2023-09-241-26/+26
* GraphUI MediaButton: Return this for chaining on setterSven Gothel2023-09-241-2/+3
* GLMediaPlayer: Stop audio streaming to AudioSink on zero volume (Flush on mut...Sven Gothel2023-09-242-2/+10
* UISceneDemo20 Use onToggle(..) for media-button (audio on/off) as well as use...Sven Gothel2023-09-241-29/+17
* Bug 1459 - GraphUI Shape: Add active (pointer over/left) state and callback L...Sven Gothel2023-09-242-6/+52
* Bug 1454 - GraphUI Scene: Make active ZOffset scale configurableSven Gothel2023-09-241-2/+7
* GraphUI Button: Remove redundant ctors and methods. ZOffset shall be simply g...Sven Gothel2023-09-241-68/+0
* UISceneDemo20: Set proper z-epsilon for all Buttons on reshape to use the per...Sven Gothel2023-09-241-0/+4
* Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi...Sven Gothel2023-09-232-5/+25
* Bug 1454 - GraphUI Scene: Elevate active (selected) shape (add z-offset) and ...Sven Gothel2023-09-232-1/+28
* GraphUI Layout: Add UILayoutBoxGridOffset01, showing behavior w/ shapes not s...Sven Gothel2023-09-231-0/+373
* Bug 1452: GraphUI Shape: Rename setMvTransform(..) -> setTransformMv(..), ali...Sven Gothel2023-09-2311-54/+54
* GLMediaPlayerImpl: Recover lost StreamException information from commit 77eab...Sven Gothel2023-09-231-5/+17
* Bug 1452: PMVMatrix4f: Drop redundant unused mulWith*(Vec*...) 'v_out = M * v...Sven Gothel2023-09-231-102/+0
* GraphUI Button.getSubString(): Expose labelZOffsetSven Gothel2023-09-231-1/+1
* Bug 1452: GraphUI Scene DefaultPMVMatrixSetup.set(): Fix regression of commit...Sven Gothel2023-09-231-1/+1
* OculusVR: Adapt to latest GlueGen changesSven Gothel2023-09-222-6/+6
* Demos MovieSimple, MovieCube: Use Uri.tryUriOrFile(..) and have user just use...Sven Gothel2023-09-222-39/+20
* GLMediaPlayerImpl: Replace StreamWorker thread management with GlueGen's new ...Sven Gothel2023-09-221-222/+97
* GraphUI Demo FontView01: Re-add Margin for glyphInfoBox (text) and use Group'...Sven Gothel2023-09-201-3/+3
* GraphUI Test: FontViewListener01: Align to FontView01 .. fix invsible GlyphSh...Sven Gothel2023-09-202-28/+33
* GraphUI GlyphShape.addShapeToRegion(): In case the Font.Glyph has no shape, a...Sven Gothel2023-09-201-0/+3
* GraphUI Container: Add getShapeCount() and add API doc ..Sven Gothel2023-09-203-6/+15
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-20188-2400/+3487
* GraphUI Demo Fontview: Fix '-showUnderline' mode; Fix and simplify addGlyphs(...Sven Gothel2023-09-191-17/+7
* GraphUI Layout (Box/Grid): Adjust bottom-left offset according to center-axisSven Gothel2023-09-192-6/+44
* GraphUI Demo FontView: Prescan available countour glyphs for fluent scrolling ..Sven Gothel2023-09-191-38/+40
* GraphUI GridLayout: Disable TRACE_LAYOUTSven Gothel2023-09-191-1/+1
* GraphUI GridLayout: Fix scaled non-center: Only add center offset if requeste...Sven Gothel2023-09-192-26/+23
* GraphUI Layout Tests: Use blue for group border and black for shape border; U...Sven Gothel2023-09-192-32/+70
* FontView01: Have all layout performed by our Box/Grid-Layout classes w/o manu...Sven Gothel2023-09-171-147/+259
* GraphUI Label: Add convenient methods getUnscaledGlyphBounds(..)Sven Gothel2023-09-171-0/+12
* GraphUI Layout: Remove unused leftover var and complete GridLayout ctorSven Gothel2023-09-172-3/+12
* GraphUI GlyphShape: Add copy-ctor variantSven Gothel2023-09-161-0/+17
* Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ...Sven Gothel2023-09-1610-15/+32
* GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale...Sven Gothel2023-09-166-102/+114
* GraphUI Group.validateImpl(): Pick RenderMode for border from 1st Shape if re...Sven Gothel2023-09-161-1/+12
* GraphUI Group: Override isShapeDirty(), performing a deep dirty state update ...Sven Gothel2023-09-162-1/+14
* GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh...Sven Gothel2023-09-057-577/+950