| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | OculusVR: Adapt to latest GlueGen changes | Sven Gothel | 2023-09-22 | 2 | -6/+6 |
* | 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 | 1 | -222/+97 |
* | GraphUI Demo FontView01: Re-add Margin for glyphInfoBox (text) and use Group'... | Sven Gothel | 2023-09-20 | 1 | -3/+3 |
* | 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 | 188 | -2400/+3487 |
* | 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 |
* | FontView01: Have all layout performed by our Box/Grid-Layout classes w/o manu... | Sven Gothel | 2023-09-17 | 1 | -147/+259 |
* | 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 |
* | GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh... | Sven Gothel | 2023-09-05 | 7 | -577/+950 |
* | 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 |
* | GraphUI: Use z-top of bounding box for border rectangle, not z-center | Sven Gothel | 2023-09-05 | 1 | -6/+6 |
* | FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ... | Sven Gothel | 2023-09-04 | 6 | -15/+22 |
* | GraphUI Margin, Alignment: Reuse ctor for default-ctor | Sven Gothel | 2023-09-04 | 2 | -2/+2 |
* | GraphUI: Button/Label: Complete String -> CharSequence type change for text, ... | Sven Gothel | 2023-09-04 | 10 | -24/+17 |
* | GraphUI GraphShape: Split renderModes -> final renderModesReq + mutable rende... | Sven Gothel | 2023-09-04 | 1 | -2/+26 |
* | GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin... | Sven Gothel | 2023-09-04 | 9 | -54/+243 |
* | GraphUI Button: Add label bounds to own shape (adds used z-range) | Sven Gothel | 2023-09-03 | 1 | -0/+2 |
* | GraphUI Scene: Expose Z-Epsilon API for default and current PMVMatrixSetup va... | Sven Gothel | 2023-09-03 | 2 | -6/+53 |
* | GraphUI Shape.ZAscendingComparator: Use (faster) FloatUtil.isEqual2(a,b) and ... | Sven Gothel | 2023-09-03 | 1 | -3/+10 |
* | GraphUI Shape: Enhance API doc for colors | Sven Gothel | 2023-09-03 | 1 | -6/+35 |
* | FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI... | Sven Gothel | 2023-09-03 | 11 | -59/+121 |
* | GraphUI Scene: Generalize its interface PMVMatrixSetup and usage of its Defau... | Sven Gothel | 2023-09-03 | 10 | -229/+188 |
* | GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [... | Sven Gothel | 2023-09-03 | 13 | -31/+84 |
* | GraphUI Demos: Proper use of CommandlineOptions | Sven Gothel | 2023-09-02 | 4 | -34/+18 |
* | Demos: CommandlineOptions: Add total_duration command line option '-duration ... | Sven Gothel | 2023-09-02 | 1 | -14/+19 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 19 | -32/+53 |
* | Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin... | Sven Gothel | 2023-09-01 | 2 | -20/+26 |
* | GraphUI Demo: Rename UISceneDemoU01a -> UIGraphDemoU01a, not using GraphUI's ... | Sven Gothel | 2023-09-01 | 1 | -4/+24 |
* | GraphUI Demo FontView01: Fix '-showUnderline', i.e. glyphListener shall use t... | Sven Gothel | 2023-08-28 | 1 | -1/+1 |