Skip to content

Releases: britzl/extension-imgui

extension-imgui 1.3.2

31 Jan 12:53
Compare
Choose a tag to compare

FIX: Fixed GL includes when building with Defold 1.6.4

extension-imgui 1.3.1

06 Dec 06:01
6ca062c
Compare
Choose a tag to compare

FIX: Some key names in imgui.script did not match the constants in the extension. Thanks @dima13230

extension-imgui 1.3.0

02 Dec 07:14
e7585a1
Compare
Choose a tag to compare

NEW: Added imgui.set_keyboard_focus_here(). Thanks @dima13230!

extension-imgui 1.2.0

29 Nov 08:52
efed589
Compare
Choose a tag to compare

NEW: Added a bunch of new functions:

  • set_style_scrollbar_size()
  • get_content_region_avail()
  • push_item_width()
  • pop_item_width()
  • set_next_item_width()
  • calc_item_width()
  • set_rendering_enabled()

Thanks @dri-richard for the contributions!

Updated to Dear ImGUI 1.81

31 Oct 21:39
3f40752
Compare
Choose a tag to compare
1.1.0

imgui 1.81 (#34)

First public release

02 May 06:49
26a411b
Compare
Choose a tag to compare

This is the first public release of ImGUI for Defold. Enjoy!