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