summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/XserverDesktop.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* - moved Xvnc sources to unix/xserver/hw/vnc directory to affect current X treeAdam Tkac2008-03-211-0/+1147