Clone this repo:
  1. 2dc64f9 Minor optimization: reduce redudant label scanning in common widgets. by ocornut · 25 hours ago master
  2. 5da7eb0 DrawList: remove/strip old FixRectCornerFlags() code. by ocornut · 26 hours ago
  3. f678c91 Multi-Select: disable MultiSelectAddSetRange() attempt at merging consecutive requests submitted from box-selection. by ocornut · 2 days ago
  4. 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 · 2 days ago
  5. 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 · 2 days ago
  6. 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 · 2 days ago
  7. 24677c5 Multi-Select: Box-Select: add compile-time debug options. (#7994, #1861, #6518) by ocornut · 2 days ago
  8. 01a4ad3 Docs: update legacy TODO list. by ocornut · 2 days ago
  9. f4ed421 InputText: CharFilter callback event sets CursorPos/SelectionStart/SelectionEnd. (#816) by ocornut · 2 days ago
  10. 11de9df Minor optimization: reduce redudant label scanning in common widgets. by ocornut · 2 days ago
  11. c2565fe Update ignore list by ocornut · 2 days ago
  12. 95bd157 Windows: Child windows with only ImGuiChildFlags_AutoResizeY flag keep using the proportional default ItemWidth. (#9355) by ocornut · 2 days ago
  13. dd17495 Detect and report error when calling End() instead of EndPopup() on a popup. (#9351) by ocornut · 3 days ago
  14. 1870a77 Windows: fixed a single-axis auto-resizing feedback loop issue with nested containers and varying scrollbar visibility. (#9352) by ocornut · 3 days ago
  15. a9bd173 Windows: shallow renames (should be no-op). by ocornut · 3 days ago
  16. bccec3e Tables: fixed IdealMaxPos.y/CursorMaxPos.y computation being wrong when vertically scrolling. (#9352, #7651) by ocornut · 3 days ago
  17. d946c69 InputText: fixed a crash toggling ReadOnly flag while active. (#9354) by ocornut · 3 days ago
  18. 4d38508 Tables: fixed an issue reporting ideal size to parent window/container when both scrollbars are visible but only one of ScrollX/ScrollY was explicitly requested. (#9352, #7651) by ocornut · 3 days ago
  19. c0e6580 Reword code in CalcWindowAutoFitSize() to match the order used in size_desired calculation. by ocornut · 3 days ago
  20. 6985925 Clipper, Tables: Improved error reporting when misusing the clipper inside a table + made the assert a better recoverable error. (#9350) by ocornut · 4 days ago