Alexandre Julliard pushed to branch master at wine / wine
Commits:
7d6cee8e by Alexandre Julliard at 2025-07-09T21:11:05+02:00
gitlab: Add a daily test run for new wow64 mode.
- - - - -
45d5799e by Alexandre Julliard at 2025-07-09T21:11:05+02:00
winetest: Use compiler macros to generate the compiler version info.
To get correct info for PE builds.
- - - - -
7c64871c by Alexandre Julliard at 2025-07-09T21:11:05+02:00
winex11: Disable more wintab code when support is missing.
To avoid compiler warnings.
- - - - -
7 changed files:
- configure
- configure.ac
- dlls/winex11.drv/wintab.c
- programs/winetest/Makefile.in
- programs/winetest/main.c
- programs/winetest/winetest.rc
- tools/gitlab/test.yml
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8131b36fe84d63512defbf5360063…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8131b36fe84d63512defbf5360063…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2bd176f8 by Zhiyi Zhang at 2025-07-09T16:10:22+02:00
win32u: Limit the work area to the monitor rect.
When emulating a non-native aspect ratio display mode, calling map_monitor_rect() to map the
physical work area to the emulate work area might produce a rectangle larger than the emulated
display mode. For example, a physical work area (0,0,3840,2096) gets mapped to (0,-180,2560,1217)
when the emulated display mode is 2560x1080 and the physical display mode is 3840x2160. In such
cases, we should limit the work area to the emulated monitor rectangle.
- - - - -
1 changed file:
- dlls/win32u/sysparams.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2bd176f8924fe1684646f31cc6d2ab…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2bd176f8924fe1684646f31cc6d2ab…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6c2a297f by Hans Leidekker at 2025-07-09T16:10:22+02:00
widl: Factor out an add_member_interfaces() helper.
- - - - -
edcc71fc by Hans Leidekker at 2025-07-09T16:10:22+02:00
widl: Add rows for static interfaces.
- - - - -
374d60bd by Hans Leidekker at 2025-07-09T16:10:22+02:00
widl: Include version in activatable attribute value.
- - - - -
e70b7e6a by Hans Leidekker at 2025-07-09T16:10:22+02:00
widl: Add rows for activation interfaces.
- - - - -
c2101382 by Hans Leidekker at 2025-07-09T16:10:22+02:00
widl: Add rows for the composable attribute.
- - - - -
7351959f by Hans Leidekker at 2025-07-09T16:10:22+02:00
widl: Add rows for composition interfaces.
- - - - -
1 changed file:
- tools/widl/metadata.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/847d2fadf6ec3d09978460936604d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/847d2fadf6ec3d09978460936604d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1ece2b83 by Shaun Ren at 2025-07-09T16:10:22+02:00
sapi/tests: Copy SPVTEXTFRAG list into a contiguous array.
This simplifies checking fragment field values.
- - - - -
70f20c8e by Shaun Ren at 2025-07-09T16:10:22+02:00
sapi/tests: Introduce simulate_output option in tts.
- - - - -
3b3e2a9b by Shaun Ren at 2025-07-09T16:10:22+02:00
sapi/tests: Add some SSML tests in tts.
- - - - -
8afc73bc by Shaun Ren at 2025-07-09T16:10:22+02:00
sapi/tts: Support XML-related flags in ISpVoice::Speak.
- - - - -
5 changed files:
- dlls/sapi/Makefile.in
- dlls/sapi/sapi_private.h
- dlls/sapi/tests/tts.c
- dlls/sapi/tts.c
- + dlls/sapi/xml.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/61c8678bc3df8ad9f77394f0bfa49…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/61c8678bc3df8ad9f77394f0bfa49…
You're receiving this email because of your account on gitlab.winehq.org.