Clone this repo:
  1. 4b80d40 Backends: Metal: use a dedicated bufferCacheLock to avoid crashing when bufferCache is replaced by a new object while being used for synchronize(). (#9367) by Andy Grundman · 34 hours ago master
  2. ed4dd67 Fixed vertical scrollbar top coordinates when using thick borders on windows with no title bar and no menu bar. (#9366) by ocornut · 19 hours ago
  3. 3cd8683 Fonts: assert when using MergeMode with an explicit size over a target font with an implicit size, as scale factor are likely erroneous. (#9361) by ocornut · 2 days ago
  4. bbd0af7 Multi-Select: Box-Select+Tables: fixed using BeginMultiSelect() before table layout is locked. (#8250) by ocornut · 6 days ago
  5. f83a378 TabBar: changed edge's TabItem ClipRect to not pass an inverted PushClipRect(). by ocornut · 2 days ago
  6. 84b4b35 Fonts: rework UpdateCurrentFontSize() check. (#9364) by Flyinghead · 3 days ago
  7. 2dc64f9 Minor optimization: reduce redudant label scanning in common widgets. by ocornut · 5 days ago
  8. 5da7eb0 DrawList: remove/strip old FixRectCornerFlags() code. by ocornut · 5 days ago
  9. f678c91 Multi-Select: disable MultiSelectAddSetRange() attempt at merging consecutive requests submitted from box-selection. by ocornut · 6 days ago
  10. 6ce4b44 Mulit-Select: Box-Select: fixed an issue using in a table while relying on the TableNextColumn() return value to perform coarse clipping. (#7994) by ocornut · 6 days ago
  11. f08b33f Multi-Select: Box-Select: fixed an issue where items out of horizontal view would sometimes lead to incorrect merging of sequential selection requests. (#7994, #1861, #6518) by ocornut · 6 days ago
  12. b444694 Multi-Select: Box-Select: fixed an issue using ImGuiMultiSelectFlags_BoxSelect2d mode, where items out of view wouldn't be properly selected. (#7994, #1861, #6518) by ocornut · 6 days ago
  13. 24677c5 Multi-Select: Box-Select: add compile-time debug options. (#7994, #1861, #6518) by ocornut · 6 days ago
  14. 01a4ad3 Docs: update legacy TODO list. by ocornut · 6 days ago
  15. f4ed421 InputText: CharFilter callback event sets CursorPos/SelectionStart/SelectionEnd. (#816) by ocornut · 6 days ago
  16. 11de9df Minor optimization: reduce redudant label scanning in common widgets. by ocornut · 6 days ago
  17. c2565fe Update ignore list by ocornut · 6 days ago
  18. 95bd157 Windows: Child windows with only ImGuiChildFlags_AutoResizeY flag keep using the proportional default ItemWidth. (#9355) by ocornut · 6 days ago
  19. dd17495 Detect and report error when calling End() instead of EndPopup() on a popup. (#9351) by ocornut · 7 days ago
  20. 1870a77 Windows: fixed a single-axis auto-resizing feedback loop issue with nested containers and varying scrollbar visibility. (#9352) by ocornut · 7 days ago