- 17 Jan, 2024 18 commits
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=55491
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
They are constantly failing on Gitlab, and may be caused various race conditions around window focus, both in Wine and in Fvwm. It would be nice to fix them but it's been going for many years now and unlikely to be the case soon.
-
Zebediah Figura authored
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56119
-
Zebediah Figura authored
-
Eric Pouech authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56168Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Rémi Bernon authored
This will now fail on older, unsupported versions, but the test_monochrome_icon test would be pointless otherwise.
-
Rémi Bernon authored
They most of the time let any result pass and defeat the purpose of the test.
-
Nikolay Sivov authored
-
- 16 Jan, 2024 1 commit
-
-
Alexandre Julliard authored
-
- 15 Jan, 2024 3 commits
-
-
Rémi Bernon authored
To avoid jobs with different compilers overwriting each other.
-
Rémi Bernon authored
Partially reverts commit 67f2da2a which broke ccache cache as the job configurations were overriding the default cache configuration from .wine-build instead of extending it.
-
Rémi Bernon authored
Fixes the test name passed to winetest.exe which is otherwise split into a character array when there's a single line in the winetest.args file, and then causes it to miss the test and always return success.
-
- 12 Jan, 2024 4 commits
-
-
Alexandre Julliard authored
-
Bernhard Übelacker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55467
-
Elizabeth Figura authored
I don't know for sure that this is why iris (or nvidia) performs badly, but it seems perfectly plausible, and I don't think we lose anything by letting the driver allocate here. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54223
-
Elizabeth Figura authored
This is normal and expected, and only a concern for performance. Avoid polluting warn+d3d logs.
-
- 11 Jan, 2024 3 commits
-
-
Gabriel Ivăncescu authored
It's simpler to just use the same sequence as normal fullscreen windows and avoid headaches with virtual desktops. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56149Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Rémi Bernon authored
-
Hans Leidekker authored
-
- 10 Jan, 2024 8 commits
-
-
Rémi Bernon authored
Avoids conflicts with the dinput tests somehow. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52962
-
Hans Leidekker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55784
-
Akihiro Sagawa authored
Fixes regression introduced by 215a32d6. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56070
-
Akihiro Sagawa authored
-
Akihiro Sagawa authored
-
Akihiro Sagawa authored
-
Akihiro Sagawa authored
-
Enol Puente authored
-
- 09 Jan, 2024 3 commits
-
-
Gabriel Ivăncescu authored
To make sure the hints are set up properly first. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56149Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Same workaround as used in is_window_resizable, except it's on a different code path. This also affects other WMs (e.g. Kwin, compiz). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56149Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
This reverts commit 790133e9. It was incorrect, sorry about that. The issue was weirder in a different place (MWM_FUNC_RESIZE not set before setting fullscreen). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56149
-