summaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bah, not enough coffee today. I had already implemented the pointer ratePierre Ossman2011-06-081-3/+0
* Add support for cursors to the new viewer.Pierre Ossman2011-06-081-1/+1
* Handle framebuffer resize requests.Pierre Ossman2011-06-011-5/+1
* Make sure we can handle clipboard data of any size.Pierre Ossman2011-05-261-6/+13
* Do some proper cleanup and delete the desktop window on close.Pierre Ossman2011-05-191-0/+3
* Implement support for clipboard data coming from the server.Pierre Ossman2011-05-191-1/+12
* Update connection parameters when the user has changed things in the optionsPierre Ossman2011-05-171-3/+58
* Add connection information dialog based on the one in the unix viewer.Pierre Ossman2011-05-161-0/+33
* Implement menu entry for forced refresh of screen.Pierre Ossman2011-04-291-3/+19
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-091-0/+450
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-712/+0
* Adapt CConn::getUserPasswd, so that it can read from a file again.Peter Åstrand2006-05-191-11/+13
* Toolbar handling restored.Constantin Kaplinsky2006-05-171-4/+6
* Win32 vncviewer merged with VNC 4.1.1 code. The merge is incomplete - the cod...Constantin Kaplinsky2006-05-161-0/+708