]> source.dussan.org Git - tigervnc.git/commit
Support extended clipboard transfers 834/head
authorPierre Ossman <ossman@cendio.se>
Fri, 5 Feb 2016 09:26:56 +0000 (10:26 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 1 Jul 2019 09:18:27 +0000 (11:18 +0200)
commit0ff2655456097926a1720545830b1e34f072371f
treea9d542792cfb2532e1630919d16ef5832b7fb82c
parent5fbbe10b6c180ae8c0545695db6ad308cb5caea7
Support extended clipboard transfers

Implements support in both client and server for the extended
clipboard format first seen in UltraVNC. Currently only implements
text handling, but that is still an improvement as it extends the
clipboard from ISO 8859-1 to full Unicode.
23 files changed:
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/CMsgHandler.cxx
common/rfb/CMsgHandler.h
common/rfb/CMsgReader.cxx
common/rfb/CMsgReader.h
common/rfb/CMsgWriter.cxx
common/rfb/CMsgWriter.h
common/rfb/ClientParams.cxx
common/rfb/ClientParams.h
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SMsgHandler.cxx
common/rfb/SMsgHandler.h
common/rfb/SMsgReader.cxx
common/rfb/SMsgReader.h
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/ServerParams.cxx
common/rfb/ServerParams.h
common/rfb/clipboardTypes.h [new file with mode: 0644]
common/rfb/encodings.h
vncviewer/vncviewer.man