5.0:
- Added Linux ARM 64 build. (Works for Xojo 2022r4 or later).
4.5:
- Added Windows Arm 64 build.
4.0:
- Added methods to support new style controls based on DesktopUIControl.
- Added DesktopFlowLayout control.
- Added Version constant.
- FlowLayout now supports second variation of GetOptimalWidth on the control stubs to greatly simplify and optimise things.
3.0.2:
- Fixed issue with min size handler.
3.0:
- Added Apple Silicon support.
- Cleaned up all Carbon depenencies.
2.1:
- Fixed issue where MacOS Catalina thought the plugin segments were not code signed.
2.0:
- Added 64 bit compile support for Mac targets.
- Added 64 bit compile support for Windows targets.
- Added 64 bit compile support for Linux targets.
- Added ARM support for Linux targets.
1.5:
- Now also ships with a Xojo plugin. The Xojo plugin comes in the new Xojo format and is compiled with newer SDK.
- Plugin segments come code signed on MacOS X systems.
- Documentation now also ships as docset for the awesome Dash viewer from http://kapeli.com/dash.
- Fixed the plugin to work with more modern Linux distros.
1.0.2:
- The control no longer posts a bogus error message on composite windows where it was incorrectly saying composite was not supported.
- Added support for having controls set to LockLeft and LockRight properties so that if a control such as a text box that is normally only moving to account for labels taking more space has LockLeft and LockRight properties set to true then instead of moving, then it will be pinned either to left or to right depending on your GrowMode direction.
- Added another example project that shows the new pinning support.
1.0:
- This is the first version.