Clone this repo:
  1. 5166bec Scrollbar: rounding corners selected based on a generic helper. by ocornut · 4 hours ago master
  2. 6cc7787 Windows: shallow tweaks in window bg rendering to simplify diff w/ docking. by ocornut · 7 hours ago
  3. 960aff2 Backends: Win32: use XInput Packet to avoid resubmitting gamepad data. (#9202, #8556) by Ahmed Samy · 3 days ago
  4. 8306e32 Nav: fixed speed scale for resizing/moving with keyboard/gamepad. (#323) by ocornut · 30 hours ago
  5. 814c6a1 Log/Capture: fixed erroneously injecting extra carriage returns in output. by ocornut · 3 days ago
  6. ab6c9d9 Ignore -Wsign-conversion warnings when building with gcc. (#9192) by Tom Seddon · 5 days ago
  7. d12b1a9 Demo: improved Selectable() demos. (#9193) by ocornut · 3 days ago
  8. c91bcea Backends: SDLGPU3: fixed missing release of TexSamplerNearest. (#9196) by ocornut · 4 days ago
  9. c6e54c7 Comments about input queue being close to be supporting multi-thread. (#5772) by ocornut · 2 weeks ago
  10. d1cf58e Nav: fixed WrapX/LoopX handling in menu layer. (#9178) by ocornut · 6 days ago
  11. e121722 Tooltips, Disabled: fixed EndDisabledOverrideReenable() assertion when nesting a tooltip in a disabled block. (#9180, #7640) by RegimantasSimkus · 10 days ago
  12. 7250fbd Fixed warning compiling stb_truetype with MSVC, C++20 with /w15262 (#9189) by ocornut · 6 days ago
  13. a117055 Internals: move field for locality. by ocornut · 7 days ago
  14. b015acc Viewports: added GetWindowViewport() in imgui_internal.h to increase consistency with code using this public API in docking branch. (#9140) by ocornut · 7 days ago
  15. 3050f65 Menus, Nav: made navigation into menu-bar auto wrap on X axis. (#9178) by ocornut · 7 days ago
  16. 66bb8ad Docs: better document Shortcut() related stuff. (#9188) Better document io.ConfigDpiScaleFonts. (#9179) by ocornut · 7 days ago
  17. 3aba950 Fonts: adding new fonts after removing all fonts mid-frame properly updates current state. by ocornut · 8 days ago
  18. cb3b7ff InputText: added mGuiInputTextCallbackData::EventActive helpers. (#9174) by ocornut · 8 days ago
  19. d448045 InputText: Added ImGuiInputTextCallbackData::ID field. by ocornut · 8 days ago
  20. f21307e InputText: ImGuiInputTextCallbackData::SelectAll() sets CursorPos. Added SetSelection() helper. by ocornut · 8 days ago