Alexandre Julliard pushed to branch master at wine / wine
Commits:
df0d5a0e by Rémi Bernon at 2025-02-21T22:10:54+01:00
winex11: Delay changing window config if win32 side is still minimized.
Some games react to focus change before we have a chance to apply window
state updates to the win32 side. In that case ignore the window config
change until a later time as they will still have their minimized size.
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/df0d5a0e500f431c502bf333c1dad4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/df0d5a0e500f431c502bf333c1dad4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7db10092 by Rémi Bernon at 2025-02-21T22:10:54+01:00
win32u: Drop now unnecessary WM_WINE_DESKTOP_RESIZED internal message.
The update_children_window_state call already updates the driver window
state on display change on every top-level window.
- - - - -
5 changed files:
- dlls/win32u/defwnd.c
- dlls/winemac.drv/display.c
- dlls/winemac.drv/window.c
- dlls/winex11.drv/window.c
- include/ntuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7db10092d991745cf58d2582eeb66e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7db10092d991745cf58d2582eeb66e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f90bfddb by Nikolay Sivov at 2025-02-21T22:10:54+01:00
windowscodecs: Remove TGA decoder.
It was only used for d3dx9, which is no longer a case.
It's not available on Windows.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/windowscodecs/Makefile.in
- dlls/windowscodecs/clsfactory.c
- dlls/windowscodecs/regsvr.c
- − dlls/windowscodecs/tgaformat.c
- dlls/windowscodecs/wincodecs_private.h
- dlls/windowscodecs/windowscodecs_wincodec.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f90bfddb522ea34b6418a970c9e80a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f90bfddb522ea34b6418a970c9e80a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ece6eb3e by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat/tests: Introduce a helper to check the platform lock count.
- - - - -
e26fdf4f by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat/tests: Test mixing of MF platform functions with their Rtwq equivalents.
- - - - -
521fd2d6 by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat/tests: Test platform startup and lock counts.
- - - - -
63318365 by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq/tests: Test work queue.
- - - - -
bbd5a832 by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq: Introduce a platform startup count.
- - - - -
d2fc980b by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq: Introduce an async result object cache.
Caching while the platform is started is consistent with platform lock
count behaviour observed in Windows.
- - - - -
fd309f66 by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat: Free the inner cookie passed to resolver_create_cancel_object().
- - - - -
78269fb7 by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat/tests: Release callback2 in test_event_queue().
- - - - -
4728ae13 by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat/tests: Check for async result release after canceling work and shutting down.
- - - - -
8bed49cd by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq/tests: Test scheduled items.
- - - - -
01e6016b by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq/tests: Test queue shutdown with pending items.
- - - - -
0fb4e215 by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq: Do not cancel pending callbacks when closing a thread pool.
- - - - -
4 changed files:
- dlls/mfplat/main.c
- dlls/mfplat/tests/mfplat.c
- dlls/rtworkq/queue.c
- dlls/rtworkq/tests/rtworkq.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c9fb4ef1ebde11d449a9414ac459b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c9fb4ef1ebde11d449a9414ac459b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8570ae84 by Alexandre Julliard at 2025-02-21T11:51:25+01:00
server: Support an arbitrary number of PE sections.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57850
- - - - -
e7ac2e71 by Alexandre Julliard at 2025-02-21T11:51:25+01:00
ntdll: Support an arbitrary number of PE sections.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57850
- - - - -
b75a64a4 by Alexandre Julliard at 2025-02-21T21:38:00+01:00
vkd3d: Update version number.
- - - - -
c9fb4ef1 by Alexandre Julliard at 2025-02-21T22:10:23+01:00
makefiles: Fix the distclean target to clean everything.
- - - - -
5 changed files:
- dlls/ntdll/loader.c
- dlls/ntdll/unix/virtual.c
- libs/vkd3d/config.h
- server/mapping.c
- tools/makedep.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4bd044dd32818166d42a9262411a1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4bd044dd32818166d42a9262411a1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a5f48617 by Dmitry Timoshkov at 2025-02-20T22:50:17+01:00
gdiplus: Add support for more image color formats.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
4bd044dd by Dmitry Timoshkov at 2025-02-20T22:50:17+01:00
gdiplus/tests: Add some tests for loading TIFF images in various color formats.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/gdiplus/image.c
- dlls/gdiplus/tests/image.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7af65117029dea7ef94e0464d4824…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7af65117029dea7ef94e0464d4824…
You're receiving this email because of your account on gitlab.winehq.org.