| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 2 | -5/+25 |
* | GraphUI Demo FontView01: Fix '-showUnderline', i.e. glyphListener shall use t... | Sven Gothel | 2023-08-28 | 1 | -1/+1 |
* | GraphUI Demo FontView01: Enhance usability and refactor: Add left-column glyp... | Sven Gothel | 2023-08-28 | 2 | -81/+209 |
* | Graph Font: Make TypecastRenderer.DEBUG package private to be used by Typecas... | Sven Gothel | 2023-08-28 | 1 | -1/+1 |
* | GraphUI Shape: Show dirty-state in getSubString() | Sven Gothel | 2023-08-28 | 1 | -1/+13 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 9 | -71/+178 |
* | Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re... | Sven Gothel | 2023-08-28 | 4 | -12/+34 |
* | UISceneDemo03: Detail demo description, add blog entry | Sven Gothel | 2023-08-27 | 1 | -3/+7 |
* | GraphUI Demo: UISceneDemo03: Add optional audio (only) via '-audio <URL or fi... | Sven Gothel | 2023-08-27 | 1 | -4/+108 |
* | make/scripts/test-fat-jars.sh: Adjust UISceneDemo03b -> UISceneDemo03 | Sven Gothel | 2023-08-27 | 1 | -1/+1 |
* | GraphUI: Button: Reduce default DEFAULT_LABEL_ZOFFSET from 0.005f -> 0.0001f,... | Sven Gothel | 2023-08-27 | 1 | -1/+1 |
* | GraphUI: Extract generalized AnimGroup functionality from UISceneDemo03*, pro... | Sven Gothel | 2023-08-27 | 8 | -784/+1338 |
* | Add TestVec3f01NOUI: This test shall be enhanced, only priliminary angle test... | Sven Gothel | 2023-08-27 | 2 | -0/+138 |
* | AABBox: Fix intersects2DRegion(..), add resize{Height, Width}(..) and AABBox ... | Sven Gothel | 2023-08-27 | 1 | -4/+57 |
* | Vec3f: Add UNIX_X and UNIX_X_NEG, enhance API doc | Sven Gothel | 2023-08-27 | 1 | -2/+4 |
* | Quaternion: Add rotateByAngleNormalAxis(..) variant using Vec3f axis | Sven Gothel | 2023-08-27 | 1 | -1/+18 |
* | GraphUI: Use thread-save and lock-free CopyOnWriteArrayList for List<Shape>, ... | Sven Gothel | 2023-08-27 | 2 | -4/+4 |
* | AABBox: Add set(AABBox) | Sven Gothel | 2023-08-25 | 1 | -0/+13 |