ocornut
|
e97e55adbc
Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends.
|
1 月之前 |
ocornut
|
c0dfd65d67
Backends: Win32: Fixed an issue where externally losing mouse capture (due to e.g. focus loss) would fail to claim it again the next subsequent click. (#8594)
|
2 月之前 |
ocornut
|
979c7d76ab
Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508)
|
4 月之前 |
ocornut
|
79bba34c5f
Revert "Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)"
|
4 月之前 |
ocornut
|
557c77e455
Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)
|
4 月之前 |
ocornut
|
a9e53829d2
Backends: Win32, SDL2, SDL3, GLFW: prioritize scancodes instead of translated keycodes when dealing with OEM keys + Added ImGuiKey_Oem102. (#7136, #7201, #7206, #7306, #7670, #7672, #8468)
|
4 月之前 |
ocornut
|
eec097fe35
Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends.
|
5 月之前 |
ocornut
|
8a35386ba7
Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape) + support in SDL2,SDL3,Win32,Allegro5 backends.
|
5 月之前 |
fdsa
|
4f1d3809c3
Fixed tabs and spaces (#8377)
|
5 月之前 |
ocornut
|
43fbd7ce84
Backends: standardized top of file comments.
|
7 月之前 |
ocornut
|
566558b17c
Replacing NULL with nullptr in examples/backends when they creeped back. (#6313, #7071, #4537)
|
7 月之前 |
ocornut
|
6f287dd16d
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
8 月之前 |
ocornut
|
3b8c7d0326
Backends: Win32: rework to add ImGui_ImplWin32_WndProcHandlerEx() not using current context (experimental). (#8069, #6293, #5856, #586)
|
9 月之前 |
ocornut
|
d67e2eea1a
Backends: Win32: internal rename.
|
9 月之前 |
ocornut
|
a908d73c16
Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997)
|
9 月之前 |
ocornut
|
d885fe4dd0
(Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (#2517, #2009)
|
9 月之前 |
ocornut
|
cfae5ac71b
Backends: make ImGui_ImplSDL2_KeyEventToImGuiKey(), ImGui_ImplSDL3_KeyEventToImGuiKey(), ImGui_ImplGlfw_KeyToImGuiKey(), ImGui_ImplWin32_KeyEventToImGuiKey(), ImGui_ImplAllegro5_KeyCodeToImGuiKey(), ImGui_ImplOSX_KeyCodeToImGuiKey(), non-static. (#7997)
|
10 月之前 |
ocornut
|
08b1496b7e
Backends: Win32: fixed an issue where a viewport destroyed while clicking would hog mouse tracking and temporary lead to incorrect update of HoveredWindow. (#7971)
|
10 月之前 |
Aemony
|
9504068f66
Backends: Win32: fixed ImGuiMod_Super being mapped to VK_APPS instead of VK_LWIN||VK_RWIN (#7768, #4858, #2622)
|
1 年之前 |
ocornut
|
c7df9c7121
Backends: Win32: Fixed warning with old MinGW/GCC versions.
|
1 年之前 |
ocornut
|
32f9dfc126
Viewports: Backported 'void* ImGuiViewport::PlatformHandle' from docking branch for use by backends.
|
1 年之前 |
ocornut
|
ac90e1bd5b
Backends: Win32: replace bd != nullptr assert with early out. (#6275)
|
1 年之前 |
ocornut
|
5e23680454
Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568)
|
1 年之前 |
ocornut
|
1ab1af80c7
Backends: Win32: Facepalm revert part of d15574c + additional commentary (#6275)
|
1 年之前 |
ocornut
|
d15574ce2a
Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275)
|
1 年之前 |
ocornut
|
07e8ff9a8d
Backends: Win32: Fixed a warning + moved header cruft below Changelog.
|
1 年之前 |
ocornut
|
001f102f38
IO, Backends: added ImGuiKey_AppBack, ImGuiKey_AppForward. (#6891, #4921)
|
1 年之前 |
ocornut
|
7bbd758681
Backends: Win32: revert oops chunk.
|
1 年之前 |
ocornut
|
b0758c86d8
Backends: Added support for extra ImGuiKey values: F13 to F24 function keys. (#6891, #4921)
|
1 年之前 |
ocornut
|
12ee2dd789
Backends: Win32: Synthesize key-down event on key-up for VK_SNAPSHOT / ImGuiKey_PrintScreen as Windows doesn't emit it. (#6859)
|
1 年之前 |