summaryrefslogtreecommitdiff
path: root/tests/test_input.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-12tests: fix build with new uterm headersDavid Herrmann1-1/+2
2012-10-27kmscon: add --xkb-model optionDavid Herrmann1-0/+4
2012-10-27build: fix "make check" build failuresDavid Herrmann1-3/+3
2012-10-27xkb: use system defaults instead of "us" for layoutRan Benita1-2/+2
2012-10-09test_input: fix using XKB directlyDavid Herrmann1-6/+8
2012-10-01test_input: fix compilation with changed input APIDavid Herrmann1-10/+4
2012-08-11tests: make all tests use the new conf-parsersDavid Herrmann1-4/+64
2012-07-31test_input: fix compilation for kbd_keysym_to_string()David Herrmann1-3/+1
2012-05-27test_input: always print keysymDavid Herrmann1-5/+4
2012-05-26kbd: remove "dev" from kbd_dev_keysym_to_stringRan Benita1-2/+2
2012-05-05test_input: use new input APIDavid Herrmann1-43/+66
2012-04-22test_input: use new test_include.h infrastructureDavid Herrmann1-50/+27
2012-03-20eloop: move prefix to "ev_" instead of "kmscon_"David Herrmann1-11/+11
2012-01-23test_input: simplify and drop xkbcommon dependencyRan Benita1-15/+4
2011-12-31input: define our own modifiersRan Benita1-10/+10
2011-12-31input: don't use 0 to signal lack of unicode valueRan Benita1-1/+1
2011-12-31input: shuffle headers and includesRan Benita1-0/+3
2011-12-31input: use libxkbcommon to convert input eventsRan Benita1-3/+54
2011-12-31tests: add test for the input subsystemRan Benita1-0/+127