Alexandre Julliard pushed to branch master at wine / wine
Commits:
bb18d962 by Alexandre Julliard at 2025-10-01T12:54:21+02:00
makedep: Don't add a trailing slash to installation directories.
- - - - -
de49bcfb by Alexandre Julliard at 2025-10-01T13:07:49+02:00
makedep: Add a helper to install a data file.
- - - - -
3229d9a6 by Alexandre Julliard at 2025-10-01T13:07:49+02:00
makedep: Add a helper to install a data file from the source dir.
- - - - -
0b6b75f0 by Alexandre Julliard at 2025-10-01T13:07:49+02:00
makedep: Add a helper to install a header file.
- - - - -
81ee7feb by Alexandre Julliard at 2025-10-01T13:07:49+02:00
makedep: Add a helper to install a program.
- - - - -
d3c88a66 by Alexandre Julliard at 2025-10-01T13:07:49+02:00
makedep: Add a helper to install a script.
- - - - -
0d100513 by Alexandre Julliard at 2025-10-01T13:07:49+02:00
makedep: Add a helper to install a tool.
- - - - -
04d8f1e9 by Alexandre Julliard at 2025-10-01T13:07:49+02:00
makedep: Add a helper to install a symlink.
- - - - -
57413759 by Alexandre Julliard at 2025-10-01T18:05:38+02:00
makedep: Build the install destination string in the common helper.
- - - - -
1 changed file:
- tools/makedep.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/696270ebc8919d4e19130636fea03…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/696270ebc8919d4e19130636fea03…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7d5d8b2c by Elizabeth Figura at 2025-10-01T11:04:06+02:00
ddraw/tests: Do not validate that vidmem D32 is not supported.
Windows 98 NVidia and ATI drivers seem to support this.
- - - - -
9fc3862d by Elizabeth Figura at 2025-10-01T11:04:08+02:00
ddraw/tests: Fix test_caps() on Windows 98.
Tested with an ATI Rage 128 and a NVidia GeForce 2 MX under Windows 98.
This fixes a number of failures:
* DirectDraw drivers on Windows 98 sometimes support some flags listed under
caps_never, namely ALPHA, SYSTEMMEMORY, VISIBLE, HWCODEC, MODEX,
STANDARDVGAMODE.
* DirectDraw drivers on Windows 98 sometimes lack some flags listed under
caps_hal, namely COMPLEX, FRONTBUFFER, LOCALVIDMEM and NONLOCALVIDMEM.
* SYSTEMMEMORY and OVERLAY are additionally both supported on both the ATI and
NVidia cards on Windows 98, but not WARP. Conversely, WARP supports COMPLEX
and OWNDC, which neither the ATI or NVIDIA cards do. I haven't gone to the
trouble of marking these flags as WARP-specific, however.
* HEL caps are uniform across drivers, including WARP. Since the HEL is a
Microsoft component this is not particularly surprising. Accordingly those
tests are tightened to check for an exact match, and the caps_hal and
caps_always flags are combined and simplified.
* Current WARP seems to have fixed divergence in behaviour between 32-bit and
64-bit ddraw.
- - - - -
211bc1ce by Elizabeth Figura at 2025-10-01T11:04:12+02:00
ddraw/tests: Test dwZBufferBitDepths.
- - - - -
696270eb by Elizabeth Figura at 2025-10-01T11:04:12+02:00
ddraw: Fill dwZBufferBitDepths.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=27002
- - - - -
6 changed files:
- dlls/ddraw/ddraw.c
- dlls/ddraw/tests/ddraw1.c
- dlls/ddraw/tests/ddraw2.c
- dlls/ddraw/tests/ddraw4.c
- dlls/ddraw/tests/ddraw7.c
- dlls/wined3d/utils.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2acf5d8568026715101d4509bbe0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2acf5d8568026715101d4509bbe0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
41dc3bb8 by Elizabeth Figura at 2025-10-01T11:03:54+02:00
winebth.sys: Silently pass down IRP_MN_QUERY_ID to the PDO.
As FDOs are expected to do. This simply removes the FIXME.
- - - - -
2e8ea942 by Elizabeth Figura at 2025-10-01T11:03:55+02:00
winebus.sys: Silently pass down IRP_MN_QUERY_ID to the PDO.
As FDOs are expected to do. This simply removes the FIXME.
- - - - -
9333feca by Elizabeth Figura at 2025-10-01T11:03:57+02:00
wineusb.sys: Silently pass down IRP_MN_QUERY_ID to the PDO.
As FDOs are expected to do. This simply removes the FIXME.
- - - - -
b2acf5d8 by Elizabeth Figura at 2025-10-01T11:03:58+02:00
ntoskrnl.exe: Create keys for devices in HKEY_DYN_DATA\Config Manager\Enum.
And populate their HardWareKey values. This emulates Windows 9x architecture.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=7115
- - - - -
5 changed files:
- dlls/ntoskrnl.exe/ntoskrnl_private.h
- dlls/ntoskrnl.exe/pnp.c
- dlls/winebth.sys/winebth.c
- dlls/winebus.sys/main.c
- dlls/wineusb.sys/wineusb.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3c97358fb00fa715c1b9ad183d553…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3c97358fb00fa715c1b9ad183d553…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
78a888cd by Elizabeth Figura at 2025-10-01T15:44:21-05:00
user32-FlashWindowEx: Remove patch.
This was fixed upstream by d4b2865eb7f2612e52b3fee6ae121e59c2d28296.
Although some parts of the patch still apply and are orthogonal to the change, tests show they're not correct either.
- - - - -
2 changed files:
- − patches/user32-FlashWindowEx/0001-user32-Improve-FlashWindowEx-message-and-return-valu.patch
- − patches/user32-FlashWindowEx/definition
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/78a888cd3de38beb0aff49…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/78a888cd3de38beb0aff49…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
1f7871a7 by Elizabeth Figura at 2025-09-30T20:10:45-05:00
user32-ListBox_Size: Remove patch set.
Upstreamed by 57791a5b1a5429a31711f4cd746846d8fee4b798; omitted from the last rebase.
- - - - -
2 changed files:
- − patches/user32-ListBox_Size/0001-user32-Fix-calculation-of-listbox-size-when-horizont.patch
- − patches/user32-ListBox_Size/definition
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/1f7871a75ce9fba133dcb0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/1f7871a75ce9fba133dcb0…
You're receiving this email because of your account on gitlab.winehq.org.