Skip to content

v1.11

Compare
Choose a tag to compare
@ocornut ocornut released this 10 Sep 11:28
· 8504 commits to master since this release
  • 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.