A simple and easy to use library to assist in GUI element creation and event handling.
Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.1.8
Date: 2025-12-03
Bugfixes:
- Fixed incorrect error message
Version: 0.1.7
Date: 2025-10-24
Bugfixes:
- Fixed tags error
Version: 0.1.6
Date: 2025-10-22
Features:
- Improved error messages
- Added error for setting `tags` inside `elem_mods`
Bugfixes:
- Fixed tab & content not working with classed elements
Version: 0.1.5
Date: 2025-10-07
Features:
- Made classed elements not require `self.elem.index`, instead just `self.index`
Bugfixes:
- Fixed drag_target erroring when given a classed element target
Version: 0.1.4
Date: 2025-10-04
Bugfixes:
- Fixed classed elements not being correctly saved in refs
- Fixed not being able to add children to classed elements
Version: 0.1.3
Date: 2025-08-29
Features:
- Added new GLIB_CONFIG global for better control over event handling
Version: 0.1.2
Date: 2025-06-27
Bugfixes:
- Fixed crash with examples due to last version's method renames
Version: 0.1.1
Date: 2025-06-27
Changes:
- Renamed glib.add_handlers and glib.add_class to glib.register_handlers and glib.register_class
Version: 0.1.0
Date: 2025-06-24
Features:
- Initial release