| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1459 - GraphUI Shape: Add active (pointer over/left) state and callback L... | Sven Gothel | 2023-09-24 | 1 | -4/+10 |
* | Bug 1454 - GraphUI Scene: Make active ZOffset scale configurable | Sven Gothel | 2023-09-24 | 1 | -2/+7 |
* | Bug 1454 - GraphUI Scene: Elevate active (selected) shape (add z-offset) and ... | Sven Gothel | 2023-09-23 | 1 | -1/+14 |
* | Bug 1452: GraphUI Shape: Rename setMvTransform(..) -> setTransformMv(..), ali... | Sven Gothel | 2023-09-23 | 1 | -4/+4 |
* | Bug 1452: GraphUI Scene DefaultPMVMatrixSetup.set(): Fix regression of commit... | Sven Gothel | 2023-09-23 | 1 | -1/+1 |
* | GraphUI Container: Add getShapeCount() and add API doc .. | Sven Gothel | 2023-09-20 | 1 | -3/+5 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 1 | -75/+71 |
* | 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 Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin... | Sven Gothel | 2023-09-04 | 1 | -1/+3 |
* | GraphUI Scene: Expose Z-Epsilon API for default and current PMVMatrixSetup va... | Sven Gothel | 2023-09-03 | 1 | -2/+23 |
* | GraphUI Scene: Generalize its interface PMVMatrixSetup and usage of its Defau... | Sven Gothel | 2023-09-03 | 1 | -39/+112 |
* | GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [... | Sven Gothel | 2023-09-03 | 1 | -8/+37 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 1 | -2/+2 |
* | GraphUI: Use thread-save and lock-free CopyOnWriteArrayList for List<Shape>, ... | Sven Gothel | 2023-08-27 | 1 | -2/+2 |
* | Graph: Simplify RegionRenderer API by exposing common RenderState methods (an... | Sven Gothel | 2023-08-02 | 1 | -5/+2 |
* | GraphUI Scene: Drop redundant and wrong setupMatrix(pmv) for forOne(..) and f... | Sven Gothel | 2023-05-23 | 1 | -4/+2 |
* | GraphUI Revise Padding and Border: Padding + Border belong to Shape's bounds.... | Sven Gothel | 2023-04-28 | 1 | -6/+6 |
* | GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT... | Sven Gothel | 2023-04-20 | 1 | -4/+4 |
* | GraphUI Container.removeShape(..): Return removed Shape, add removeShape(inde... | Sven Gothel | 2023-04-14 | 1 | -3/+8 |
* | GraphUI Scene: Use getRenderModeString(..) w/ sample-counts where applicable,... | Sven Gothel | 2023-04-14 | 1 | -43/+55 |
* | GraphUI Scene.screenshot(): Add convenient variant to be executed on-display ... | Sven Gothel | 2023-04-13 | 1 | -0/+28 |
* | GraphUI Scene.pickShape(): Consider isInteractive() most early in visitor() b... | Sven Gothel | 2023-04-10 | 1 | -4/+2 |
* | GraphUI: Container (Group, Scene): Add removeAllShapes() and expose frustum-c... | Sven Gothel | 2023-04-10 | 1 | -2/+14 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 1 | -69/+53 |
* | GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave... | Sven Gothel | 2023-04-05 | 1 | -54/+126 |
* | GraphUI: Use Shape.ZAscendingComparator in Scene, to be reused across typs | Sven Gothel | 2023-03-31 | 1 | -29/+18 |
* | GraphUI: Relocate com.jogamp.graph.ui.gl.* -> com.jogamp.graph.ui.*, resolve ... | Sven Gothel | 2023-03-31 | 1 | -0/+1073 |