- 21 Dec, 2022 12 commits
-
-
Eric Pouech authored
We get conhost.exe:tty failures on testbot: - not for version prior to w1064v1909 (these tests require pseudo-consoles, which are not implemented in these Windows version). - for w1064v1909 - not for W10 versions after w1064v1909. So, we assume that pseudo-console support is immature in this Windows version: skip all the remaining test at the first discrepancy point. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53465Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Zebediah Figura authored
Instead of uploading all currently bound textures. Besides being redundant, this would generate mipmaps for an uninitialized texture, and subsequently trying to render from nonzero mipmap levels would yield uninitialized data. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54170
-
Zebediah Figura authored
-
Paul Gofman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54049
-
Jacek Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53101
-
Jacek Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53680
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Ziqing Hui authored
-
- 20 Dec, 2022 19 commits
-
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Paul Gofman authored
Fixes a regression introduced by aa8f97e8. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54184
-
Paul Gofman authored
-
Gerald Pfeifer authored
udev_add_device declares a variable (product) even when it is not used on all platforms. Use the same condition for the declaration that already guards the code.
-
Gerald Pfeifer authored
init_argv0_dir has conditional code for different operating systems. In case of FreeBSD a variable remains uninitialized in the error case, yet is then used. Fix that by handling the error case.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
It can be activated without moving.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53980
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Eric Pouech authored
They will be reinterpreted by Unix tty, leading to wrong display. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
WriteConsole (not in processed mode) and WriteConsoleOutput* functions allow to write control characters, which can then be read back as is. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Jacek Caban authored
-
Jacek Caban authored
Based on user32 WINPROC_CallProcWtoA. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53744
-
- 19 Dec, 2022 9 commits
-
-
Paul Gofman authored
Fixes a regression introduced by cbfe940a.
-
Alexandre Julliard authored
They fail on the Gitlab CI.
-
Alexandre Julliard authored
It fails on the Gitlab CI.
-
Alexandre Julliard authored
It fails on the Gitlab CI.
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53595
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-