- Oct 04, 2024
-
- Oct 03, 2024
- 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
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)
-
Mark Sibly authored
-
- Sep 20, 2024
- Sep 19, 2024
-
-
ocornut authored
-
ocornut authored
-
ocornut authored
Backends: make ImGui_ImplSDL2_KeyEventToImGuiKey(), ImGui_ImplSDL3_KeyEventToImGuiKey(), ImGui_ImplGlfw_KeyToImGuiKey(), ImGui_ImplWin32_KeyEventToImGuiKey(), ImGui_ImplAllegro5_KeyCodeToImGuiKey(), ImGui_ImplOSX_KeyCodeToImGuiKey(), non-static. (#7997) Backends: Win32: Refactor ImGui_ImplWin32_KeyEventToImGuiKey() logic. Ref #7672
-
- Sep 17, 2024
-
-
ocornut authored
Inputs: SetNextItemShortcut() with ImGuiInputFlags_Tooltip doesn't show tooltip when item is active.
-
ocornut authored
Windows: fixed an issue where double-click to collapse could be triggered even while another item is active. (#7841, #7369)
-
ocornut authored
-
ocornut authored
Tables: using table->InnerClipRect more consistently. Fixes an assertion with tables with borders when clipped by parent. (#6765, #3752, #7428)
-
ocornut authored