summaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServerST.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-1/+0
* Add helper class for a rendered cursorPierre Ossman2014-07-141-16/+3
* Get rid of the direct access abuse of FullFramePixelBuffer's dataPierre Ossman2014-07-071-5/+12
* Remove full support for colour mapsPierre Ossman2014-07-071-9/+0
* Fix a race condition where we might get updates thrown at us right after aPierre Ossman2012-01-231-1/+26
* Changing the deferred update timer to 10 ms caused a large performance regres...DRC2011-12-221-1/+1
* Make the comparing update tracker a bit more flexible. It can now be in anPierre Ossman2011-11-201-3/+22
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-081-17/+76
* Clean up the interface for VNCSConnectionST. Entry points are more apparentPierre Ossman2011-11-071-15/+5
* Make sure RFB timers are actually respected by the server implementations.Pierre Ossman2011-10-251-0/+3
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-231-5/+2
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-041-2/+2
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-2/+2
* Brown paper bag time... Forgot to actually store the new screen layout.Pierre Ossman2009-04-021-0/+2
* Implement server side support for SetDesktopSize.Pierre Ossman2009-03-231-35/+78
* Move screen layout bootstraping around so that it can handle if all screensPierre Ossman2009-03-201-20/+20
* Basic book keeping of screen layout on server.Pierre Ossman2009-03-201-0/+25
* Remove file transfer support.Pierre Ossman2009-03-131-1/+3
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-051-69/+2
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-151-0/+10
* [Bugfix] Resetting video rectangle on last client disconnect.Constantin Kaplinsky2008-09-051-0/+1
* [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-051-18/+40
* [Cleanup] Fixed a compilation warning by removing a very doubtful optimization.Constantin Kaplinsky2008-08-211-6/+1
* [Bugfix] When pixel comparison to reduce unnecessary updates was performed,Constantin Kaplinsky2008-08-211-1/+3
* VideoArea parameter is fully respected. The server treats the specified recta...Constantin Kaplinsky2008-08-211-1/+4
* Passing VideoArea parameter to VNCServerST object. VNCServerST saves theConstantin Kaplinsky2008-08-211-0/+4
* Handling VideoRectangleSelection protocol message (TightVNC extension).Constantin Kaplinsky2008-06-141-0/+19
* Restored the functionality of the VideoPriority parameter. This time, itConstantin Kaplinsky2008-06-131-0/+16
* Support for VideoRectangleSelection client message in the server code. The me...Constantin Kaplinsky2008-04-241-1/+2
* Special handling of a rectangular video area in the UpdateTracker and derived...Constantin Kaplinsky2007-08-311-1/+7
* Code cleanups. The most important change is that we now always use UpdateTrac...Constantin Kaplinsky2007-08-311-4/+7
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+531