The first release
Fixed many bugs, now all API should work properly.
- Added two instruments from relative paradigm: bounds and alignments
- Fixed component binding
- Fixed GUI resize maintenance
- Fixed IListener - now it's functional interface
- Fixed scrolling components, at least, GVerticalScroll
- Expanded Builders' features
- All functionality is nearly tested and ready to work
- Added context menus
- Added text boxes and panels(still in alpha)
- Improved stability and performance
- Shrink adapters API(
IGraphicsHelper
) - Added nullability annotations(in general)
- Fixed guiScale maintenance
- Split mouse input event handlers in main API
- Added MinecraftForge v1.7.10-1.15.2 adapters
- Moved to
com.github.quarter
- Finished builders' concept
- Finished Gradle workflow(build obf/deobf, publishing)
- Added
GTabPanel