summaryrefslogtreecommitdiffstats
path: root/common/rfb/ClientParams.h
Commit message (Collapse)AuthorAgeFilesLines
* Support extended clipboard transfersPierre Ossman2019-07-011-1/+6
| | | | | | | 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.
* Abstract sending cursor and resizing the desktopPierre Ossman2018-12-101-0/+1
| | | | | | Avoid having the callers need to know about the different variants of these functions and instead have the writer pick the most appropriate extension.
* Remove indirect capability attributesPierre Ossman2018-11-011-15/+6
| | | | | Better to check the actual list of supported encodings directly. Makes parts more readable, and no risk of getting out of sync.
* Rename ConnParams to ClientParamsPierre Ossman2018-11-011-0/+121
Now that we've split out server state to ServerParams, ConnParams only contains state for a client. Rename the class and variables to reflect this.