xserver/hw/xwin/winclipboard
Jon Turney 9f51dfdec3 hw/xwin: Remove support for pre-Vista Win32 clipboard API
The original Win32 clipboard API is widely regarded as terrible, since
it relies on clients co-operatively managing the clipboard viewer chain,
and a single buggy client can break it for all other clients.

The last Windows version only supporting that API was Windows XP (5.1),
EOLed in 2014.

(This requires MinGW-w64 w32api 6.0.0 or later for
Add/RemoveClipboardListener correctly exported by the x86_64 user32
implib)
2020-04-15 14:13:58 +00:00
..
Makefile.am hw/xwin: Fix 'make distcheck' 2018-08-31 08:37:51 +10:00
debug.c hw/xwin: Add xwinclip test client 2014-09-13 14:18:38 +01:00
internal.h hw/xwin: Remove support for pre-Vista Win32 clipboard API 2020-04-15 14:13:58 +00:00
meson.build meson: Link with ws2_32 for socket functions on Windows 2019-04-30 20:07:51 +00:00
textconv.c hw/xwin: Undefine _XSERVER64 in hw/xwin/winclipboard 2014-09-13 14:19:06 +01:00
thread.c hw/xwin: Remove support for pre-Vista Win32 clipboard API 2020-04-15 14:13:58 +00:00
winclipboard.h hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selection 2014-11-09 14:22:35 +00:00
wndproc.c hw/xwin: Remove support for pre-Vista Win32 clipboard API 2020-04-15 14:13:58 +00:00
xevents.c hw/xwin: Warn about too large Windows -> X clipboard pastes 2020-04-15 14:13:58 +00:00
xwinclip.c hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selection 2014-11-09 14:22:35 +00:00
xwinclip.man hw/xwin: Implement INCR protocol for X clipboard -> Windows clipboard 2020-04-15 14:13:58 +00:00