|
@@ -336,6 +336,9 @@ Other changes:
|
|
- TreeNode: fixed incorrect clipping of arrow/bullet when using ImGuiTreeNodeFlags_SpanAllColumns.
|
|
- TreeNode: fixed incorrect clipping of arrow/bullet when using ImGuiTreeNodeFlags_SpanAllColumns.
|
|
- InputText: fixed cursor positioning issue using up/down keys near end of lines while
|
|
- InputText: fixed cursor positioning issue using up/down keys near end of lines while
|
|
editing non-ASCII text. (Regression from 1.91.2) (#8635, #7925)
|
|
editing non-ASCII text. (Regression from 1.91.2) (#8635, #7925)
|
|
|
|
+- InputText: fixed a buffer overrun that could happen when using dynamically resizing
|
|
|
|
+ buffers (e.g. imgui_stdlib.cpp for std::string, or ImGuiInputTextFlags_CallbackRezize)
|
|
|
|
+ and programmatically making an insertion. (#8689) [@ocornut, @m9710797]
|
|
- Tables: fixed TableHeader() eager vertical clipping of text which may be noticeable
|
|
- Tables: fixed TableHeader() eager vertical clipping of text which may be noticeable
|
|
with FramePadding.y was too small. (#6236)
|
|
with FramePadding.y was too small. (#6236)
|
|
- Tables: fixed an assert when combining Tables, Frozen Rows, Clipper and BeginMultiSelect()
|
|
- Tables: fixed an assert when combining Tables, Frozen Rows, Clipper and BeginMultiSelect()
|