aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/layout
Commit message (Expand)AuthorAgeFilesLines
* 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-293-56/+369
* GraphUI Add Alignment and Gap for layoutSven Gothel2023-04-282-0/+199
* GraphUI Revise Padding and Border: Padding + Border belong to Shape's bounds....Sven Gothel2023-04-282-2/+2
* GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ...Sven Gothel2023-04-182-0/+319
* GraphUI Padding: Use CSS alike ctor semantics, hence swizzle ctor argumentsSven Gothel2023-04-181-8/+65
* 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-122-26/+167
* GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave...Sven Gothel2023-04-051-0/+69