summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* state: fix consumed modifier calculationRan Benita2014-03-272-2/+63
* state: apply control transformation on utf8/utf32 keysym stringsRan Benita2014-03-221-0/+47
* state: add xkb_state_key_get_{utf8,utf32}() API functionsRan Benita2014-03-222-12/+78
* Add utf8.{c,h} for common UTF-8 util functionsRan Benita2014-03-222-0/+158
* interactive-x11: beef up select_events a bitRan Benita2014-02-281-21/+41
* state: Add xkb_state_key_get_consumed_modsJasper St. Pierre2014-02-221-0/+3
* keymap-dump: don't print "affect=lock" in PtrLockRan Benita2014-02-151-4/+4
* test/rmlvo-to-kccgst: use default RMLVO values in translationRan Benita2014-02-101-0/+2
* api: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use KEYMAP instead of MAPRan Benita2014-02-081-1/+1
* test/state: fix tautological testRan Benita2014-02-081-1/+1
* Fix sign-compare warningsRan Benita2014-02-082-9/+9
* test: don't print control characters in interactive testsRan Benita2014-02-071-1/+1
* 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