- 2dc64f9 Minor optimization: reduce redudant label scanning in common widgets. by ocornut · 24 hours ago master
- 5da7eb0 DrawList: remove/strip old FixRectCornerFlags() code. by ocornut · 25 hours ago
- f678c91 Multi-Select: disable MultiSelectAddSetRange() attempt at merging consecutive requests submitted from box-selection. by ocornut · 2 days ago
- 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
- 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
- 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
- 24677c5 Multi-Select: Box-Select: add compile-time debug options. (#7994, #1861, #6518) by ocornut · 2 days ago
- 01a4ad3 Docs: update legacy TODO list. by ocornut · 2 days ago
- f4ed421 InputText: CharFilter callback event sets CursorPos/SelectionStart/SelectionEnd. (#816) by ocornut · 2 days ago
- 11de9df Minor optimization: reduce redudant label scanning in common widgets. by ocornut · 2 days ago
- c2565fe Update ignore list by ocornut · 2 days ago
- 95bd157 Windows: Child windows with only ImGuiChildFlags_AutoResizeY flag keep using the proportional default ItemWidth. (#9355) by ocornut · 2 days ago
- dd17495 Detect and report error when calling End() instead of EndPopup() on a popup. (#9351) by ocornut · 3 days ago
- 1870a77 Windows: fixed a single-axis auto-resizing feedback loop issue with nested containers and varying scrollbar visibility. (#9352) by ocornut · 3 days ago
- a9bd173 Windows: shallow renames (should be no-op). by ocornut · 3 days ago
- bccec3e Tables: fixed IdealMaxPos.y/CursorMaxPos.y computation being wrong when vertically scrolling. (#9352, #7651) by ocornut · 3 days ago
- d946c69 InputText: fixed a crash toggling ReadOnly flag while active. (#9354) by ocornut · 3 days ago
- 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
- c0e6580 Reword code in CalcWindowAutoFitSize() to match the order used in size_desired calculation. by ocornut · 3 days ago
- 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