omar/imgui: Release v1.34

Name: imgui

Owner: omar

Release: v1.34

Released: 2015-03-02

License: MIT

Release Assets:

  • Added Bullet() helper - equivalent to BulletText(""), SameLine().
  • Added SetWindowFocus(), SetWindowFocus(const char*), SetNextWindowFocus() (#146)
  • Added SetWindowPos(), SetWindowSize(), SetWindowCollaposed() given a window name.
  • Added SetNextTreeNodeOpened() with optional condition flag in replacement of OpenNextNode() and consistent with other API.
  • Renamed ImGuiSetCondition_*** to ImGuiSetCond_*** and ImGuiCondition_FirstUseThisSession to ImGuiCond_Once.
  • Added missing definition for ImGui::GetWindowCollapsed().
  • Fixed GetGlyphRangesJapanese() actually missing katakana ranges and a few useful extensions.
  • Fixed clicking on a widget in a child window not focusing the parent window (#147).
  • Fixed clicking on empty space of child window not setting keyboard focus for the child window (#147).
  • Fixed IsItemHovered() behaving differently on Combo() (#145)
  • Fixed ColumnOffsets storage not honoring SetStateStorage() (not very useful but consistent).
  • Examples: Removed dependency on Glew for OpenGL examples. Removed Glew binaries for Windows.
  • Examples: Fixed link warning for OpenGL windows examples.
  • Comments, tweaks.

To top