summaryrefslogtreecommitdiff
path: root/src/input.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-24log: move log_warning to log_warnDavid Herrmann1-16/+16
2012-01-23input, xkb: port to new kbd objectRan Benita1-19/+29
2012-01-11input: make "us" default layout, override by env varsRan Benita1-5/+6
2011-12-31input: shuffle headers and includesRan Benita1-7/+7
2011-12-31xkb: fix group wrappingRan Benita1-1/+1
2011-12-31input: fix open() call parametersDavid Herrmann1-1/+1
2011-12-31input: use libxkbcommon to convert input eventsRan Benita1-4/+45
2011-12-31input: do not take reference of parent input objectDavid Herrmann1-1/+0
2011-12-31input: silently ignore devices without device-nodeDavid Herrmann1-3/+1
2011-12-31input: rearrange code to avoid forward declarationsDavid Herrmann1-382/+334
2011-12-30input: add infrastructure for an input subsystemRan Benita1-0/+611