Skip to content

Releases: britzl/extension-imgui

extension-imgui 2.6.0

03 Feb 13:17
Compare
Choose a tag to compare

NEW Added imgui.color_edit4() to show an RGBA color picker

extension-imgui 2.5.0

03 Feb 12:37
Compare
Choose a tag to compare

NEW imgui.drag_float()

extension-imgui 2.4.1

03 Feb 09:21
1b83482
Compare
Choose a tag to compare

NEW: imgui.is_window_hovered() by @MrSanShiro

extension-imgui 2.4.0

26 Jan 10:16
80e94d7
Compare
Choose a tag to compare

NEW: Added window pivot to set_next_window_pos()

extension-imgui 2.3.1

22 Jul 06:49
Compare
Choose a tag to compare

FIX: Check memory allocation when loading font from memory

extension-imgui 2.3.0

07 Jul 22:16
Compare
Choose a tag to compare

NEW: Added font glyph ranges option when loading ttf fonts (see imgui.GLYPH_RANGES_CYRILLIC etc)
NEW: Added imgui.add_input_characters() to add one or more UTF8 characters

extension-imgui 2.2.0

10 Jun 15:57
255525e
Compare
Choose a tag to compare

Updated to support Defold 1.9.0

extension-imgui 2.1.1

04 Jun 05:12
2cd5f39
Compare
Choose a tag to compare

FIX: Removed debug prints

extension-imgui 2.1.0

02 Jun 06:15
Compare
Choose a tag to compare

CHANGE: Updated to DearImGUI 1.89.9

extension-imgui 2.0.0

01 Jun 15:00
Compare
Choose a tag to compare

BREAKING CHANGE: Removed individual style functions.
NEW: Added imgui.set_style() and imgui.get_style()