summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* x11: add a couple of testsRan Benita2014-02-024-0/+450
* test: rename test/interactive to interactive-evdevRan Benita2014-01-134-107/+111
* test/state: fix some *_{is,are}_active() testsRan Benita2014-01-111-18/+23
* Fix some cppcheck warningsRan Benita2014-01-112-17/+10
* test/atom: add test for atom tableRan Benita2013-12-022-0/+182
* scanner: restore lost DIVIDE tokenRan Benita2013-11-271-1/+5
* rules: fix scanning of line-continuation without leading spaceRan Benita2013-10-141-1/+4
* rulescomp: increase BENCHMARK_ITERATIONS from 1000 to 2500Ran Benita2013-10-101-1/+1
* test/state: fix missing xkb_state_unrefRan Benita2013-09-251-0/+2
* state: apply capitalization transformation on keysymsRan Benita2013-08-151-0/+71
* test/interactive: use xkb_state_key_get_one_sym() when there's only 1Ran Benita2013-08-151-5/+12
* keysym: add xkb_keysym_to_{lower,upper}Ran Benita2013-08-151-0/+13
* test: make sure keycode 0 works fineRan Benita2013-08-141-0/+1
* scanner: don't fail over unknown escape sequenceRan Benita2013-08-133-0/+189
* scanner: allow empty key name literalsRan Benita2013-08-022-0/+1140
* xkbcomp: handle empty keymapsRan Benita2013-08-024-0/+15
* test/keyseq: add de(neo) Level{6,7,8} testsRan Benita2013-07-252-1/+46
* Get rid of the usage of PATH_MAXPino Toscano2013-07-242-8/+35
* test: sync test/data from xkeyboard-config 2.9Ran Benita2013-07-2212-14/+475
* atom: really work with non-NUL-terminated stringsRan Benita2013-07-221-0/+9
* xkbcomp: escape the section names before storing them in the keymapRan Benita2013-07-181-1/+6
* Add keycode min/max and iteration APIMatthias Clasen2013-05-091-0/+23
* Widen keycode range to 8/255 if possible (bug #63390)Daniel Stone2013-05-091-0/+2
* keymap: add xkb_keymap_new_from_buffer()David Herrmann2013-04-014-0/+109
* Add key-sequence checking to rulescompDaniel Stone2013-04-011-60/+137
* test: Add va_list variant of test_key_seqDaniel Stone2013-03-192-6/+17
* Allow NULL rmlvo for xkb_keymap_new_from_namesDaniel Stone2013-03-191-6/+10
* test: Add environment checking to rulescompDaniel Stone2013-03-191-3/+45
* test: Suppress RMLVO environment inheritance by defaultDaniel Stone2013-03-192-1/+16
* Add environment overrides for default RMLVODaniel Stone2013-03-191-7/+0
* test: Use test_get_context() in log.cDaniel Stone2013-03-191-1/+1
* test: Add flags argument to test_get_context()Daniel Stone2013-03-1913-13/+17
* test: Move test_key_seq to common.cDaniel Stone2013-03-193-104/+109
* keyseq: add a couple of testsRan Benita2013-03-181-0/+29
* Don't try to build linux-specific tests on non-linuxRan Benita2013-03-181-1/+0
* keymap: abstract a bit over the keymap formatRan Benita2013-03-183-0/+26
* test/rmlvo-to-kccgst: free memory before exitRan Benita2013-03-181-0/+6
* keymap-dump: remove some ugly empty linesRan Benita2013-03-181-3/+0
* keymap-dump: don't indent after xkb_keymap {Ran Benita2013-03-181-1906/+1906
* keysym: print unicode keysyms uppercase and 0-paddedRan Benita2013-03-182-24/+28
* test/interactive: change variable name for 'xkb' to 'keymap'Ran Benita2013-03-181-2/+3
* state: fix unbound virtual modifier bugRan Benita2013-03-182-1/+1543
* test/interactive: also print the levelRan Benita2013-03-181-10/+7
* test/keyseq: re-add de(neo) level5 testRan Benita2013-03-181-6/+5
* Sync test data from xkeyboard-configRan Benita2013-03-1821-146/+573
* test/keysym: '\e' is non-standardRan Benita2012-11-071-1/+1
* keysym-utf: also translate special keysyms like Tab and ReturnRan Benita2012-11-051-2/+15
* test/keyseq: add test for setting depressed groupRan Benita2012-10-291-0/+46
* state, context: allow passing NULL to *_unref()Ran Benita2012-10-291-0/+5
* test: add key processing benchmarkRan Benita2012-10-242-0/+97