aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgWriter.cxx
Commit message (Expand)AuthorAgeFilesLines
* Better type for pointer button maskPierre Ossman2024-08-121-1/+1
* Simplify code using range-based for loopsPierre Ossman2024-06-241-3/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-1/+1
* Clean up string encoding handlingPierre Ossman2023-06-301-5/+5
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-2/+2
* Use stdint typesPierre Ossman2023-02-011-11/+11
* Be consistent in including config.hPierre Ossman2021-12-301-0/+5
* Remove OutStream::skip()Pierre Ossman2020-05-211-1/+1
* Support extended clipboard transfersPierre Ossman2019-07-011-1/+104
* Clean up internal clipboard handlingPierre Ossman2019-07-011-2/+5
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-011-0/+3
* Use STL list for encoding listPierre Ossman2018-11-011-4/+5
* Make arguments explicit in all message writer methodsPierre Ossman2018-11-011-78/+0
* Split out ServerParams from ConnParamsPierre Ossman2018-11-011-18/+18
* Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-011-2/+2
* Stop abusing InputHandler class for write classPierre Ossman2018-03-281-3/+3
* Fix wrong argument for CMsgWriter::clientCutText()Pierre Ossman2017-08-281-1/+1
* Basic support for QEMU Extended Key EventsPierre Ossman2017-08-281-6/+21
* Add client support for LED state syncPierre Ossman2017-08-241-0/+2
* Send cursor pseudo-encodings in order of preferencePierre Ossman2017-08-161-2/+2
* Client support for cursors with full alphaPierre Ossman2017-02-221-0/+1
* Client support for X CursorPierre Ossman2017-02-221-1/+3
* Handle CopyRect like any other encodingPierre Ossman2014-07-071-0/+2
* Merge the "V3" message classes into the normal onesPierre Ossman2014-07-071-1/+85
* Remove magic JPEG variables from ConnParamsPierre Ossman2014-07-071-2/+2
* Get rid of the register mechanism for encoders and decodersPierre Ossman2014-07-071-0/+1
* Basic infrastructure for continuous updates.Pierre Ossman2011-11-141-0/+1
* Basic infrastructure to support fences.Pierre Ossman2011-11-141-1/+6
* Minimal client side support for the extended desktop size protocol.Pierre Ossman2009-03-201-0/+2
* Make sure we list fallback encodings in a preferable order.Pierre Ossman2009-03-121-2/+29
* The quality setting goes from 0 to 9, not 1 to 9.Pierre Ossman2009-03-111-1/+1
* [Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.Adam Tkac2009-02-131-1/+1
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-151-0/+2
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+132