Skip to content

Releases: abvadabra/layout-java

1.3.1

24 Sep 12:03
Compare
Choose a tag to compare
  • Flags LayoutFlags.LAY_HGROW/LAY_VGROW have been implemented. When these flags are enabled, the size of the item for the axis specified by 'laySetSize' will be considered the minimum size necessary, and the item may grow if the content requires so.
  • Added layGetFlags which allows to retrieve item's flags
  • Fixed invalid growth behaviour when grow factor is set to 0.

1.2.0

14 Sep 23:50
Compare
Choose a tag to compare
  • Implemented ability to set grow factor for items using laySetGrow/LayoutContext#setGrow(item, factor). When combined with HFILL/VFILL/FILL behaviour grow factor defines weight of an item when parent distributes free space between children.

1.1.0

11 Sep 18:42
Compare
Choose a tag to compare
  • Changed package from 'org.layout' to 'io.github.layout'
  • JetBrains Annotations now declared as compile only dependency, which avoids transitive inclusion in users' modules

1.0.0

10 Sep 14:52
d038987
Compare
Choose a tag to compare

Complete layout port as of September 10, 2022