Britzl Gooey Versions Save

Defold GUI system

10.4.1

1 year ago

FIX: Fixed issue when measuring text containing trailing spaces CHANGE: Improved performance when calculating visible characters in a text field

Thanks @Wistpotion for the contributions!

10.4.0

1 year ago

NEW: Added horizontal scrollbar support. Thank you @unindented !

10.3.0

1 year ago

NEW: Dynamic lists now detect if the stencil node has changed in size and will adjust number of visible nodes accordingly.

10.2.0

2 years ago

NEW: Added selected_now and deselected_now to the input component.

10.1.0

2 years ago

NEW: Added node_id to the returned state table for all components. Thanks @klaytonkowalski !

10.0.0

2 years ago

BREAKING CHANGE: Lists now return the selected item structure instead of the item index. This simplifies things a lot when working with dynamic lists as there's not a 1:1 mapping between list item nodes and list items.

9.1.4

2 years ago

FIX: Lists did not have an over state to indicate if mouse is over the list or not

9.1.3

2 years ago

FIX: Do not crash when no callback function is provided

9.1.2

2 years ago

FIX: Scrollbar refresh function didn't pass the scrollbar instance as an argument

9.1.1

3 years ago

FIX: Also limit input.text_width and input.total_width now that we do not allow input text to grow outside of text node bounds