summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/Input.h
Commit message (Expand)AuthorAgeFilesLines
* Handle closing of input devicesPierre Ossman2014-07-141-1/+0
* Make InputDevice into a singletonPierre Ossman2014-07-141-11/+21
* Move all functions that InputDevice uses into the classPierre Ossman2014-07-141-0/+5
* Let XserverDesktop handle syncing cursor positionPierre Ossman2014-07-141-9/+9
* Some applications (e.g. wine and rdesktop) tend to misbehavePierre Ossman2013-05-301-0/+2
* Major rewrite of the keyboard code. The old code was too focused onPierre Ossman2013-04-091-2/+33
* Make sure we release the same key we previously pressed for aPierre Ossman2013-04-091-0/+3
* We have an object to store stuff in, so don't use a globalPierre Ossman2013-04-091-0/+1
* Make sure InputDevice::InitInputDevice() gets called early inPierre Ossman2013-04-091-3/+5
* [Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functionsAdam Tkac2010-04-141-0/+10
* [Development] Merge KeyboardDevice and PointerDevice classes to new class calledAdam Tkac2010-04-141-23/+17
* Move keyboard input related code to Input.h and Input.cc.Adam Tkac2009-08-281-0/+13
* Add Input.h and Input.cc and move all mouse input related code there.Adam Tkac2009-08-281-0/+61