- Jun 06, 2024
-
-
ocornut authored
# Conflicts: # imgui.cpp
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
InputScalar, InputInt, InputFloat: added ImGuiInputTextFlags_ParseEmptyRefVal, ImGuiInputTextFlags_DisplayEmptyRefVal. (#7305)
-
ocornut authored
Internals: avoid using bitfields in ImGuiNextItemData as it leads to extraneous packing. rename ImGuiDataTypeTempStorage to ImGuiDataTypeStorage. moved DataType section above Widgets.
-
- Jun 05, 2024
-
-
ocornut authored
Modals, Popups: fixed an issue preventing to close a popup opened over a modal by clicking over void. (#7654)
-
Kenneth Rapp authored
-
jungnitz authored
-
- Jun 04, 2024
-
-
korenkonder authored
Amend 85513de2
-
- Jun 03, 2024
- Jun 01, 2024
-
-
SleekZ authored
-
- May 31, 2024
-
-
ocornut authored
-
ocornut authored
-
Cyao authored
-
ocornut authored
Disabled: nested tooltips or other non-child window within a BeginDisabled() block disable the disabled state. (#211, #7640)
-
Rodrigo Rivas Costa authored
-
- May 29, 2024
- May 28, 2024
-
-
ocornut authored
Wasn't as trivial before supporting IncludeItemByIndex().
-
ocornut authored
Misc: made ImGuiDir, ImGuiSortDirection, ImGuiMouseCursor stronger-typed enums + cater for possible warning in backends's switch() Not making ImGuiMouseCursor one because of warnings for non-explicitly handled value (case default: is not enough).
-
ocornut authored
# Conflicts: # imgui.cpp # imgui.h # imgui_internal.h
-
ocornut authored
-
ocornut authored
Windows: Fixed altering FramePadding mid-frame not correctly affecting logic responsible for honoring io.ConfigWindowsMoveFromTitleBarOnly. (#7576, #899) Latching TitleBarHeight, MenuBarHeight in window.
-
ocornut authored
-
ocornut authored
Tidying up todo.txt
-
- May 27, 2024
- May 25, 2024
-
-
Christian Fillion authored
-
- May 24, 2024
-