-
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.