|
|
@ -56,6 +56,8 @@ Other changes: |
|
|
|
- Nav: Tabbing always enable nav highlight when ImGuiConfigFlags_NavEnableKeyboard is set. |
|
|
|
- Nav: Tabbing always enable nav highlight when ImGuiConfigFlags_NavEnableKeyboard is set. |
|
|
|
Previously was inconsistent and only enabled when stepping through a non-input item. |
|
|
|
Previously was inconsistent and only enabled when stepping through a non-input item. |
|
|
|
(#6802, #3092, #5759, #787) |
|
|
|
(#6802, #3092, #5759, #787) |
|
|
|
|
|
|
|
- Tables: Request user to submit contents when outer host-window is requesting auto-resize, |
|
|
|
|
|
|
|
so a scrolling table can contribute to initial window size. (#6510) |
|
|
|
- Tables: Fixed subtle drawing overlap between borders in some situations. |
|
|
|
- Tables: Fixed subtle drawing overlap between borders in some situations. |
|
|
|
- Tables: Fixed bottom-most and right-most outer border offset by one. (#6765, #3752) [@v-ein] |
|
|
|
- Tables: Fixed bottom-most and right-most outer border offset by one. (#6765, #3752) [@v-ein] |
|
|
|
- Tables: Fixed top-most outer border being drawn with both TableBorderLight and TableBorderStrong |
|
|
|
- Tables: Fixed top-most outer border being drawn with both TableBorderLight and TableBorderStrong |
|
|
|