- cdb5cbe (Breaking) Commented out ImGuiListClipper::ForceDisplayRangeByIndices() which was obsoleted in 1.89.6. by ocornut · 3 days ago master
- d93d918 (Breaking) Commented out PushAllowKeyboardFocus()/PopAllowKeyboardFocus() which was obsoleted in 1.89.4. (#3092) by ocornut · 3 days ago
- 6d939fc (Breaking) TreeNode: renamed ImGuiTreeNodeFlags_NavLeftJumpsBackHere to ImGuiTreeNodeFlags_NavLeftJumpsToParent for clarity. (#1079, #8639) by ocornut · 3 days ago
- 9361c35 Backends: SDL2, SDL3: maximum room for sanitizer to not be zealous. by ocornut · 3 days ago
- b5a7303 Examples: Apple: Amend build scripts and gitignore, fix misc OSX warnings. (#8637) by ocornut · 4 days ago
- 2df9e9b Examples: Apple: add Makefile for example_apple_metal, example_apple_opengl2. (#8637) by Pascal Thomet · 4 days ago
- 2fd4741 Update pull_request_template.md by omar · 4 days ago
- 4e487cf stb_textedit: subsequent comments to match ocornut/stb branch. (#8635, #7925) by ocornut · 4 days ago
- 1387d35 stb_textedit: subsequent fixes for next/prev word impl (not used by imgui) + PageUp/Home/End (no side effect but more correct) (#8635, #7925) by ocornut · 4 days ago
- 5c3ac93 stb_textedit: minor edits to match PR submitted upstream. by ocornut · 4 days ago
- 61242e2 InputText: fixed cursor positioning issue using up/down keys on non-ASCII text. (#8635, #7925) by ocornut · 4 days ago
- 08689c5 Backends: GLFW, SDL2, SDL3: include GLFW/SDL version number in io.BackendPlatformName. by ocornut · 5 days ago
- 4a6ba95 Backends: SDL3: Comments (#6146) by ocornut · 6 days ago
- b9ac32a Backends: DirectX12: Make sure texture sampling in the dx12 backend is not limited to the highest mip. (#8631) by tamas-rabel · 6 days ago
- f484af3 Font: rename ImFont::AddRemapChar() parameters for clarity. (#609) by ocornut · 10 days ago
- ba513ba Backends: DX10, DX11, DX12: honor FramebufferScale. (#8412) by WSSDude · 3 months ago
- bf68040 Backends: Vulkan: fixed build with VK_NO_PROTOTYPES. by ocornut · 11 days ago
- bbc89b6 Backends: Vulkan: fixed validation errors during window detach in multi-viewport mode. (#8600, #8176) by ChrisTom-94 · 11 days ago
- 64a5e27 Docs: bad merge error. by ocornut · 11 days ago
- d1dc2a3 Backends: Vulkan: Load dynamic rendering functions using vkGetDeviceProcAddr() + try both non-KHR and KHR versions. (#8600, #8326, #8365) by ChrisTom-94 · 11 days ago