| Commit message (Expand) | Author | Age | Files | Lines |
* | GraphUI Margin/Padding: Rename zeroSum*() -> zero*() | Sven Göthel | 2024-01-12 | 4 | -28/+28 |
* | GraphUI Padding, Margin, Gap: Use zero value constant None instead of default... | Sven Gothel | 2023-12-18 | 5 | -20/+20 |
* | GraphUI Alignment: Use Alignment.None instead of default ctor. | Sven Gothel | 2023-12-18 | 2 | -7/+7 |
* | GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m... | Sven Gothel | 2023-10-03 | 1 | -5/+3 |
* | GraphUI Layout: Simplify non-centered negative-offset (underline) removal | Sven Gothel | 2023-09-26 | 2 | -22/+4 |
* | Bug 1452: GraphUI Shape: Rename setMvTransform(..) -> setTransformMv(..), ali... | Sven Gothel | 2023-09-23 | 2 | -2/+2 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 5 | -25/+25 |
* | GraphUI Layout (Box/Grid): Adjust bottom-left offset according to center-axis | Sven Gothel | 2023-09-19 | 2 | -6/+44 |
* | GraphUI GridLayout: Disable TRACE_LAYOUT | Sven Gothel | 2023-09-19 | 1 | -1/+1 |
* | GraphUI GridLayout: Fix scaled non-center: Only add center offset if requeste... | Sven Gothel | 2023-09-19 | 2 | -26/+23 |
* | GraphUI Layout: Remove unused leftover var and complete GridLayout ctor | Sven Gothel | 2023-09-17 | 2 | -3/+12 |
* | GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale... | Sven Gothel | 2023-09-16 | 5 | -100/+104 |
* | GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh... | Sven Gothel | 2023-09-05 | 3 | -186/+306 |
* | GraphUI Layout: Html'ify API header of Gap and Padding | Sven Gothel | 2023-09-05 | 2 | -2/+4 |
* | GraphUI Layout Alignment: Separate center alignment to horizontal and vertical | Sven Gothel | 2023-09-05 | 1 | -8/+11 |
* | GraphUI Margin, Alignment: Reuse ctor for default-ctor | Sven Gothel | 2023-09-04 | 2 | -2/+2 |
* | GraphUI GridLayout: Handle 'diffBL' in 2nd path, no need to store as we don't... | Sven Gothel | 2023-04-29 | 1 | -10/+10 |
* | GraphUI GridLayout: Remove old unused layout0(..) method | Sven Gothel | 2023-04-29 | 1 | -134/+0 |
* | GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout. | Sven Gothel | 2023-04-29 | 3 | -56/+369 |
* | GraphUI Add Alignment and Gap for layout | Sven Gothel | 2023-04-28 | 2 | -0/+199 |
* | GraphUI Revise Padding and Border: Padding + Border belong to Shape's bounds.... | Sven Gothel | 2023-04-28 | 2 | -2/+2 |
* | GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ... | Sven Gothel | 2023-04-18 | 2 | -0/+319 |
* | GraphUI Padding: Use CSS alike ctor semantics, hence swizzle ctor arguments | Sven Gothel | 2023-04-18 | 1 | -8/+65 |
* | GraphUI GridLayout: Also adjust potential bottom-left delta when centering sh... | Sven Gothel | 2023-04-13 | 1 | -2/+3 |
* | GraphUI GridLayout: Functional Grid Layout w/ Padding, demo'ed in UISceneDemo... | Sven Gothel | 2023-04-12 | 2 | -26/+167 |
* | GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave... | Sven Gothel | 2023-04-05 | 1 | -0/+69 |