- Oct 04, 2024
-
-
ocornut authored
# Conflicts: # imgui.cpp
-
- Oct 03, 2024
-
-
ocornut authored
-
ocornut authored
Docs: amend docs to explain case of using multiple overlayed ButtonBehavior(). (#8030, #7961, #7669)
-
ocornut authored
Drags, Slider: added ImGuiSliderFlags_ClampOnInput, ImGuiSliderFlags_ClampZeroRange. (#7968, #3361, #76)
-
ocornut authored
-
ocornut authored
-
ocornut authored
# Conflicts: # imgui.cpp
-
ocornut authored
-
ocornut authored
-
- Oct 02, 2024
-
-
ocornut authored
Tooltips, Drag and Drop: Fixed an issue where the fallback drag and drop payload tooltip appeared during drag and drop release. E.g. it would otherwise appear when releasing a color button payload.
-
- Sep 30, 2024
- Sep 28, 2024
-
-
ocornut authored
-
- Sep 27, 2024
-
-
ocornut authored
-
ocornut authored
-
ocornut authored
# Conflicts: # imgui.cpp # imgui_internal.h
-
ocornut authored
-
ocornut authored
Setup a couple of features to configure them, including ways to display error tooltips instead of assserting.
-
ocornut authored
Error Handling: replaced log callback in recovery functions with calls to IM_ASSERT_USER_ERROR(). (#1651, #5654) This commit is not meant to be functional as-is (it will break test engine recovery). This is mostly to reduce/remove noise from upcoming commits.
-
ocornut authored
Error Handling: rewired asserts in PopID(), PopFont(), PopItemFlag(), EndDisabled(), PopTextWrapPos(), PopFocusScope(), PopItemWidth() to use IM_ASSERT_USER_ERROR(). (#1651, #5654)
-
ocornut authored
Error Handling, Debug Log: added IMGUI_DEBUG_LOG_ERROR() with special handling. (#5855, #1651, #5654)
-
ocornut authored
Internals: NewFrame: move the window reset loop higher up, namely before UpdateHoveredWindowAndCaptureFlags() -> FindHoveredWindowEx(). This allows using FindHoveredWindowEx() from anywhere in the frame.
-
- Sep 26, 2024
-
-
ocornut authored
Windows: BeginChild(): made it possible to call SetNextWindowSize() on a child window using ImGuiChildFlags_ResizeX/ImGuiChildFlags_ResizeY. (#1710, #8020)
-
- Sep 25, 2024
-
-
ocornut authored
Error handling: rework error tooltip logic (will be reused by upcoming feature). (#7961, #7669, #1651) + Comments
-
- Sep 24, 2024
- Sep 23, 2024
-
-
ocornut authored
Error Handling: fixed an issue ErrorCheckEndWindowRecover() when aborting in a child inside a tab bar. (#1651)
-
ocornut authored
-
Mark Sibly authored
-
- Sep 20, 2024
- Sep 19, 2024