Alexandre Julliard pushed to branch master at wine / wine
Commits:
f42b00e9 by Brendan Shanks at 2025-07-30T23:09:25+09:00
xinput1_3: Correctly handle a NULL GUID parameter in XInputGetDSoundAudioDeviceGuids().
- - - - -
870860b5 by Brendan Shanks at 2025-07-30T23:09:27+09:00
xinput9_1_0: Implement by dynamically loading and calling xinput1_4.dll.
This matches how the native DLL is implemented, and fixes Steam Input in
games that use xinput9_1_0.
(Steam Input hooks xinput1_{1-4} but not 9_1_0, so relies on 9_1_0
calling into 1_4).
- - - - -
4 changed files:
- dlls/xinput1_3/main.c
- dlls/xinput1_3/tests/xinput.c
- dlls/xinput9_1_0/Makefile.in
- + dlls/xinput9_1_0/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/00f6c0460b65807bfc4dcc117a019…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/00f6c0460b65807bfc4dcc117a019…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f6422cf2 by Brendan McGrath at 2025-07-29T21:48:33+09:00
mf/tests: Test H264 decoder when duration and time are zero.
- - - - -
5537c5ae by Brendan McGrath at 2025-07-29T21:48:33+09:00
mf/tests: Test WMV decoder when duration and time are zero.
- - - - -
00f6c046 by Brendan McGrath at 2025-07-29T21:48:33+09:00
winegstreamer: Correct duration if provided value is zero.
The same behaviour occurs when duration is not provided.
- - - - -
2 changed files:
- dlls/mf/tests/transform.c
- dlls/winegstreamer/video_decoder.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/911c7e3e01cb52cca3260f97d5b11…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/911c7e3e01cb52cca3260f97d5b11…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
90046f3a by Ziqing Hui at 2025-07-29T14:47:26+09:00
fonts: Make special ASCII characters bold for WineTahomaBold.
- - - - -
2cb7e5dd by Ziqing Hui at 2025-07-29T14:47:26+09:00
fonts: Make uppercase ASCII letters bold for WineTahomaBold.
- - - - -
f2a4b6c5 by Ziqing Hui at 2025-07-29T14:47:26+09:00
fonts: Make lowercase ASCII letters bold for WineTahomaBold.
- - - - -
2 changed files:
- fonts/tahomabd.sfd
- fonts/tahomabd.ttf
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/33705a50e6bb51b32a54e51c2869a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/33705a50e6bb51b32a54e51c2869a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9e3b131c by Jacek Caban at 2025-07-29T14:45:35+09:00
opengl32: Move manual wow64 thunks declarations to generated header.
- - - - -
134e3b10 by Jacek Caban at 2025-07-29T14:45:38+09:00
opengl32: Move thunks declarations to generated header.
- - - - -
6 changed files:
- .gitattributes
- dlls/opengl32/make_opengl
- dlls/opengl32/unix_private.h
- dlls/opengl32/unix_thunks.c
- + dlls/opengl32/unix_thunks.h
- dlls/opengl32/unix_wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/09fb95919f880890bd9560e706834…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/09fb95919f880890bd9560e706834…
You're receiving this email because of your account on gitlab.winehq.org.