|
@@ -49,6 +49,7 @@ Other changes:
|
|
|
|
|
|
- Tables: Made it possible to use SameLine(0,0) after TableNextColumn() or
|
|
- Tables: Made it possible to use SameLine(0,0) after TableNextColumn() or
|
|
TableSetColumnIndex() in order to reuse line height from previous cell. (#3740)
|
|
TableSetColumnIndex() in order to reuse line height from previous cell. (#3740)
|
|
|
|
+- Tables: Made it possible to change style.CellPadding.y between rows. (#3740)
|
|
- Nav, TreeNode: Pressing Left with ImGuiTreeNodeFlags_NavLeftJumpsBackHere now goes
|
|
- Nav, TreeNode: Pressing Left with ImGuiTreeNodeFlags_NavLeftJumpsBackHere now goes
|
|
through proper navigation logic: honor scrolling and selection. (#1079, #1131)
|
|
through proper navigation logic: honor scrolling and selection. (#1079, #1131)
|
|
- Sliders: Fixed an integer overflow and div-by-zero in SliderInt() when
|
|
- Sliders: Fixed an integer overflow and div-by-zero in SliderInt() when
|
|
@@ -78,7 +79,9 @@ Other changes:
|
|
- Debug Tools: Metrics: Fixed "Drawlists" section and per-viewport equivalent
|
|
- Debug Tools: Metrics: Fixed "Drawlists" section and per-viewport equivalent
|
|
appearing empty (regression in 1.89.8).
|
|
appearing empty (regression in 1.89.8).
|
|
- Demo: Reorganized "Examples" menu.
|
|
- Demo: Reorganized "Examples" menu.
|
|
-- Demo: Demonstrate out-of-order rendering using ImDrawListSplitter.
|
|
|
|
|
|
+- Demo: Tables: Demonstrate using SameLine() between cells. (#3740)
|
|
|
|
+- Demo: Tables: Demonstrate altering CellPadding.y between rows. (#3740)
|
|
|
|
+- Demo: Custom Rendering: Demonstrate out-of-order rendering using ImDrawListSplitter.
|
|
- Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther()/ImGui_ImplSDL3_InitForOther()
|
|
- Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther()/ImGui_ImplSDL3_InitForOther()
|
|
for consistency (matching GLFW backend) and as most initialization paths don't actually
|
|
for consistency (matching GLFW backend) and as most initialization paths don't actually
|
|
need to care about rendering backend.
|
|
need to care about rendering backend.
|