ocornut
|
6972b6c380
Merge branch 'master' into docking
|
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
|
9ab0b66f50
Backends: fixed comment to state that ImGuiViewport::PlaformHandle is used to store SDL's WindowID, not SDL_Window*. (#7853)
|
5 月之前 |
Marius PvW
|
3064e6d10c
Viewports + Backends: Win32: Fixed setting title bar text when application is compiled without UNICODE. (#7979, #5725)
|
5 月之前 |
ocornut
|
6acdce78d1
Backends: Win32: use UnregisterClassW() for matching consistency. (#8423, #7979)
|
5 月之前 |
ocornut
|
773060155f
Merge branch 'master' into docking
|
5 月之前 |
David Maas
|
ea59440662
Backends: Win32: WM_SETTINGCHANGE's SPI_SETWORKAREA message also triggers a refresh of monitor list. (#8415)
|
5 月之前 |
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 月之前 |
ocornut
|
8679cfa2d8
Merge branch 'master' into docking
|
5 月之前 |
fdsa
|
4f1d3809c3
Fixed tabs and spaces (#8377)
|
5 月之前 |
ocornut
|
d80347613a
Merge branch 'master' into docking
|
5 月之前 |
ocornut
|
960a6f14bf
Merge branch 'master' into docking
|
6 月之前 |
ocornut
|
a9cd0f5e42
Merge branch 'master' into docking
|
7 月之前 |
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
|
dad1047b04
Backends: Win32: Fixed a crash when multiple processes are running with multi-viewports, caused by misusage of GetProp(). (#8162, #8069)
|
8 月之前 |
ocornut
|
83660e37e3
Merge branch 'master' into docking
|
8 月之前 |
ocornut
|
6f287dd16d
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
8 月之前 |
ocornut
|
ee1deccc08
Backends: Win32 + Viewports: remove current context change from ImGui_ImplWin32_WndProcHandler_PlatformWindow().
|
9 月之前 |
ocornut
|
9d6ec825cb
Merge branch 'master' into docking
|
9 月之前 |
ocornut
|
3b8c7d0326
Backends: Win32: rework to add ImGui_ImplWin32_WndProcHandlerEx() not using current context (experimental). (#8069, #6293, #5856, #586)
|
9 月之前 |
ocornut
|
fedf45c77e
Backends: Win32 + Viewports: tweak ImGui_ImplWin32_WndProcHandler_PlatformWindow() to be easier to rework in a parallal friendly way. (#8069)
|
9 月之前 |
ocornut
|
d67e2eea1a
Backends: Win32: internal rename.
|
9 月之前 |
ocornut
|
942b64abfc
Merge branch 'master' into docking
|
9 月之前 |
ocornut
|
a908d73c16
Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997)
|
9 月之前 |
ocornut
|
514a97a9b7
Merge branch 'master' into docking
|
9 月之前 |
ocornut
|
d885fe4dd0
(Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (#2517, #2009)
|
9 月之前 |
ocornut
|
22503bfe75
Backends: changed all backends to allow enabling ImGuiConfigFlags_ViewportsEnable after initialization. (#5371)
|
9 月之前 |
ocornut
|
3293ef8bbc
Backends: Win32: Use ResisterClassW()/CreateWindowExW() for secondary viewports. (#7979, #5725)
|
10 月之前 |