Library

imgui v1.92.9b

Versionv1.92.9b
Stars★ 75,486
Released2026-07-31

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

Release notes

## 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](https://github.com/ocornut/imgui) - [Release notes](https://github.com/ocornut/imgui/releases) - [FAQ](https://www.dearimgui.com/faq) - [Issues, Q&A](https://github.com/ocornut/imgui/issues). Also see our [Wiki](https://github.com/ocornut/imgui/wiki) with sections such as..
- [Getting Started](https://github.com/ocornut/imgui/wiki/Getting-Started) (~25 lines in an existing app)
- [Useful Extensions/Widgets](https://github.com/ocornut/imgui/wiki/Useful-Extensions)
- [Software using Dear ImGui](https://github.com/ocornut/imgui/wiki/Software-using-Dear-ImGui)
- [Language Bindings & Engine Backends](https://github.com/ocornut/imgui/wiki/Bindings) 
- and more! 👌

## Changes in v1.92.9b (since [v1.92.9](https://github.com/ocornut/imgui/releases/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](https://github.com/ocornut/imgui/releases).

💰 🙏  **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](https://github.com/ocornut/imgui/wiki/Funding). **Did you know? If you need an excuse to pay, you may buy licenses for [Test Engine](https://github.com/ocornut/imgui_test_engine) and buy hours of support (and cough not use them all) and that will contribute to fund Dear ImGui.**

Share this resource


Discovered 2026-08-04 Source GitHub Archive 2026-08 →