github ocornut/imgui v1.92.9b

latest release: v1.92.9b-docking
4 hours ago

Dear ImGui v1.92.9b : Hotfix 🔥

Reading the changelog is a good way to keep up to date with what Dear ImGui has to offer, and will give you ideas of some features that you've been ignoring until now!
📣 If you are browsing multiple releases: click version number above to display full release note contents, otherwise it is badly clipped by GitHub!


Links: Homepage - Release notes - FAQ - Issues, Q&A. Also see our Wiki with sections such as..

Changes in v1.92.9b (since v1.92.9)

This is a hot-fix for two small regressions in 1.92.9, one which would affect many people.

  • DragXXX, SliderXXX: fixed a regression in 1.92.9 where clicking a previously Ctrl+Clicked field would flick it to text edit mode for one frame. (#9476, #701)
  • Tables: fixed Y2 position of lower horizontal border (ImGuiTableFlags_BordersOuterH) being off by one pixel when vertical ones are not also enabled. [@thedmd]
  • Tables: fixed X position of angled borders being off by half a pixel. [@thedmd]
  • ImDrawData: fixed a regression in 1.92.9 where legacy/obsoleted ImDrawData::CmdListsCount was always 0. Prefer using ImDrawData::CmdList.Size anyway.

Also see previous releases details.

💰 🙏 Dear ImGui is funded by your contributions and absolutely needs them to sustain and grow. We can invoice and accommodate to many situations. If your company uses Dear ImGui, please reach out. See Funding page. Did you know? If you need an excuse to pay, you may buy licenses for Test Engine and buy hours of support (and cough not use them all) and that will contribute to fund Dear ImGui.

Don't miss a new imgui release

NewReleases is sending notifications on new releases.