- Jan 10, 2025
-
-
Alexandre Julliard authored
Introduced in 5204622e. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57077
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Jan 09, 2025
-
-
Fixes: 50047002
-
Since 895ca2ed, we're not telling Win32 side of the fact the window moved offscreen. This means any SetWindowPos sent afterwards has potential to resync the Window and "put it on screen again", even if such operation has SWP_NOMOVE or SWP_NOSIZE. This causes some fullscreen apps to follow the workspace/desktop instead of remaining offscreen. Fixes a regression introduced by 895ca2ed. Signed-off-by:
Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
This avoids a hang where samples are queued after the thread is exited due to receiving EOS, but the thread is no longer processing samples. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57632 Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
My editor was complaining about this even if bison seems to accept it.
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57566 Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru>
-
Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru>
-
- Jan 08, 2025
-
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57649 Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57570 Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
-
Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru>
-
Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru>
-
-
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56471
-
- Jan 07, 2025
-
-
-
-
-
-
-
-
After the change to move the sync_gl_drawable call outside the win_data mutex in 54d82ed4, the X11 client rect used for determining whether we need to composite/clip the drawable can be out of sync with the win32 side. This results in offscreening when unnecessary and vice-versa.
- Jan 06, 2025
-
-