summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/interactive-evdev: add compose supportRan Benita2014-10-034-24/+94
* test/compose: add new testRan Benita2014-10-033-0/+6416
* Move benchmarks from tests to their own files in bench/Ran Benita2014-10-024-198/+1
* keymap-dump: combine modifier_map's with the same modifierRan Benita2014-09-222-24/+10
* test/keyseq: add testRan Benita2014-09-111-0/+10
* keycodes: fix keymap compilation with no aliases and malloc(0)==NULLRan Benita2014-09-102-0/+1338
* test: make most tests portable by copying linux/input.h locallyRan Benita2014-09-064-4/+590
* Remove <linux/input.h> include from test/x11comp.cPino Toscano2014-09-061-1/+0
* test/x11comp: don't hang if Xvfb is not availableRan Benita2014-09-011-2/+6
* test/state: add test_update_mask() testRan Benita2014-08-181-0/+70
* test/x11comp: server writes \n to displayfdRan Benita2014-08-181-1/+3
* test/x11-keyseq: new testRan Benita2014-08-093-0/+1845
* interactive-evdev: don't use sysexits.hRan Benita2014-07-271-2/+1
* ast-build: make sure InterpDef is freeableRan Benita2014-07-272-0/+8
* test: add file with a syntax errorRan Benita2014-07-262-0/+1815
* Remove unnecessary !!(expressions)Ran Benita2014-06-011-1/+1
* 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