Alexandre Julliard pushed to branch master at wine / wine
Commits:
49f33dff by Alexandros Frantzis at 2025-04-24T21:25:36+02:00
winewayland: Always check the role to determine whether a surface is a toplevel.
Since the role objects in the wayland_surface struct are part of a union, we
first need to check whether the surface has the right role before checking
the role objects themselves. Otherwise we risk using a subsurface as a toplevel
or vice-versa.
- - - - -
2451b100 by Alexandros Frantzis at 2025-04-24T21:25:36+02:00
winewayland: Introduce helper to check whether a surface is toplevel.
- - - - -
3 changed files:
- dlls/winewayland.drv/wayland_surface.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7456024a7d8607cd047f8e2879726…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7456024a7d8607cd047f8e2879726…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
504a305a by Alexandre Julliard at 2025-04-24T20:51:26+02:00
kernel32/tests: Don't use _ReadWriteBarrier on ARM platforms.
- - - - -
12ec13e7 by Alexandre Julliard at 2025-04-24T20:51:26+02:00
configure: Default to MSVC mode with LLVM cross-compilers.
`--with-mingw=llvm-mingw` can be used to force LLVM Mingw mode.
- - - - -
013ec6e6 by Alexandre Julliard at 2025-04-24T20:51:26+02:00
configure: Move cross-compiler checks before header checks.
To avoid doing a lot of extra checks before reporting fatal errors.
- - - - -
df67a9d2 by Alexandre Julliard at 2025-04-24T20:51:26+02:00
configure: Make the missing PE compiler notice a warning.
- - - - -
ff14ee13 by Alexandre Julliard at 2025-04-24T20:51:26+02:00
configure: Use a standard pkg-config check for Alsa.
- - - - -
4 changed files:
- configure
- configure.ac
- dlls/kernel32/tests/virtual.c
- dlls/winealsa.drv/Makefile.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ae7a84690acfe1e10496d60966886…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ae7a84690acfe1e10496d60966886…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
eb3342bf by Piotr Caban at 2025-04-23T22:52:11+02:00
makefiles: Use -fno-builtin for CRT tests.
- - - - -
1513299a by Piotr Caban at 2025-04-23T22:52:11+02:00
msvcr80/tests: Link to msvcr80.
- - - - -
a0fca2d5 by Piotr Caban at 2025-04-23T22:52:11+02:00
include: Add functions used by msvcr90 tests.
- - - - -
cc9a3ce4 by Piotr Caban at 2025-04-23T22:52:11+02:00
msvcr90/tests: Link to msvcr90.
- - - - -
23 changed files:
- dlls/msvcr100/tests/Makefile.in
- dlls/msvcr110/tests/Makefile.in
- dlls/msvcr120/tests/Makefile.in
- dlls/msvcr70/tests/Makefile.in
- dlls/msvcr71/tests/Makefile.in
- dlls/msvcr80/Makefile.in
- dlls/msvcr80/tests/Makefile.in
- dlls/msvcr80/tests/msvcr80.c
- dlls/msvcr90/Makefile.in
- dlls/msvcr90/tests/Makefile.in
- dlls/msvcr90/tests/msvcr90.c
- dlls/ucrtbase/tests/Makefile.in
- include/msvcrt/corecrt.h
- include/msvcrt/corecrt_io.h
- include/msvcrt/corecrt_startup.h
- include/msvcrt/corecrt_wio.h
- include/msvcrt/corecrt_wstring.h
- include/msvcrt/float.h
- include/msvcrt/mbstring.h
- include/msvcrt/search.h
- include/msvcrt/stdio.h
- include/msvcrt/stdlib.h
- tools/makedep.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b416c98d5203350669e9a6804117…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b416c98d5203350669e9a6804117…
You're receiving this email because of your account on gitlab.winehq.org.