omar/imgui: Release v1.11

Name: imgui

Owner: omar

Release: v1.11

Released: 2014-09-10

License: MIT

Release Assets:

  • Added more comments in the code.
  • Made radio buttons render ascii when logged into tty/file/clipboard.
  • Added ImGuiInputTextFlags_EnterReturnsTrue flag to InputText() and variants.
  • Added #define IMGUI_INCLUDE_IMGUI_USER_CPP to optionally include imgui_user.cpp from the end of imgui.cpp
  • Fixed file-descriptor leak if ImBitmapFont::LoadFromFile() calls to fseek/ftell fails.

To top