-
17aea318
by Alexandros Frantzis at 2025-03-19T11:04:23+01:00
winewayland: Implement wl_data_device initialization.
The data device is initialized once for each process, from within a
dedicated thread and window that handles clipboard events.
-
902a4886
by Alexandros Frantzis at 2025-03-19T11:04:26+01:00
winewayland: Support wl_data_device for copies from win32 clipboard to native apps.
If the wlr-data-control-unstable-v1 extension is not available use
the core data device protocol.
-
550a4378
by Alexandros Frantzis at 2025-03-19T11:04:28+01:00
winewayland: Support wl_data_device for copies from native apps to win32 clipboard.
-
4c05fef5
by Alexandros Frantzis at 2025-03-19T11:04:29+01:00
winewayland: Warn about missing clipboard functionality.