- Oct 11, 2023
-
-
Michael Stefaniuc authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
-
- Oct 10, 2023
-
-
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
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>
-
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>
-
uiautomationcore/tests: Add tests for IUIAutomationFocusChangedEventHandler event advisement behavior. Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
-
Try to do it in one place instead of two.
-
NO3D implies SYSTEMMEMORY, and is incompatible with TEXTUREMANAGE, so this case is unreachable.
-
It appears to be a stub on modern systems. Does not generate EMF output either. Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
windows.security.credentials.ui.userconsentverifier/tests: Add IUserConsentVerifierStatics::CheckAvailabilityAsync() tests.
-
windows.security.credentials.ui.userconsentverifier: Implement IUserConsentVerifierStatics::CheckAvailabilityAsync(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55709
-
windows.security.credentials.ui.userconsentverifier: Add IUserConsentVerifierStatics stub interface.
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
-
Signed-off-by:
Marcus Meissner <marcus@jet.franken.de>
-
-
-
-
-
-
-
-
-
-
-
- Oct 09, 2023
-
-
This fixes a hang in Microsoft Visual C++ 1.52 installation.
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
-
-
-
In clock_change_state() when a clock is running, a timer is removed from clock->timers. The same timer is then used to create an async result, which will eventually calls present_clock_timer_callback_Invoke() and release the same timer. Check if the timer is still in clock->timers before releasing it.
-