- 10 Nov, 2022 11 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Etaash Mathamsetty authored
-
Santino Mazza authored
-
Santino Mazza authored
-
Arkadiusz Hiler authored
-
Eric Pouech authored
This allows: - to mimic native behavior when a stray '\0' is present in file (in 'FOR /F' execution, it's interpreted as an EOF marker) (prevents an infinite loop) - supports (with /USEBACKQ) unicode output (if BOM is present) Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53386
-
Brendan Shanks authored
-
Alex Henrie authored
The big win here is getting rid of the reimplementation of wcsdup.
-
- 09 Nov, 2022 29 commits
-
-
Tim Clem authored
AllocationBase + RegionSize should not exceed the highest WoW user address.
-
Tim Clem authored
-
Tim Clem authored
BaseAddress + RegionSize should not exceed the highest WoW user address.
-
Martin Storsjö authored
This fixes a regression since 4069a8b3. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Torge Matthies authored
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
Regardless of whether WINED3D_MAP_NO_DIRTY_UPDATE is specified. Dirty rects are independent of resource location management.
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53798
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Zhiyi Zhang authored
Using NtUserSetWindowLong() truncates 64bit dialog procedure pointers to 32bit. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53631
-
Zebediah Figura authored
Fixes: a2c03e23
-
Zebediah Figura authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexandre Julliard authored
It's not part of Windows, so applications have to ship the native version anyway.
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
This silences compiler warnings on gcc 12.
-
Rémi Bernon authored
-