Clone this repo:
  1. e0f5f9a Amend AddRect(), AddPolyline() error detection to safely return an trigger error handling mechanism. by ocornut · 3 hours ago master
  2. 8936b58 Version 1.92.8 by ocornut · 5 hours ago v1.92.8
  3. eebaddd Docs: added SECURITY.md. by omar · 26 hours ago
  4. 73afb6b Fonts: clarify that ClearFonts() be useful over calling Clear(). by ocornut · 27 hours ago
  5. b8f6c51 Fonts: move ClearFonts(), ClearInputData(), ClearTexData() implementation (no other changes) by ocornut · 27 hours ago
  6. 4ac473b Fixed BeginMenu() leading to window with is_resizable_width=true. Fix/amend 95bd1577d + ac1f57b. (#9355) by ocornut · 29 hours ago
  7. ac1f57b Fixed BeginMenu() leading to window with is_resizable_width=true. Fix/amend 95bd1577d. (#9355) by ocornut · 29 hours ago
  8. 821a396 Fixed warning on Clang 26. by ocornut · 29 hours ago
  9. 2b31f65 Examples: WebGPU+GLFW/SDL2/SDL3: wire up the IMGUI_WGVK_DIR path. (#9387) by manuel · 11 days ago
  10. b58836f Backends: WebGPU: detect WGSL support at runtime instead of excluding WGVK at compile time. (#9387) by manuel · 11 days ago
  11. bca5a69 BeginMenu()/MenuItem(): fixed accidental triggering of child menu items when opening a menu inside a small host window forcing the child menu window to be repositioned under the mouse cursor. (#8233, #9394) by ocornut · 30 hours ago
  12. eb453f2 Checkbox, Style: added ImGuiCol_CheckboxSelectedBg. (#9392) by ocornut · 31 hours ago
  13. 56b37bf Inputs: SetItemKeyOwner(): does not set ownership is key is already taken. by ocornut · 5 days ago
  14. 0eae77f Inputs: SetItemKeyOwner(): return true if ownership has been requested, which can to be checked to accurately gate further input test. by ocornut · 5 days ago
  15. 02ccd9f Scrolling, Inputs: using mouse wheel to scroll takes and keeps ownership of the corresponding keys while a wheeling window is locked. by ocornut · 5 days ago
  16. 163b867 Demo: added image viewer with magnifier and grid. by ocornut · 5 days ago
  17. a70b97e Warning fixes. by ocornut · 5 days ago
  18. 6df50a0 (Breaking) DrawList: swapped the last two arguments of AddRect(), AddPolyline(), PathStroke(). thickness<>flags. by ocornut · 2 weeks ago
  19. 976c5c0 Textures: extract ImTextureDataQueueUpload() out of ImFontAtlasTextureBlockQueueUpload() (#8465) by ocornut · 6 days ago
  20. 691b89b ImDrawList: added AddLineH(), AddLineV() helpers. (#9360) by Mikko Mononen · 4 weeks ago