Clone this repo:
  1. 971d243 Fixed typo (#8063) by DOTTEL Gaël · 16 hours ago master
  2. 49a9eee Commented out obsolete internals's SetItemUsingMouseWheel() (#2891), TreeNodeBehaviorIsOpen() (#4814, #5423, #282, #2958, #924) by ocornut · 17 hours ago
  3. 50de550 Tooltips: fixed incorrect tooltip positioning when using keyboard/gamepad navigation (1.91.3 regression). (#8036) by ocornut · 32 hours ago
  4. 42f4759 Fixed ad37b79 breaking IsItemHovered()->IsItemFocused() passthrough for navigation. by ocornut · 32 hours ago
  5. 97da662 Internals: removing ImGuiButtonFlags_Repeat (in favor of ImGuiItemFlags_ButtonRepeat), ImGuiButtonFlags_DontClosePopups (unused) by ocornut · 32 hours ago
  6. 462d167 Nav: rectangle highlight not rendered for items with ImGuiItemFlags_NoNav. (#8057) by ocornut · 34 hours ago
  7. ad37b79 Nav: shallow tidying up. by ocornut · 34 hours ago
  8. 626d358 Nav: fixed Ctrl+Tab so when starting with no focused window it starts from the top-most window. (#3200) by ocornut · 34 hours ago
  9. b001038 Nav: added io.ConfigNavEscapeClearFocusWindow to clear focused window on Escape. (#3200) by ocornut · 34 hours ago
  10. ba51617 Amend d885fe4, fixes default value of ConfigNavCaptureKeyboard. (#2517, #2009) by ocornut · 34 hours ago
  11. d885fe4 (Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (#2517, #2009) by ocornut · 36 hours ago
  12. 349af87 InputText: ensure mouse cursor is set regardless of whether keyboard mode is enabled or not. (#6417) by ocornut · 2 days ago
  13. 20ae8bd Error Handling: turned IsItemHovered()/IsWindowHovered() checks into IM_ASSERT_USER_ERROR. (#1651) by ocornut · 2 days ago
  14. c4bc674 IO: WantCaptureKeyboard is never set when ImGuiConfigFlags_NoKeyboard is enabled. (#4921) by ocornut · 4 days ago
  15. 98d52b7 DrawList: AddCallback() added an optional size parameter allowing to copy and store any amount of user data for usage by callbacks: (#6969, #4770, #7665) by ocornut · 5 days ago
  16. f29e505 CI: remove --disableLicenseExpirationCheck. by ocornut · 6 days ago
  17. a0b811d Backends: SDLRenderer2/3: expose selected state in ImGui_ImplXXXX_RenderState structures during render loop. (#6969, #5834, #7468, #3590 + #7616) by ocornut · 6 days ago
  18. 9fbc313 InputText: amend 661bba0. (#8048) by ocornut · 7 days ago
  19. 661bba0 InputText: fixed an issue with not declaring ownership of Delete/Backspace/Arrow keys. (#8048) by ocornut · 7 days ago
  20. f3d242a Tables: fixed initial auto-sizing issue with synched-instances. (#8045, #7218) by ocornut · 7 days ago