- 15 Dec, 2023 8 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55962
-
Alexandre Julliard authored
This reverts commit 43e5f9e4. The proper fix is more complicated. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55962
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55655
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55578
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55667
-
Jactry Zeng authored
-
- 14 Dec, 2023 8 commits
-
-
Alexandros Frantzis authored
If the foreground window is fullscreen on the whole virtual screen, allow the pointer to be locked (if the cursor is hidden), even if we don't have an explicit fullscreen clip. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56022
-
Biswapriyo Nath authored
-
Sven Baars authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55288
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54402
-
Alexandre Julliard authored
To avoid triggering more pointer-truncation bugs in applications.
-
Alexandre Julliard authored
Based on a patch by Rémi Bernon.
-
Alexandre Julliard authored
Based on a patch by Rémi Bernon.
-
Bernhard Übelacker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56006
-
- 13 Dec, 2023 4 commits
-
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55774
-
Sven Baars authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55288
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56015
-
Hans Leidekker authored
It depends on DNS configuration. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54847
-
- 12 Dec, 2023 6 commits
-
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55638
-
Akihiro Sagawa authored
-
Alexandros Frantzis authored
When updating the foreground window, even if both the old and new active window belong to the same non-current thread, the win32u code currently explicitly deactivates the old window. This will cause the transient deactivation of the foreground thread which can lead to undesirable side-effects (e.g., some apps may minimize when they become inactive). Until this is fixed in Wine core, use an internal driver message to ensure that we call NtUserSetForegroundWindow from the context of the new foreground window thread, to avoid the problematic behavior.
-
Hans Lehnert authored
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54361
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53845
-
- 11 Dec, 2023 13 commits
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Latest MSVC version use this. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Latest versions of MSVC use this. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55993
-
Fabian Maurer authored
This fixes a regression by 69d81540 Originally this used GdipAlloc (calloc)
-
Akihiro Sagawa authored
Fixes a regression from 1d337249. Prior to the commit, we were solving this case in a different way. If IDropTarget::DragOver() returned DROPEFFECT_NONE, X11DRV_XDND_DROPEFFECTToXdndAction() would convert it to XdndActionCopy. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55179
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexandros Frantzis authored
The is_window_managed function may acquire the (non-recursive) win_data lock internally (is_window_managed->has_owned_popups->is_managed), so do not call it with the win_data lock held. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55995
-
Floris Renaud authored
-
Bartosz Kosiorek authored
-
- 09 Dec, 2023 1 commit
-
-
Aurimas Fišeras authored
-