Clone this repo:
  1. 7537ba2 Windows: fixed single-axis auto-sizing (via double-clicking a border) to take account of remaining scrollbar on the other axis. (#9060) by ocornut · 3 hours ago master
  2. 86daa89 Backends, Examples: WebGPU: simplified ifndef (#8381) by ocornut · 3 days ago
  3. 635eb1d Added .tmp files. by ocornut · 4 days ago
  4. bd0e203 Drag and Drop: added ImGuiDragDropFlags_AcceptDrawAsHovered. (#8632) by ocornut · 4 days ago
  5. b0d3c3a Drag and Drop: prev/curr storage for DragDropAcceptFlags. ImGuiDragDropFlags_AcceptNoPreviewTooltip test uses DragDropAcceptFlagsPrev for consistency. (#143) by ocornut · 4 days ago
  6. dacd080 Docs: added link to imgui-module. (#8868( by ocornut · 4 days ago
  7. 8e2e87d (Breaking) Commented out legacy SetItemAllowOverlap() obsoleted in 1.89.7: this never worked right. Use SetNextItemAllowOverlap() _before_ item instead. by ocornut · 4 days ago
  8. e389502 Amends comments referring to 1.92.X to refer to 1.92.0. FontAllowUserScaling not marked obsolete anymore. by ocornut · 4 days ago
  9. 1c3a600 (Breaking) IO: commented out legacy io.ClearInputCharacters() obsoleted in 1.89.8. by ocornut · 4 days ago
  10. 6216274 (Breaking) Keys: commented out legacy names which were obsoleted in 1.89. by ocornut · 4 days ago
  11. 189d8c9 (Breaking) Commented out legacy ImGuiChildFlags_Border (#462), ImGuiWindowFlags_NavFlattened (#7687), ImGuiWindowFlags_AlwaysUseWindowPadding. by ocornut · 4 days ago
  12. f45adb9 Drag and Drop, Style: added basic styling options to DragDrop target rect. Amends. (#9056) by ocornut · 4 days ago
  13. 7954d67 Drag and Drop, Style: added basic styling options to DragDrop target rect. (#9056) by aaronkirkham · 5 days ago
  14. 59db6ce Backends: GLFW: lower minimum requirement from GLFW 3.1 to GLFW 3.0. (#9055) by Clownacy · 5 days ago
  15. a0bfbe4 Windows: BgClickFlags inherited by default + missing info in Changelog. Amend 40f9e4e. (#899, #3071, #5044, #3379) by ocornut · 5 days ago
  16. e674f57 Backends: SDL3: Fixed an issue with missing characters events when an already active text field changes viewports. (#9054) by ocornut · 5 days ago
  17. 1897248 Misc: added assert to detect ~ImGuiContext() called without DestroyContext(). (#9051) by ocornut · 6 days ago
  18. 051a315 Metrics: fixed table and columns rect highlight from display when metrics window is not in the same viewport as the table. by ocornut · 7 days ago
  19. dc6e0f4 Tables: Angled headers: fixed an auto-resize feedback loop that could affect tables with empty non-resizing columns using angled headers. by ocornut · 7 days ago
  20. df3f2ff Examples: WebGPU: moved CreateWGPUSurface to the bottom of the file due to interference with X.h. (#8381) by BrutPitt · 9 days ago