- 18 Jan, 2024 36 commits
-
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Zhiyi Zhang authored
This test show that WM_SETCURSOR gets handled recursively, so in process_mouse_message(), accept_hardware_message() can be called after sending WM_SETCURSOR and no changes are needed there.
-
Zhiyi Zhang authored
Previously, accept_hardware_message() is called after WH_CBT HCBT_CLICKSKIPPED hooks. So when these hooks call PeekMessage(), they will be called recursively. Note that WH_MOUSE hooks do get called recursively according to tests.
-
Zhiyi Zhang authored
Previously, accept_hardware_message() is called after WH_KEYBOARD and WH_CBT HCBT_KEYSKIPPED hooks. So when PeekMessage() gets called in WH_KEYBOARD and WH_CBT HCBT_KEYSKIPPED hooks, the hooks will be called recursively because the message is still in the server message queue. Fix Toad for Oracle F3 find next function not working properly because its WH_KEYBOARD hook gets called too many times.
-
Zhiyi Zhang authored
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56062
-
Alex Henrie authored
-
Jinoh Kang authored
-
Jinoh Kang authored
This is required for testing EH behavior on alignment check (#AC) exceptions.
-
Bernhard Übelacker authored
A handle created with just PROCESS_QUERY_LIMITED_INFORMATION should allow VirtualQueryEx / APC_VIRTUAL_QUERY. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56093
-
Zhiyi Zhang authored
When len is 256, (ARRAY_SIZE(title) - len) is 0. When LoadStringW() is called with the last parameter being zero, a WCHAR string pointer is stored at 'title + 256', writing title out of bounds.
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56055
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56054
-
Haidong Yu authored
Signed-off-by: Haidong Yu <yuhaidong@uniontech.com>
-
Alex Henrie authored
-
Bartosz Kosiorek authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55945
-
Bartosz Kosiorek authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
And use SDL otherwise in priority over evdev for abstracted HID device implementation.
-
Rémi Bernon authored
-
- 17 Jan, 2024 4 commits
-
-
Brendan Shanks authored
-
Rémi Bernon authored
-
Rémi Bernon authored
And support updates pushed from the host IME directly.
-
Rémi Bernon authored
-