summaryrefslogtreecommitdiff
path: root/src/input.c
AgeCommit message (Expand)Author
2012-03-08Fix make distcheckJeremy Huddleston
2012-03-08Silence a -Wincompatible-pointer-types because we know better.Jeremy Huddleston
2011-11-20Update for input API change: InputOption is an opaque type now.Jamey Sharp
2011-10-16Set the keyboard mapping based on the remote server's mapJeremy Huddleston
2011-10-16Properly include config.h in each of our source filesJeremy Huddleston
2011-09-19If we fail to NewInputDeviceRequest, FatalError rather than crash later.Jeremy Huddleston
2011-09-19Don't ignore errors in NestedInputControlJeremy Huddleston
2011-09-15Quit waking up every 20ms to get events from the backend server.Jamey Sharp
2011-09-14Remove some unused variablesJeremy Huddleston
2011-09-14Don't scale the absolute axis valuators.Jamey Sharp
2011-09-14Fix #includes when xserver is in a non-standard prefix.Jamey Sharp
2011-09-14Update for input ABI 12.2.Jamey Sharp
2011-02-27Updated authors.Colin Hill
2011-02-23Got rid of unsightly void pointers.Colin Hill
2011-02-22Fixed compiler warnings.Colin Hill
2011-02-22Fixed a warning; added window title display of the DISPLAY env. variable that...Weseung Hwang
2011-02-16Added input.cColin Hill