- 971d243 Fixed typo (#8063) by DOTTEL Gaël · 16 hours ago master
- 49a9eee Commented out obsolete internals's SetItemUsingMouseWheel() (#2891), TreeNodeBehaviorIsOpen() (#4814, #5423, #282, #2958, #924) by ocornut · 17 hours ago
- 50de550 Tooltips: fixed incorrect tooltip positioning when using keyboard/gamepad navigation (1.91.3 regression). (#8036) by ocornut · 32 hours ago
- 42f4759 Fixed ad37b79 breaking IsItemHovered()->IsItemFocused() passthrough for navigation. by ocornut · 32 hours ago
- 97da662 Internals: removing ImGuiButtonFlags_Repeat (in favor of ImGuiItemFlags_ButtonRepeat), ImGuiButtonFlags_DontClosePopups (unused) by ocornut · 32 hours ago
- 462d167 Nav: rectangle highlight not rendered for items with ImGuiItemFlags_NoNav. (#8057) by ocornut · 34 hours ago
- ad37b79 Nav: shallow tidying up. by ocornut · 34 hours ago
- 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
- b001038 Nav: added io.ConfigNavEscapeClearFocusWindow to clear focused window on Escape. (#3200) by ocornut · 34 hours ago
- ba51617 Amend d885fe4, fixes default value of ConfigNavCaptureKeyboard. (#2517, #2009) by ocornut · 34 hours ago
- d885fe4 (Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (#2517, #2009) by ocornut · 36 hours ago
- 349af87 InputText: ensure mouse cursor is set regardless of whether keyboard mode is enabled or not. (#6417) by ocornut · 2 days ago
- 20ae8bd Error Handling: turned IsItemHovered()/IsWindowHovered() checks into IM_ASSERT_USER_ERROR. (#1651) by ocornut · 2 days ago
- c4bc674 IO: WantCaptureKeyboard is never set when ImGuiConfigFlags_NoKeyboard is enabled. (#4921) by ocornut · 4 days ago
- 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
- f29e505 CI: remove --disableLicenseExpirationCheck. by ocornut · 6 days ago
- 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
- 9fbc313 InputText: amend 661bba0. (#8048) by ocornut · 7 days ago
- 661bba0 InputText: fixed an issue with not declaring ownership of Delete/Backspace/Arrow keys. (#8048) by ocornut · 7 days ago
- f3d242a Tables: fixed initial auto-sizing issue with synched-instances. (#8045, #7218) by ocornut · 7 days ago