summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/XserverDesktop.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Bugfix] Removed one #ifdef/#endif, it broke compilation with X 1.5 sourceAdam Tkac2009-02-131-2/+0
* [Development] Make Xvnc working when compiled against X 1.6 branch.Adam Tkac2009-02-041-16/+21
* [Bugfix] Dynamic keycode-keysym mapping works again in non-XKB 1.5 server. (X...Adam Tkac2009-02-021-117/+68
* Reverted the dixLookupResourceByType part of r3573 - this function exists onl...Peter Åstrand2009-01-271-1/+1
* Eliminated several GCC warnings:Peter Åstrand2009-01-261-5/+6
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-151-0/+9
* [Bugfix] Fixed assertion in serverReset() functionAdam Tkac2009-01-071-1/+1
* [Development] Make Xvnc compilable against X.org 1.6 branchAdam Tkac2009-01-071-18/+86
* [Bugfix] Find correct colormap in XserverDesktop::serverReset methodAdam Tkac2008-10-151-3/+11
* [Cleanup] Fixed some compiler warningsAdam Tkac2008-10-101-1/+0
* - include dix-config.h before any xorg headerAdam Tkac2008-04-171-0/+4
* Use GetKeyboardEvents and GetPointerEvents functions to generate input eventsAdam Tkac2008-03-261-42/+55
* Initialize input devices in XserverDesktop constructor and updateAdam Tkac2008-03-261-2/+18
* Moved keyboard and mouse input procedures to XserverDesktop.cc becauseAdam Tkac2008-03-261-0/+207
* Include keysym.h from $(includedir)/X11Adam Tkac2008-03-221-1/+1