summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/XserverDesktop.cc
Commit message (Expand)AuthorAgeFilesLines
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-291-15/+23
* Fixed IPv6 support.Tim Waugh2015-03-131-18/+26
* Use proper prototypes in headers for all our internal functionsPierre Ossman2015-01-291-3/+0
* More debug logging for screen layout changesPierre Ossman2015-01-261-0/+8
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-261-387/+158
* No need to declare 'display' here.Tim Waugh2014-09-041-2/+0
* Updated to build against xorg-x11-server 1.16.0.Tim Waugh2014-09-031-1/+1
* Merge branch 'nocolourmap' of https://github.com/CendioOssman/tigervncPierre Ossman2014-07-141-117/+30
|\
| * Get rid of getStride()Pierre Ossman2014-07-071-8/+3
| * Remove full support for colour mapsPierre Ossman2014-07-071-109/+27
* | Make InputDevice into a singletonPierre Ossman2014-07-141-10/+7
* | Let XserverDesktop handle syncing cursor positionPierre Ossman2014-07-141-1/+5
|/
* Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...Brian Hinz2014-01-021-1/+2
* Apparently it is more kosher to completely disassociate anPierre Ossman2013-05-221-2/+1
* Make sure InputDevice::InitInputDevice() gets called early inPierre Ossman2013-04-091-0/+6
* Fix silly typo that caused us to mishandle some SetDesktopSize requests.Pierre Ossman2012-08-271-1/+1
* Fix improper check of errors when getting a suitable RandR mode.Pierre Ossman2012-07-181-2/+2
* We need to be able to handle outputs without any CRTC connected as well.Pierre Ossman2012-07-181-10/+56
* Forgot to initialise the iterator index properly.Pierre Ossman2012-07-181-1/+1
* We need to manually update the RandR timestamp, as it is normally set inPierre Ossman2012-07-171-0/+7
* Add back support for letting the client reconfigure the screen, this timePierre Ossman2012-07-131-7/+218
* Track outputs instead of CRTCs, as those better match the screen conceptPierre Ossman2012-07-121-13/+15
* Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The oldPierre Ossman2012-07-121-91/+67
* Fix a race condition where we might get updates thrown at us right after aPierre Ossman2012-01-231-0/+10
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-081-38/+1
* The dummy timer isn't used anymore.Pierre Ossman2011-11-081-2/+1
* Timers in RFB still weren't working properly. Do this right and check the nextPierre Ossman2011-11-071-13/+28
* Remove unused function.Pierre Ossman2011-11-041-19/+0
* Make socket writes non-blockable. This allows the system to more quicklyPierre Ossman2011-10-251-0/+74
* Fixed the formatting of a few Cendio copyright lines, so that it isPeter Åstrand2011-09-281-1/+1
* Server support for full colour cursors (no support for alpha though).Pierre Ossman2011-06-081-43/+75
* [Bugfix] Xvnc: use strncpy instead of strncat to copy string to uninitializedAdam Tkac2010-11-111-1/+2
* [Development] Fetch root window pointer directly from pScreen if possible.Adam Tkac2010-07-201-2/+8
* [Development] Merge KeyboardDevice and PointerDevice classes to new class calledAdam Tkac2010-04-141-9/+7
* [Bugfix] Always include cursorstr.h in XserverDesktop.cc.Adam Tkac2009-12-221-3/+0
* [Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ad...Adam Tkac2009-12-211-0/+7
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-041-5/+5
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-5/+5
* Move keyboard input related code to Input.h and Input.cc.Adam Tkac2009-08-281-583/+6
* Add Input.h and Input.cc and move all mouse input related code there.Adam Tkac2009-08-281-136/+6
* Initialize eventq in all cases.Adam Tkac2009-08-281-0/+2
* Move definition of XORG macro to separate header.Adam Tkac2009-08-281-0/+1
* Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...Adam Tkac2009-08-281-19/+19
* Set default deferred update timer to 1 msDRC2009-04-061-1/+1
* Avoid touching PixelFormat internals.Pierre Ossman2009-04-031-36/+3
* We need to call RRGetInfo() again for our new mode to be added.Pierre Ossman2009-04-021-0/+10
* Improve logging in setScreenLayout().Pierre Ossman2009-04-021-5/+15
* X.Org 1.6 compatibility change in RandR related code (RRGetInfo takes twoAdam Tkac2009-03-261-0/+4
* Implement basic support for SetDesktopSize.Pierre Ossman2009-03-231-0/+74
* Support for RandR on the server.Pierre Ossman2009-03-181-9/+31