Skip to content

Releases: britzl/gooey

Gooey 6.4.1

13 Jun 08:03
Compare
Choose a tag to compare

FIX: Issue with radio group deselected now

Gooey 6.4.0

13 Jun 07:10
Compare
Choose a tag to compare

NEW: Checkboxes have checked_now and unchecked_now state
NEW: Radio buttons have selected_now and deselected_now state

Gooey 6.3.1

04 Jun 04:38
e5fab3d
Compare
Choose a tag to compare

FIX: Text width measurements were wrong when the input text node was scaled. This caused problems with the positioning of the cursor.

Gooey 6.3.0

31 May 07:53
Compare
Choose a tag to compare

NEW: Custom themes can now get some common functions set up using gooey.create_theme(). This will return a table with functions to acquire and release focus and to check and set if components are enabled
NEW: Dirty Larry, KenneyBlue and RPG themes now have set_enabled() and is_enabled() functions

Gooey 6.2.1

25 May 13:19
Compare
Choose a tag to compare

FIX: gooey.is_enabled() didn't work for hierarchies where not all parents were disabled.

Gooey 6.2.0

23 May 21:32
Compare
Choose a tag to compare

NEW: Multi-touch support for clickable components

Gooey 6.1.0

07 May 09:41
Compare
Choose a tag to compare

FIX: Marked text handling wasn't working for text input
NEW: The returned data from gooey.input() now contains a total_width value containing width of text including marked text.

Gooey 6.0.3

23 Apr 16:31
Compare
Choose a tag to compare

FIX: Typing a space in an input field caused a Lua crash
FIX: Masked text (password) for input fields didn't work
FIX: Issue with text input and focus loss

Gooey 6.0.2

18 Apr 11:08
Compare
Choose a tag to compare

FIX: Buttons and other clickable components was still flagged as clicked even when the click disabled the component

Gooey 6.0.1

17 Apr 05:35
Compare
Choose a tag to compare

FIX: Error when not using input groups