Releases: britzl/gooey
Gooey 6.4.1
FIX: Issue with radio group deselected now
Gooey 6.4.0
NEW: Checkboxes have checked_now
and unchecked_now
state
NEW: Radio buttons have selected_now
and deselected_now
state
Gooey 6.3.1
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
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
FIX: gooey.is_enabled() didn't work for hierarchies where not all parents were disabled.
Gooey 6.2.0
NEW: Multi-touch support for clickable components
Gooey 6.1.0
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
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
FIX: Buttons and other clickable components was still flagged as clicked even when the click disabled the component
Gooey 6.0.1
FIX: Error when not using input groups