Alexandre Julliard pushed to branch master at wine / wine
Commits:
c14fc001 by Nikolay Sivov at 2025-02-27T22:21:00+01:00
rtworkq: Fix private queue id mask check.
- - - - -
0bf15e3e by Nikolay Sivov at 2025-02-27T22:21:00+01:00
mfplat/tests: Run tests modifying process state in separate processes.
- - - - -
3 changed files:
- 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/aac8560b3bfda75004b871fdb7ecb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/aac8560b3bfda75004b871fdb7ecb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
34eb282c by Alexandros Frantzis at 2025-02-27T22:21:00+01:00
winewayland: Implement zwlr_data_control_device_v1 initialization.
- - - - -
317eef27 by Alexandros Frantzis at 2025-02-27T22:21:00+01:00
winewayland: Support copying text from win32 clipboard to native apps.
- - - - -
68abb8f4 by Alexandros Frantzis at 2025-02-27T22:21:00+01:00
winewayland: Generalize support for exporting clipboard formats.
Introduce the infrastructure to export various clipboard formats in a
table-driven manner, similar to what's used by winex11.
- - - - -
c4a2282a by Alexandros Frantzis at 2025-02-27T22:21:00+01:00
winewayland: Support exporting various clipboard formats.
Add support for some formats commonly used in applications and which
do not require special exporting: RTF, TIFF, PNG, JPEG, GIF, SVG, RIFF, WAV.
- - - - -
cd9a4245 by Alexandros Frantzis at 2025-02-27T22:21:00+01:00
winewayland: Support copying data from native clipboard to win32 apps.
- - - - -
aac8560b by Alexandros Frantzis at 2025-02-27T22:21:00+01:00
winewayland: Normalize received MIME type strings.
- - - - -
6 changed files:
- dlls/winewayland.drv/Makefile.in
- dlls/winewayland.drv/wayland.c
- + dlls/winewayland.drv/wayland_data_device.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/waylanddrv_main.c
- + dlls/winewayland.drv/wlr-data-control-unstable-v1.xml
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/673aac1b066f1cbd794afc93bfb42…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/673aac1b066f1cbd794afc93bfb42…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a876472a by Ziqing Hui at 2025-02-27T18:49:45+01:00
mfreadwrite/tests: Move writer creation tests to test_sink_writer_create.
- - - - -
92052ded by Ziqing Hui at 2025-02-27T18:49:46+01:00
mfreadwrite/tests: Test getting transforms and media sinks from writer.
- - - - -
9afb570a by Ziqing Hui at 2025-02-27T18:49:46+01:00
mfreadwrite/tests: Test AddStream and SetInputMediaType for writer.
- - - - -
135960f8 by Ziqing Hui at 2025-02-27T22:21:00+01:00
mfreadwrite/tests: Test sample processing for writer.
- - - - -
1 changed file:
- dlls/mfreadwrite/tests/mfplat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a44f628c0a604bc25c032a962e239…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a44f628c0a604bc25c032a962e239…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7c97334c by Eugene McArdle at 2025-02-27T18:49:15+01:00
ntdll/tests: Test updated NtQueryDirectoryFile mask reset behaviour.
- - - - -
a44f628c by Eugene McArdle at 2025-02-27T18:49:15+01:00
ntdll: Invalidate cached data in NtQueryDirectoryFile when mask is changed.
- - - - -
2 changed files:
- dlls/ntdll/tests/directory.c
- dlls/ntdll/unix/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6717152b32278fdcff31c6fbe5b68…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6717152b32278fdcff31c6fbe5b68…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
884bf5fc by Zhiyi Zhang at 2025-02-27T10:50:26+01:00
winex11.drv: Allow MWM_FUNC_MAXIMIZE when WS_MAXIMIZE is present.
Mutter refuses to maximize a window when MWM_FUNC_MAXIMIZE is not present. However,
ShowWindow(SW_MAXIMIZE) on Windows can maximize the window, even without WS_MAXIMIZEBOX.
This is similar to 688fe706.
Fix Tidy Cauldron (2708320), a Unity game, unable to maximize in some cases.
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/884bf5fc31b08a3cf0d762d12fc983…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/884bf5fc31b08a3cf0d762d12fc983…
You're receiving this email because of your account on gitlab.winehq.org.