aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/layout/GridLayout.java
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Layout: Emphasize whether a value/parameter is scaled or unscaled in ...Sven Göthel2024-01-261-11/+13
* Math Vec*: Rename {scale->mul}(..) for non-scalar types (n-dim); Add div(..)Sven Göthel2024-01-261-2/+2
* Bug 1490 - GraphUI Group: Resolve Performance Issues with Shape Mv Transform ...Sven Göthel2024-01-221-1/+1
* GraphUI Group/BoxLayout/GridLayout: Handle empty Group, i.e. detect zero-size...Sven Göthel2024-01-201-2/+10
* GraphUI Margin/Padding: Rename zeroSum*() -> zero*()Sven Göthel2024-01-121-1/+1
* GraphUI Padding, Margin, Gap: Use zero value constant None instead of default...Sven Gothel2023-12-181-2/+2
* 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-12/+12
* GraphUI Layout (Box/Grid): Adjust bottom-left offset according to center-axisSven Gothel2023-09-191-3/+22
* GraphUI GridLayout: Disable TRACE_LAYOUTSven Gothel2023-09-191-1/+1
* GraphUI GridLayout: Fix scaled non-center: Only add center offset if requeste...Sven Gothel2023-09-191-17/+14
* GraphUI Layout: Remove unused leftover var and complete GridLayout ctorSven Gothel2023-09-171-2/+12
* GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale...Sven Gothel2023-09-161-28/+23
* GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh...Sven Gothel2023-09-051-44/+101
* GraphUI GridLayout: Handle 'diffBL' in 2nd path, no need to store as we don't...Sven Gothel2023-04-291-10/+10
* GraphUI GridLayout: Remove old unused layout0(..) methodSven Gothel2023-04-291-134/+0
* GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout.Sven Gothel2023-04-291-30/+326
* GraphUI GridLayout: Also adjust potential bottom-left delta when centering sh...Sven Gothel2023-04-131-2/+3
* GraphUI GridLayout: Functional Grid Layout w/ Padding, demo'ed in UISceneDemo...Sven Gothel2023-04-121-26/+118
* GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave...Sven Gothel2023-04-051-0/+69