Clone this repo:
  1. 4dac00c Windows: fixed always updating internal buffer for ### window titles even when Ctrl+Tab window is hidden. Instead forcing an update on mismatching when appearing. by ocornut · 4 days ago master
  2. fc89c61 Hashing: handling of "###" operator to reset to seed within a string identifier doesn't include the "###" characters in the output hash anymore. by omar · 6 years ago
  3. 1e7d2ad Fixed Clang cast-align warning + Added missing Changelog entry in 1.92.4. (#8893) by ocornut · 4 days ago
  4. bd6f48f Backends: OpenGL3: Fixed embedded loader multiple init/shutdown cycles broken on some platforms. (#8792, #9112) by ocornut · 4 days ago
  5. 0d2dd30 Tabs: minor tweaks to facilitate mods altering spacing. by ocornut · 4 days ago
  6. 9971251 Fonts: amend/comment on FontDataOwnedByAtlas=false fix being a breaking change. (#9086, #8465) by ocornut · 5 days ago
  7. a07b282 Backends: GLFW: add IMGUI_IMPL_GLFW_DISABLE_X11 / IMGUI_IMPL_GLFW_DISABLE_WAYLAND. (#9109, #9116) by ocornut · 5 days ago
  8. 9a4fd69 Backends: GLFW: avoid repeated glfwSetCursor()/glfwSetInputMode() calls when unnecessary. by ocornut · 5 days ago
  9. cf64b7f Tables: Fixed losing stored display order when reducing column count. (#9108, #4046) by ocornut · 7 days ago
  10. a726bde Fonts: ClearOutputData() doesn't need to clear FallbackChar, EllipsisChar. Fixed crash changing font loader. by ocornut · 10 days ago
  11. 7f78f52 Demo: removed some hardcoded widths. by ocornut · 10 days ago
  12. 60f8b07 Rework color marker internals to facilitate arbitrary override using SetNextItemColorMarker(). by ocornut · 10 days ago
  13. fa4b47c Added RGBA color markers to ColorEdit3/ColorEdit4 + opt-in ImGuiSliderFlags_ColorMarkers for Drags/Sliders. by ocornut · 10 days ago
  14. a7ecbcd Shuffle ImGuiColorEditFlags flag values. by ocornut · 11 days ago
  15. ded52c7 Debug Log: can output to debugger. Added ImGuiDebugLogFlags_OutputToDebugger. by ocornut · 10 days ago
  16. 9d4fafa Nav: removed an unnecessary FindWindowByName() call. by ocornut · 10 days ago
  17. e2c4953 ImDrawList: harden/clarify static asserts about ImDrawCmd / ImDrawCmdHeader layout. by ocornut · 10 days ago
  18. fee06a9 Text: fixed word-wrapping function reading from *text_end when passed a string range. (#9107) by achabense · 10 days ago
  19. d71091a Internals: amend RenderRectFilledRangeH() to avoid shadowed variables. by ocornut · 11 days ago
  20. d1e262a Internals: refactor RenderRectFilledRangeH() into RenderRectFilledInRangeH() to take absolute coordinates instead of normalized ones. by ocornut · 11 days ago