- Dec 21, 2022
-
-
Alexandre Julliard authored
-
The check was dropped in e392e0ac, leaving the dwFlags variable unused.
-
-
This reverts commit 4608e1e1. The ASF Reader filter suffers from defects which are difficult to solve, and will require a better implementation of wmvcore in order to work correctly. In the meantime, revert the class registration so that the File Source filter is preferred instead. This will break games that tried to use the filter directly and which may have started to work correctly, but they are less frequent than the ones simply playing wmv videos with quartz. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53640 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53748 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54191
-
This reapplies the change from 67d0038e that was reverted in 06b19322, causing a regression. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53785
-
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=53465 Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
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
-
-
-
-
-
-
-
-
- Dec 20, 2022
-
-
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Fixes a regression introduced by aa8f97e8. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54184
-
-
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.
-
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.
-
-
-
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
-
-
-
-
They will be reinterpreted by Unix tty, leading to wrong display. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
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>
-
-
Based on user32 WINPROC_CallProcWtoA. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53744
-
- Dec 19, 2022
-
-
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.
-