aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/InputXKB.cc
Commit message (Expand)AuthorAgeFilesLines
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-261-647/+0
* Remove private storage from InputDevicePierre Ossman2014-07-141-27/+2
* Some applications (e.g. wine and rdesktop) tend to misbehavePierre Ossman2013-05-301-0/+77
* Even if we ignore the modifiers, we still have to respectPierre Ossman2013-05-301-4/+9
* Adding normal alphabetic keysyms as ONE_LEVEL did not behavePierre Ossman2013-05-231-3/+19
* xkbcomp ignores keycodes without names, so make sure any keycodePierre Ossman2013-05-231-0/+16
* The cause of the keyboard mapping change is not a X11 request,Pierre Ossman2013-05-231-1/+1
* XkbTranslateKeyCode() is not implemented according toPierre Ossman2013-05-231-1/+8
* Not sure what I was smoking when I wrote this. You needPierre Ossman2013-05-231-1/+2
* Another attempt at supporting older Xorg versions.Pierre Ossman2013-04-121-1/+2
* Add support for older Xorg releases.Pierre Ossman2013-04-111-0/+9
* Add some missing headers. It is not really ok to include Xutil.hPierre Ossman2013-04-111-0/+2
* Major rewrite of the keyboard code. The old code was too focused onPierre Ossman2013-04-091-0/+538