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/673aac1b066f1cbd794afc93bfb428...