1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Demo: (Refactor) Added new empty sections.. Renamed existing helper functions.

This commit is contained in:
ocornut 2025-03-03 17:38:09 +01:00
parent ce13f6b73e
commit eefd2da0f6
2 changed files with 154 additions and 38 deletions

View file

@ -110,6 +110,7 @@ Other changes:
to allow disabled Item Picker suggestion in user facing builds. (#7961, #7669)
- Misc: Added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursors
(busy/wait/hourglass shape, with or without an arrow cursor).
- Demo: Reorganized "Widgets" section to be alphabetically ordered and split in more functions.
- Demo: Combos: demonstrate a very simple way to add a filter to a combo,
by showing the filter inside the combo contents. (#718)
- Backends: GLFW: Fixed clipboard handler assertion when using GLFW <= 3.2.1 compiled