- 13 Mar, 2024 5 commits
-
-
Rémi Bernon authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 12 Mar, 2024 25 commits
-
-
Piotr Caban authored
There's a race on macOS when sending socket fd with sendmsg. The fd may get broken if it's closed before recvmsg is called.
-
David Gow authored
Add support for NV12 to evr_render(), as otherwise no video is rendered at all in games like Age of Empires II DE. In the process, the evr_copy_sample_buffer() function has been refactored to move the MFCopyImage() call into format-specific code (to better handle multi-planar formats cleanly). Signed-off-by: David Gow <david@ingeniumdigital.com>
-
Hans Leidekker authored
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Andrew Nguyen authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56367
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Marcus Meissner authored
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Brendan McGrath authored
This changes WMCommandW to match WMCommandA.
-
Brendan McGrath authored
-
Brendan McGrath authored
This will display the name of the selected printer on the Print dialog and the default printer on the Print Setup dialog
-
Brendan McGrath authored
This was done in PRINTDLG_ChangePrinterA, but missing from PRINTDLG_ChangePrinterW
-
Brendan McGrath authored
dpiX,dpiY are the default printer values from the GetDeviceCaps calls. This causes the item data to be the same for every option in the combobox. The item data should reflect the selected values.
-
Gabriel Ivăncescu authored
Worse than just no unix integration is that it can actually crash if you parse e.g. "/". Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Zhiyi Zhang authored
-
- 11 Mar, 2024 10 commits
-
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Jacek Caban authored
Clang enables -Wenum-conversion by default anyway, we add it to CFLAGS to enable them on GCC. When explicitly enabled, Clang also enables additional warnings. Some of those warnings, like -Wenum-enum-conversion, are too strict to be practical with win32, so avoid enabling them.
-
Jinoh Kang authored
Since wine commit 401288a7 (make_specfiles: Generate a list of syscalls from the corresponding spec files., 2023-11-16), spec files are used to auto-generate the following files: - dlls/ntdll/ntsyscalls.h (from dlls/ntdll/ntdll.spec) - dlls/win32u/win32syscalls.h (from dlls/win32u/win32u.spec)
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-