Alexandre Julliard pushed to branch master at wine / wine
Commits:
908f9eb2 by Louis Lenders at 2025-03-31T20:30:38+02:00
powrprof: Add stub for PowerRegisterForEffectivePowerModeNotifications.
This patch makes msedge work in win10 mode, albeit I still have to add "--no-sandbox".
Without "--no-sandbox" it doesn't crash anymore with this patch,but I cannot browse webpages, it just looks as if it is unconnected.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56377
- - - - -
4 changed files:
- dlls/powrprof/powrprof.c
- dlls/powrprof/powrprof.spec
- include/Makefile.in
- + include/powersetting.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/908f9eb20ff7511fe7f717d1a72d0e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/908f9eb20ff7511fe7f717d1a72d0e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5aa74944 by Alexandre Julliard at 2025-03-31T12:52:39+02:00
wine.inf: Add list of known dlls.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
- - - - -
a8c22722 by Alexandre Julliard at 2025-03-31T12:52:39+02:00
wineboot: Fetch the list of supported machines once at startup.
- - - - -
81ea1e7a by Alexandre Julliard at 2025-03-31T12:56:58+02:00
wineboot: Create section objects for known dlls.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
- - - - -
7d175815 by Alexandre Julliard at 2025-03-31T12:56:58+02:00
advapi32: Delay import cryptsp.
To avoid creating an extra known dll section.
- - - - -
5557cbb2 by Alexandre Julliard at 2025-03-31T12:56:58+02:00
comctl32: Delay import oleacc.
To avoid creating an extra known dll section.
- - - - -
55d2e554 by Alexandre Julliard at 2025-03-31T12:56:58+02:00
comdlg32: Delay import winspool
To avoid creating an extra known dll section.
- - - - -
1f4cf368 by Alexandre Julliard at 2025-03-31T12:56:58+02:00
gdiplus: Delay import mlang.
To avoid creating an extra known dll section.
- - - - -
a6681620 by Alexandre Julliard at 2025-03-31T12:56:58+02:00
imagehlp: Delay import dbghelp.
To avoid creating an extra known dll section.
- - - - -
c0d5f38f by Alexandre Julliard at 2025-03-31T12:56:58+02:00
wldap32: Delay import some libraries.
To avoid creating extra known dll sections.
- - - - -
9 changed files:
- dlls/advapi32/Makefile.in
- dlls/comctl32/Makefile.in
- dlls/comdlg32/Makefile.in
- dlls/gdiplus/Makefile.in
- dlls/imagehlp/Makefile.in
- dlls/imagehlp/imagehlp.spec
- dlls/wldap32/Makefile.in
- loader/wine.inf.in
- programs/wineboot/wineboot.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4ae5102e4703afeed29fc139f0147…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4ae5102e4703afeed29fc139f0147…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
65925387 by Kevin Martinez at 2025-03-31T11:27:47+02:00
shell32: Added stub for IEnumObjects interface.
- - - - -
4ae5102e by Kevin Martinez at 2025-03-31T11:27:47+02:00
shell32: Added stub for IObjectCollection interface.
- - - - -
7 changed files:
- dlls/actxprxy/usrmarshal.c
- dlls/shell32/Makefile.in
- + dlls/shell32/enumobjects.c
- dlls/shell32/shell32_classes.idl
- dlls/shell32/shell32_main.h
- dlls/shell32/shellole.c
- include/shobjidl.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3b9729b3ea957c9a5cd37a9d9a93d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3b9729b3ea957c9a5cd37a9d9a93d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3b9729b3 by Attila Fidan at 2025-03-31T11:21:46+02:00
winewayland: Don't use a destroyed surface in text input.
Don't assert or get the user data of null surface arguments. When the
callbacks are run with a null surface it means the surface was destroyed
client-side but the compositor has yet to process the destroy request
and has sent events referencing the surface which no longer exists on
the client.
The wl_surface pointer also needs to be removed during
wayland_surface_destroy to prevent it from becoming a dangling pointer
which may be used if text_input_done or text_input_leave is run after
the surface is destroyed. While doing so, track the hwnd instead to be
consistent with keyboard and pointer.
- - - - -
3 changed files:
- dlls/winewayland.drv/wayland_surface.c
- dlls/winewayland.drv/wayland_text_input.c
- dlls/winewayland.drv/waylanddrv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3b9729b3ea957c9a5cd37a9d9a93d9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3b9729b3ea957c9a5cd37a9d9a93d9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
12c66373 by Sven Baars at 2025-03-31T11:21:03+02:00
adsldp: Fix a leak on error path in search_ExecuteSearch() (Valgrind).
- - - - -
e057582e by Sven Baars at 2025-03-31T11:21:03+02:00
adsldp: Free ber in search_GetNextRow() (Valgrind).
- - - - -
e7dfdb1a by Sven Baars at 2025-03-31T11:21:03+02:00
adsldp/tests: Fix a name leak (Valgrind).
- - - - -
2 changed files:
- dlls/adsldp/adsldp.c
- dlls/adsldp/tests/ldap.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e04af2a632555ccb66fdbfdbdabf8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e04af2a632555ccb66fdbfdbdabf8…
You're receiving this email because of your account on gitlab.winehq.org.