Skip to content

Releases: kxgames/glooey

v0.3.6

08 Sep 15:04
Compare
Choose a tag to compare

Fix

  • Correctly replace dialog 'on_click' handlers (7c15377)

v0.3.5

27 Feb 19:40
Compare
Choose a tag to compare

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

05 Oct 18:15
Compare
Choose a tag to compare

Fix

  • Set button foreground widget (8cc807f)

Documentation

  • Describe gotcha with ScrollBox and HBar/VBar (c943303)

v0.3.3

23 Sep 19:30
Compare
Choose a tag to compare

Fix

  • Remove stale constructor arguments (1ee3856)

v0.3.2

23 Sep 19:17
Compare
Choose a tag to compare

Fix

  • Be more tolerant when checking for alignment errors (a6994b8)

Documentation

  • Write class docstrings for the Button widgets (83baa5d)

v0.3.1

23 Aug 18:34
Compare
Choose a tag to compare

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)