Alexandre Julliard pushed to branch master at wine / wine
Commits:
75380e05 by Alexandre Julliard at 2025-03-20T18:43:04+01:00
winegcc: Store the compiler arguments in global variables.
- - - - -
2b19ec39 by Alexandre Julliard at 2025-03-20T18:43:04+01:00
winegcc: Pass tool names directly to build_tool_name instead of using an enum.
- - - - -
d1dd1bcf by Alexandre Julliard at 2025-03-20T18:43:04+01:00
winegcc: Store various string options as global variables.
And set defaults for the alignment values.
- - - - -
e3bf6e5e by Alexandre Julliard at 2025-03-20T18:43:04+01:00
winegcc: Store all the boolean options in global variables.
- - - - -
ca3f5019 by Alexandre Julliard at 2025-03-20T18:43:04+01:00
winegcc: Get rid of the options struct.
- - - - -
6c9d59c9 by Alexandre Julliard at 2025-03-20T18:43:04+01:00
ntdll: Round all sizes to the section alignment for PE mappings.
- - - - -
07160a23 by Alexandre Julliard at 2025-03-20T18:43:04+01:00
ntdll: Always map files as writable and adjust permissions.
So that PAGE_WRITECOPY can be set after the fact.
- - - - -
6 changed files:
- dlls/kernel32/tests/virtual.c
- dlls/ntdll/unix/virtual.c
- include/wine/server_protocol.h
- server/mapping.c
- server/protocol.def
- tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ced1402d20ba874f9634a30663045…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ced1402d20ba874f9634a30663045…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ced1402d by Sebastian Lackner at 2025-03-19T22:28:23+01:00
win32u: Fix alpha blending in X11DRV_UpdateLayeredWindow.
Based on a patch by Dmitry Timoshkov.
- - - - -
7 changed files:
- dlls/win32u/driver.c
- dlls/win32u/window.c
- dlls/winemac.drv/macdrv.h
- dlls/winemac.drv/window.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
- include/wine/gdi_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ced1402d20ba874f9634a306630455…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ced1402d20ba874f9634a306630455…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1c6be877 by Alexandre Julliard at 2025-03-19T22:28:23+01:00
winegcc: Pass the files list explicitly to the various compilation functions.
- - - - -
db72789d by Alexandre Julliard at 2025-03-19T22:28:23+01:00
winegcc: Pass the output name explicitly to the various compilation functions.
- - - - -
652595a6 by Alexandre Julliard at 2025-03-19T22:28:23+01:00
winegcc: Store the file processor type in a global variable.
And get rid of no longer used assembly processor.
- - - - -
92ea55cf by Alexandre Julliard at 2025-03-19T22:28:23+01:00
winegcc: Store the various search path directories in global variables.
- - - - -
98524027 by Alexandre Julliard at 2025-03-19T22:28:23+01:00
winegcc: Store the library search suffix in a global variable.
- - - - -
5bbe895b by Alexandre Julliard at 2025-03-19T22:28:23+01:00
winegcc: Store the winebuild path in a global variable.
- - - - -
1 changed file:
- tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bbb97890d200bc3b0f085da8b55cf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bbb97890d200bc3b0f085da8b55cf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
542675be by Rémi Bernon at 2025-03-19T22:22:41+01:00
hidclass: Rename BASE_DEVICE_EXTENSION to struct device.
- - - - -
42718eb2 by Rémi Bernon at 2025-03-19T22:22:41+01:00
hidclass: Use HID_DEVICE_EXTENSION as base for fdo and pdo.
- - - - -
44303b38 by Rémi Bernon at 2025-03-19T22:22:41+01:00
hidclass: Use a dedicated struct phys_device for PDOs.
- - - - -
b6b62c44 by Rémi Bernon at 2025-03-19T22:22:41+01:00
hidclass: Use a dedicated struct func_device for FDOs.
- - - - -
7570b6fe by Rémi Bernon at 2025-03-19T22:22:41+01:00
hidclass: Avoid leaking input packet from the device thread.
- - - - -
b2ce2222 by Rémi Bernon at 2025-03-19T22:22:41+01:00
winexinput: Remove pending IRPs on IRP_MN_REMOVE_DEVICE.
- - - - -
7f380d31 by Rémi Bernon at 2025-03-19T22:22:41+01:00
hidclass: Dispatch IRP_MN_SURPRISE_REMOVAL to the minidrivers.
- - - - -
bbb97890 by Rémi Bernon at 2025-03-19T22:22:41+01:00
hidclass: Wait for the pending IRP after thread shutdown.
- - - - -
4 changed files:
- dlls/hidclass.sys/device.c
- dlls/hidclass.sys/hid.h
- dlls/hidclass.sys/pnp.c
- dlls/winexinput.sys/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e1e530b62d3b683073b9c06eda4f2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e1e530b62d3b683073b9c06eda4f2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ea42184e by Eric Pouech at 2025-03-19T11:05:32+01:00
dbghelp: Add a couple of missing basic types for PDB.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
064b2c8c by Eric Pouech at 2025-03-19T11:05:32+01:00
dbghelp: Silence a couple of CodeView symbols.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
994f8d20 by Eric Pouech at 2025-03-19T11:05:32+01:00
dbghelp: Uniformize the two readers for PDB line information.
Basically,
- calling one or the other from the same point,
- exposing if line number information has been read.
This refactorization will be used in next patch.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f640ba19 by Eric Pouech at 2025-03-19T11:05:34+01:00
dbghelp: Only load line information when SYMOPT_LOAD_LINE is set.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
4 changed files:
- dlls/dbghelp/coff.c
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/msc.c
- dlls/dbghelp/stabs.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4c05fef5453e26f201e5833e81cbb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4c05fef5453e26f201e5833e81cbb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
17aea318 by Alexandros Frantzis at 2025-03-19T11:04:23+01:00
winewayland: Implement wl_data_device initialization.
The data device is initialized once for each process, from within a
dedicated thread and window that handles clipboard events.
- - - - -
902a4886 by Alexandros Frantzis at 2025-03-19T11:04:26+01:00
winewayland: Support wl_data_device for copies from win32 clipboard to native apps.
If the wlr-data-control-unstable-v1 extension is not available use
the core data device protocol.
- - - - -
550a4378 by Alexandros Frantzis at 2025-03-19T11:04:28+01:00
winewayland: Support wl_data_device for copies from native apps to win32 clipboard.
- - - - -
4c05fef5 by Alexandros Frantzis at 2025-03-19T11:04:29+01:00
winewayland: Warn about missing clipboard functionality.
- - - - -
9 changed files:
- dlls/winewayland.drv/Makefile.in
- dlls/winewayland.drv/dllmain.c
- dlls/winewayland.drv/unixlib.h
- dlls/winewayland.drv/wayland.c
- dlls/winewayland.drv/wayland_data_device.c
- dlls/winewayland.drv/wayland_keyboard.c
- dlls/winewayland.drv/wayland_pointer.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/waylanddrv_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5b47cb795424dcc5eaed50a8a2b2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5b47cb795424dcc5eaed50a8a2b2…
You're receiving this email because of your account on gitlab.winehq.org.