Releases: kxgames/glooey
Releases · kxgames/glooey
v0.3.6
Fix
- Correctly replace dialog 'on_click' handlers (
7c15377
)
v0.3.5
Fix
- Correct how named colors are looked up (
dc14949
)
- Update deprecated code in the themes. (
9178939
)
- Correctly initialize the root group (
825ba6f
)
- Prevent root widgets from drawing/undrawing during init() (
5165b50
)
v0.3.4
Fix
- Set button foreground widget (
8cc807f
)
Documentation
- Describe gotcha with ScrollBox and HBar/VBar (
c943303
)
v0.3.3
Fix
- Remove stale constructor arguments (1ee3856)
v0.3.2
Fix
- Be more tolerant when checking for alignment errors (a6994b8)
Documentation
- Write class docstrings for the Button widgets (83baa5d)
v0.3.1
Fix
- Avoid duplicate mouse events when unfocusing forms. (331083e)
Documentation
- Improve wording (bfef903)
- Fix more warnings (5dc3ee4)
- Remove debugging extension (fec7e19)
- Ignore any references from pyglet methods (825d89c)
- Fix a number of dangling references (45bc274)
- Include autoclasstoc as docs dependency (063e23b)
- Use autoclasstoc (f9756ce)