- 11 Oct, 2023 14 commits
-
-
Arkadiusz Hiler authored
We have no means of stopping the thread from DllMain on DLL_PROCESS_DETACH without having a race condition - waiting on the thread itself is not an option due to the loader lock. The best we can do is just never unload the DLL as long as the thread is active which is forever. This fixes crashes in Mighty Switch Force! Collection while controllers are unplugged - the game loads and frees xinput in a loop.
-
Piotr Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55718
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Daniel Lehman authored
-
Daniel Lehman authored
-
Alexandre Julliard authored
-
Brendan Shanks authored
-
Brendan Shanks authored
-
- 10 Oct, 2023 26 commits
-
-
Alex Henrie authored
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
uiautomationcore: Use EVENT_OBJECT_FOCUS to advise HWND providers of focus change events in the COM API. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
uiautomationcore: Query EVENT_OBJECT_FOCUS HWND for a serverside provider if there is a registered focus change event handler. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
uiautomationcore/tests: Add tests for IUIAutomationFocusChangedEventHandler event advisement behavior. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Zebediah Figura authored
-
Zebediah Figura authored
Try to do it in one place instead of two.
-
Zebediah Figura authored
NO3D implies SYSTEMMEMORY, and is incompatible with TEXTUREMANAGE, so this case is unreachable.
-
Nikolay Sivov authored
It appears to be a stub on modern systems. Does not generate EMF output either. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Mohamad Al-Jaf authored
windows.security.credentials.ui.userconsentverifier/tests: Add IUserConsentVerifierStatics::CheckAvailabilityAsync() tests.
-
Mohamad Al-Jaf authored
windows.security.credentials.ui.userconsentverifier: Implement IUserConsentVerifierStatics::CheckAvailabilityAsync(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55709
-
Mohamad Al-Jaf authored
windows.security.credentials.ui.userconsentverifier: Add IUserConsentVerifierStatics stub interface.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Helix Graziani authored
-
Helix Graziani authored
-
Marcus Meissner authored
Signed-off-by: Marcus Meissner <marcus@jet.franken.de>
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-