| commit | 1a7526dcd4aa73e9b5fa95244f4308e8ed66229f | [log] [tgz] |
|---|---|---|
| author | ocornut <omarcornut@gmail.com> | Fri Oct 08 15:24:09 2021 +0200 |
| committer | ocornut <omarcornut@gmail.com> | Thu Nov 04 20:48:12 2021 +0100 |
| tree | 1722d68a08a09153d1b49ac6a48358022af2155b | |
| parent | f01a6d3e8fe7de24fe76e33888b50a82d6808ea4 [diff] |
Nav, Tabbing: refactor tabbing system to support clipped items, scrolling, using nav queries. (#4449) Not using counter/modulo anymore and special provisions to handle tab wrapping with ImGuiListClipper. Wrapping may be done better as a next-frame forwarded request. Also one extra step toward #3949 #3985