- Sep 19, 2024
-
-
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
-
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)
-
RT2 authored
-
ocornut authored
-
- Sep 16, 2024
-
-
ocornut authored
Backends: Win32: fixed an issue where a viewport destroyed while clicking would hog mouse tracking and temporary lead to incorrect update of HoveredWindow. (#7971) # Conflicts: # backends/imgui_impl_win32.cpp # docs/CHANGELOG.txt
-
ocornut authored
Backends: Win32: fixed an issue where a viewport destroyed while clicking would hog mouse tracking and temporary lead to incorrect update of HoveredWindow. (#7971)
-
Aaron C Gaudette authored
Backends: WGPU: add IMGUI_IMPL_WEBGPU_BACKEND_DAWN/IMGUI_IMPL_WEBGPU_BACKEND_WGPU to support more targets. (#7977, #7969, #6602, #6188, #7523)
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
InputText: optimization for large text: using memchr() instead of strchr() shaves 0.2 ms on 865k multi-line text case. Approximately 20%. (#7925)
-
ocornut authored
Backends: Win32: fixed direct calls to platform_io.Platform_SetWindowPos()/Platform_SetWindowSize() on windows created by application (typically main viewport).
-
ocornut authored
-
ocornut authored
Misc: Made it accepted to call SetMouseCursor() with any out-of-bound value, as a way to allow hacking in custom cursors if desirable.
-
- Sep 12, 2024
-
-
ocornut authored
-
ocornut authored
MultiSelect+Tables: fixed an issue where box-select would skip items while drag-scrolling in a table with outer borders. (#7970, #7821). See "widgets_multiselect_boxselect_2" test.
-
Yan Pujante authored
+ Backends: GLFW: minor preemptive fix.
-
Yan Pujante authored
Backends: GLFW+Emscripten: use OSX behaviors automatically when using contrib glfw port. (#7965, #7915)
-
RT2 authored
Backends: SDL3: added support for viewport->ParentViewportId field to support parenting windows at OS level. (#7973)
-
David Briscoe authored
-
- Sep 11, 2024
-
-
ocornut authored
-
ocornut authored
InputText: amends: fixed undo-stack reconcile. fixed metrics crash. fixes character filtering. (#7925) Refer to imgui_test_suite for tests.
-
ocornut authored
+ replace IMSTB_TEXTEDIT_GETPREVCHARINDEX code with ImTextFindPreviousUtf8Codepoint().
-
ocornut authored
InputText: amends: add note about STB_TEXTEDIT_GETCHAR. tweak InputTextCalcTextSize() to use similar debug-friendly logic as ImFont:CalcTextSizeA(). misc small tidying up. (#7925)
-
ocornut authored
It seems sensible to push this change in stb_textedit repo eventually.
-
ocornut authored
-
alektron authored
WIP (requires subsequent commits for fixes)
-
- Sep 10, 2024
-
-
ocornut authored
# Conflicts: # backends/imgui_impl_sdl2.cpp
-
ocornut authored
Also #74, #96, #480, #501, #647, #654, #719, #843, #894, #1057, #1173, #1390, #1414, #1556, #1768, #2041, #2116, #2330, #2475, #2562, #2667, #2807, #2885, #3102, #3375, #3526, #3964, #4008, #4070, #4158, #4172, #4199, #4375, #4395, #4471, #4548, #4612, #4631, #4657, #4796, #5210, #5303, #5360, #5393, #5533, #5692, #5707, #5729, #5773, #5787, #5884, #6046, #6093, #6186, #6223, #6364, #6387, #6567, #6692, #6724, #6939, #6984, #7246, #7270, #7375, #7421, #7434, #7472, #7581, #7724, #7926, #7937 and probably more.. Tagging to increase visibility!
-