- Mar 08, 2024
-
-
Alexandre Julliard authored
-
-
Fix a regression from "bb496ea8 - server: Always queue mouse messages delivered to another window." Fix ETHER VAPOR Remaster (214570) launches to black screen when the cursor is in the game window. The game calls ReleaseCapture() when handling WM_MOUSEMOVE. After bb496ea8, WM_MOUSEMOVE is always queued because the message window is NULL. So ReleaseCapture() ends up queuing another WM_MOUSEMOVE. So the game ends up handling infinite WM_MOUSEMOVE messages at startup and is not able to do anything.
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Fixes a test failure on ARM64EC.
-
Rufus 3.13 Portable requires administrator privileges, and uses a manifest to elevate itself. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51000
-
-
-
This prevents log spam in one game.
-
- Mar 07, 2024
-
-
-
-
-
-
-
-
-
8a71a4a3 caused us to set a different visual but with the correct alpha prior to actually setting it to the systray's visual. In this case, the alpha would match and not set it to the systray's visual. This caused the Ubuntu 23.10.1 default WM to crash. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Fixes: b6128bbb
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Also correctly handling ImageName (the passed image name in SymLoadModule) and LoadedImageName, which is only set when debug info have been loaded (and is always an absolute path, contrary to ImageName which can be relative). Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
-
-
For now min/max/default are all hard-coded to ~10ms.
-
-
-
-