- 18 Jan, 2024 23 commits
-
-
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 17 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
-
Rémi Bernon authored
Using a new WINE_IME_POST_UPDATE NtUserMessageCall call for the drivers.
-
Rémi Bernon authored
-
Bernhard Übelacker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56135
-
Bernhard Übelacker authored
-
Alexandre Julliard authored
-
Brendan Shanks authored
-
Dmitry Timoshkov authored
SQL Native Client ODBC driver fails to load if GetProcAddress("NtCompareTokens") returns NULL, however it never calls it. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Nikolay Sivov authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53810Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Sven Baars authored
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54613
-
Sven Baars authored
-
David Kahurani authored
A temporary variable is used here to assist with assignment but this does not conform to the coding style in the rest of gdiplus and introduces an unnecessary variable. Signed-off-by: David Kahurani <k.kahurani@gmail.com>
-
Zhiyi Zhang authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-