Skip to content

v1.07

Compare
Choose a tag to compare
@ocornut ocornut released this 18 Aug 19:51
· 8308 commits to master since this release
  • Added InputFloat4(), SliderFloat4() helpers.
  • Added global Alpha in ImGuiStyle structure. When Alpha=0.0, ImGui skips most of logic and all rendering processing.
  • Fix clipping of title bar text.
  • Fix to allow the user to call NewFrame() multiple times without calling Render().
  • Reduce inner window clipping to take account for the extend of CollapsingHeader() - share same clipping rectangle.
  • Fix for child windows with inverted clip rectangles (when scrolled and out of screen, Etc.).
  • Minor fixes, tweaks, comments.