aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.cxx
Commit message (Expand)AuthorAgeFilesLines
* Allow XK_Scroll_Lock when LED state isn't supportedPierre Ossman2020-01-031-1/+1
* Check the correct stream if there is more data pendingPierre Ossman2019-12-091-1/+1
* Improved clipboard APIPierre Ossman2019-07-011-5/+15
* Clean up internal clipboard handlingPierre Ossman2019-07-011-2/+2
* Move client attributes out of ServerParamsPierre Ossman2018-11-011-12/+10
* Merge client resize capabilitiesPierre Ossman2018-11-011-1/+0
* Remove unused flags from ServerParamsPierre Ossman2018-11-011-1/+0
* Move update request handling in to CConnectionPierre Ossman2018-11-011-180/+34
* Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-011-5/+1
* Stop requiring CConnection::serverInit() to be overriddenPierre Ossman2018-11-011-4/+2
* Stop using fences for pixel format switchPierre Ossman2018-11-011-54/+44
* Split out ServerParams from ConnParamsPierre Ossman2018-11-011-34/+38
* Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-011-6/+9
* Adjust some strings so they are easier to translatePierre Ossman2018-10-251-5/+8
* Add support for Unix socketsPierre Ossman2018-05-291-3/+15
* Move server cut text handler to ViewportPierre Ossman2018-03-261-26/+1
* Replace "frames" with "updates" in statsPierre Ossman2018-03-261-4/+4
* Add client support for LED state syncPierre Ossman2017-08-241-0/+9
* Allow removal of GUI prompt on fatal errorsDr. David Alan Gilbert2017-07-191-1/+2
* Display performance statistics in viewerPierre Ossman2017-02-241-1/+20
* Change cursor API to use RGBA dataPierre Ossman2017-02-221-2/+2
* Do explict sync after XShmPutImage()Pierre Ossman2017-01-111-19/+0
* More robust event and close handlingPierre Ossman2017-01-031-5/+9
* Add option to set primary selection for cut textPierre Ossman2016-03-291-1/+2
* Throttle overlapping screen updatesPierre Ossman2015-11-271-0/+20
* Consolidate how to run the FLTK loop in one placePierre Ossman2015-11-271-7/+1
* Let CConnection intercept more callbacksPierre Ossman2015-11-271-0/+4
* Delegate decoder object management to a separate classPierre Ossman2015-11-271-21/+1
* Clean out unused dependencies from CConnection.hPierre Ossman2015-11-091-0/+2
* Terminate the viewer even when waiting for dataPierre Ossman2015-09-231-1/+7
* Display partial updates on slow transfersPierre Ossman2015-09-231-0/+16
* Fix mismatches between format string and argumentsPierre Ossman2015-03-031-1/+1
* Switch to unsigned parameters for ExtendedDesktopSize handlerPierre Ossman2015-03-031-2/+2
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-031-1/+1
* Improve some error messagesPierre Ossman2014-12-031-4/+4
* Add comments for translators where requestedPierre Ossman2014-12-031-0/+4
* Make sure user visible strings are translatedPierre Ossman2014-09-221-5/+5
* Split up the info stringPierre Ossman2014-09-221-22/+56
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-26/+1
* Provide a better R/W base PixelBuffer classPierre Ossman2014-07-071-1/+1
* Encoders/decoders should track the connection objectPierre Ossman2014-07-071-1/+1
* Push encoder and decoder handling down into the connection objectsPierre Ossman2014-07-071-9/+23
* Remove full support for colour mapsPierre Ossman2014-07-071-3/+4
* Remove magic JPEG variables from ConnParamsPierre Ossman2014-07-071-9/+16
* Remove some premature optimisationPierre Ossman2014-07-071-0/+1
* Add some missing whitespacePierre Ossman2014-07-071-0/+3
* Be more consistent in referring to pixel byte streams as buffersPierre Ossman2014-07-071-3/+3
* Printing the clipboard data is very annoying as it couldPierre Ossman2013-09-051-1/+1
* Forgot to respect the AcceptClipboard option in thePierre Ossman2013-05-241-0/+3
* Fix build on 32-bit and 64-bit WindowsDRC2013-02-261-1/+1