summaryrefslogtreecommitdiff
path: root/test/interactive.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-19test: Add flags argument to test_get_context()Daniel Stone1-1/+1
2013-03-18test/interactive: change variable name for 'xkb' to 'keymap'Ran Benita1-2/+3
2013-03-18test/interactive: also print the levelRan Benita1-10/+7
2012-10-23test/interactive: use num_layouts_for_key()Ran Benita1-2/+3
2012-10-22test/interactive: add option to show state changesRan Benita1-6/+43
2012-10-22Split the mods, layout, leds parts of xkb_state_componentsRan Benita1-2/+4
2012-10-11Make xkb_keymap_num_leds return the index range instead of active countRan Benita1-1/+1
2012-10-10keymap, state: don't assume led index < xkb_keymap_num_ledsRan Benita1-2/+2
2012-09-30test/interactive: allow -k to get any absolute pathRan Benita1-3/+15
2012-09-27test/interactive: allow to set evdev offsetRan Benita1-5/+13
2012-09-24Don't use xkbcommon-compat names in internal codeRan Benita1-15/+15
2012-09-16Organize src/ and test/ headersRan Benita1-4/+0
2012-08-08test: Use test_compile_*() in interactiveDaniel Stone1-27/+15
2012-08-08tests: Fix uninitialised-use-of-'ret' warningDaniel Stone1-3/+4
2012-08-08test: Use test_get_context() in interactiveDaniel Stone1-1/+2
2012-08-08Add API to query whether a modifier is consumedRan Benita1-1/+4
2012-08-07interactive: add support to run from keymap fileRan Benita1-20/+38
2012-07-28Add an interactive evdev testRan Benita1-0/+493