aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reimplement -listen in the new FLTK vncviewer. Work done byPierre Ossman2013-02-151-12/+15
* Make it possible to dynamically resize the size of the session, when resizingPierre Ossman2012-07-041-32/+0
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-261-3/+3
* Make sure we're paranoid about accidentally feeding a format string.Pierre Ossman2012-04-251-1/+1
* Client side support for continuous updates.Pierre Ossman2011-11-151-7/+19
* Support and use fences in the client. This allows more aggressive use ofPierre Ossman2011-11-141-12/+69
* Use the correct matching free operation. Patch by Matthieu Lochegnies.Pierre Ossman2011-11-091-1/+1
* Redesign the format switching logic so that we don't have to adjust the wayPierre Ossman2011-11-041-13/+30
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-031-0/+9
* The old Unix viewer put the RFB clipboard data both in CLIPBOARD and PRIMARY.Pierre Ossman2011-09-071-0/+3
* Make sure to include config.h in every compilation unit. Otherwise,Peter Åstrand2011-08-231-0/+4
* This was not a good method to get an initial full update as we would get twoPierre Ossman2011-07-151-4/+1
* When we stopped doing full updates on format changes, we also lost the sidePierre Ossman2011-07-151-0/+3
* We don't need to force a full refresh on format changes with the new viewerPierre Ossman2011-07-151-2/+0
* Managed to consistently get the colour levels reversed. Fix up everything soPierre Ossman2011-07-141-7/+12
* Destroy the main UI and connection objects before popping up the fatal errorPierre Ossman2011-07-121-2/+1
* Create a proper header file for the exported functions from vncviewer.cxx.Pierre Ossman2011-07-121-2/+1
* Fix build issues with Visual C++ (implemented macro version of snprintf + re-...DRC2011-06-241-0/+6
* The default value of local cursor support is false, so we couldn't justPierre Ossman2011-06-091-0/+4