aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/XserverDesktop.cc
Commit message (Expand)AuthorAgeFilesLines
* 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