aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove unused setPixelFormat() callbackPierre Ossman2024-08-121-5/+0
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-1/+1
* Remove unused rfb/util.h includesPierre Ossman2023-02-041-0/+1
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-4/+1
* Use stdint typesPierre Ossman2023-02-011-6/+6
* Explicitly mark unused parametersPierre Ossman2023-01-041-6/+7
* Stop supplying flags to clipboard peek handlerPierre Ossman2023-01-041-1/+1
* Be consistent in including config.hPierre Ossman2021-12-301-0/+5
* Log client/server clipboard capabilitiesPierre Ossman2021-01-041-0/+41
* Support extended clipboard transfersPierre Ossman2019-07-011-1/+24
* Do proper logging rather than fprintf(stderr, ...)Pierre Ossman2019-04-291-0/+3
* Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-011-0/+9
* Split out ServerParams from ConnParamsPierre Ossman2018-11-011-9/+9
* Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-011-8/+2
* Basic support for QEMU Extended Key EventsPierre Ossman2017-08-281-0/+5
* Add client support for LED state syncPierre Ossman2017-08-241-0/+5
* Switch to unsigned parameters for ExtendedDesktopSize handlerPierre Ossman2015-03-031-2/+2
* These methods aren't critical so no need for them to be purePierre Ossman2015-02-131-0/+8
* Basic infrastructure for continuous updates.Pierre Ossman2011-11-141-0/+5
* Basic infrastructure to support fences.Pierre Ossman2011-11-141-1/+5
* Eliminate another GCC signed/unsigned warning: Peter Åstrand2010-02-101-1/+1
* Declare virtual methods with empty body as pure virtual methods in rfb::CMsgH...Adam Tkac2009-06-161-51/+0
* Remove file transfer callback that was left behind.Pierre Ossman2009-03-201-6/+0
* Properly parse the ExtendedDesktopSize rects in the client.Pierre Ossman2009-03-201-1/+11
* Minimal client side support for the extended desktop size protocol.Pierre Ossman2009-03-201-0/+11
* [Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.Adam Tkac2009-02-131-1/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+103