aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/shapes/Button.java
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Button: Support toggle'ed labels and fixed font size scaling for symb...Sven Gothel2023-09-261-51/+155
* GraphUI Button: Increase default spacing a little: x .12 -> .20, y .42 -> .46Sven Gothel2023-09-261-2/+2
* GraphUI Button: Remove redundant ctors and methods. ZOffset shall be simply g...Sven Gothel2023-09-241-68/+0
* GraphUI Button.getSubString(): Expose labelZOffsetSven Gothel2023-09-231-1/+1
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-6/+6
* GraphUI: Button/Label: Complete String -> CharSequence type change for text, ...Sven Gothel2023-09-041-2/+2
* GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin...Sven Gothel2023-09-041-15/+125
* GraphUI Button: Add label bounds to own shape (adds used z-range)Sven Gothel2023-09-031-0/+2
* GraphUI Scene: Expose Z-Epsilon API for default and current PMVMatrixSetup va...Sven Gothel2023-09-031-4/+30
* GraphUI: Button: Reduce default DEFAULT_LABEL_ZOFFSET from 0.005f -> 0.0001f,...Sven Gothel2023-08-271-1/+1
* GraphUI Colors: Use pure white modulation w/ color-channel on no-action for o...Sven Gothel2023-04-281-5/+1
* GraphUI GraphShape: {update->reset}GLRegion() and reserve vertices+indices if...Sven Gothel2023-04-281-1/+1
* GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT...Sven Gothel2023-04-201-14/+11
* GraphUI Button.createGLRegion(): Pre-calc Region buffer size for BaseButton (...Sven Gothel2023-04-201-1/+14
* GraphUI {Round->Base}Button, denoting perpendicular or round corners (aka rec...Sven Gothel2023-04-191-13/+23
* Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...Sven Gothel2023-04-181-18/+4
* GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave...Sven Gothel2023-04-051-5/+7
* GraphUI: Relocate com.jogamp.graph.ui.gl.* -> com.jogamp.graph.ui.*, resolve ...Sven Gothel2023-03-311-0/+208