aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/layout/BoxLayout.java
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m...Sven Gothel2023-10-031-5/+3
* GraphUI Layout: Simplify non-centered negative-offset (underline) removalSven Gothel2023-09-261-11/+2
* Bug 1452: GraphUI Shape: Rename setMvTransform(..) -> setTransformMv(..), ali...Sven Gothel2023-09-231-1/+1
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-10/+10
* GraphUI Layout (Box/Grid): Adjust bottom-left offset according to center-axisSven Gothel2023-09-191-3/+22
* GraphUI GridLayout: Fix scaled non-center: Only add center offset if requeste...Sven Gothel2023-09-191-9/+9
* GraphUI Layout: Remove unused leftover var and complete GridLayout ctorSven Gothel2023-09-171-1/+0
* GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale...Sven Gothel2023-09-161-65/+74
* GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh...Sven Gothel2023-09-051-41/+179
* GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout.Sven Gothel2023-04-291-26/+41
* GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ...Sven Gothel2023-04-181-0/+122