aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/Input.cc
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-081-1/+0
* Allow buttons 6 and 7 to be used as well so that we can get horizontalPierre Ossman2011-05-241-1/+1
* [Bugfix] Handle situation when viewer doesn't send the key release event well.Adam Tkac2011-01-171-0/+10
* [Bugfix] Fix "Alt key gets stuck in Xvnc" issue.Adam Tkac2011-01-171-2/+68
* [Bugfix] Disable server-side key autorepeating.Adam Tkac2011-01-171-0/+15
* [Bugfix] Handle situation when keyboard has no modifiers in Input.cc well.Adam Tkac2010-12-081-38/+61
* [Bugfix] Fix various compilation warnings.Adam Tkac2010-12-081-3/+7
* [Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1...Adam Tkac2010-12-081-0/+4
* [Development] Add support for X.Org 1.10Adam Tkac2010-12-081-0/+21
* [Bugfix] Fix memory leak in InputDevice::keyEvent function.Adam Tkac2010-07-211-0/+2
* Extend the default keyboard table with the Windows keys so that they canPierre Ossman2010-06-151-0/+4
* Map up the rest of the standard modifiers (if available).Pierre Ossman2010-06-151-0/+14
* Use a switch statement instead of a series of if:s for setting up the modmapPierre Ossman2010-06-151-8/+14
* Reinstate Caps Lock in the default keyboard map. It's not documented whyPierre Ossman2010-06-141-1/+1
* XConvertCase() in xorg-xserver 1.5 is simply a macro that maps to XkbConvertC...DRC2010-05-201-4/+0
* [Bugfix] Use always XkbConvertCase instead of XConvertCase when compilingAdam Tkac2010-05-181-1/+6
* [Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functionsAdam Tkac2010-04-141-1/+36
* [Development] Merge KeyboardDevice and PointerDevice classes to new class calledAdam Tkac2010-04-141-43/+36
* [Cleanup] Remove bogus vlog.debug from Input.cc:KeyboardDevice::keyEvent.Adam Tkac2009-12-221-1/+1
* [Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ad...Adam Tkac2009-12-211-33/+177
* Avoid modifiers such as shift sticking. Peter Åstrand2009-12-091-0/+17
* Move keyboard input related code to Input.h and Input.cc.Adam Tkac2009-08-281-4/+602
* Add Input.h and Input.cc and move all mouse input related code there.Adam Tkac2009-08-281-0/+167