Clone this repo:
  1. 620a33d TreeNode: fixed highlight position when used inside a line with a large text baseline offset. by ocornut · 2 days ago master
  2. 47766ca Demo: fix in 'Demo->Selection->Multi-Select in a Table' section. by ocornut · 2 days ago
  3. 7c6febe Tables: fixed an issue where submitting non-integer row heights would eventually advance table parent layout by +0/+1 depending on its visibility. by ocornut · 2 days ago
  4. 1a62292 Tables: fixed an issue where a very thin scrolling table would advance parent layout slightly differently depending on its visibility. by ocornut · 2 days ago
  5. 2026e3d Menus: fixed BeginMenu() child popup position when used inside a line with a baseline offset. by ocornut · 2 days ago
  6. 3ff8c46 Menus: fixed BeginMenuEx() icon/arrow baseline when using inside a line with an offset. by ocornut · 2 days ago
  7. 1f54665 Menus: fixed MenuItem() label baseline when using inside a line with an offset. by ocornut · 2 days ago
  8. ae873b1 Misc: rename extraneous parenthesizes from return statements. by ocornut · 3 days ago
  9. 9c75ef5 Tables: clarify TableNextRow() row_height and adjust demo to make this clearer (demo height were arbitrary and therefore misleading). by ocornut · 3 days ago
  10. c36162f Internals: add SetContextName() helper. (#9097) by ocornut · 4 days ago
  11. f0699ef Examples: Win32+DirectX12: Disable breaking on the D3D12_MESSAGE_ID_FENCE_ZERO_WAIT warning. (#9093, #9084) by Rémy Tassoux · 8 days ago
  12. 75db81c Backends: SDL_GPU3: select between metallib and MSL shaders based on availability. (#9076) by ocornut · 4 days ago
  13. fd887f5 Backends: SDL_GPU3: use MSL on macOS and MetalLib on iOS to fix shader compatibility. (#9076) by Leon Lysak · 4 days ago
  14. 285e304 Docs: tweaks. Add reference to imgui-module from main README. (#9092, #8868) by ocornut · 4 days ago
  15. d981b33 Textures: amend to please static analyzer. by ocornut · 4 days ago
  16. e768f91 Textures: fixed displaying texture # in metrics/debugger. by ocornut · 4 days ago
  17. 3fef0d5 Textures: fixed a building issue when ImTextureID is defined as a struct. by ocornut · 4 days ago
  18. 3a45bae Backends: Vulkan: helper for creating a swapchain selects VkSwapchainCreateInfoKHR's compositeAlpha based on cap.supportedCompositeAlpha. (#8784) by ocornut · 5 days ago
  19. 98636f4 Fonts: fixed handling of `ImFontConfig::FontDataOwnedByAtlas = false` which did erroneously make a copy of the font data. (#9086) by ocornut · 6 days ago
  20. 5f82275 Docs: updated 1.91.5 logs for missing info that GetKeyIndex() was removed at this date. by ocornut · 6 days ago