summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Add keycode min/max and iteration APIMatthias Clasen1-0/+23
2013-05-09Widen keycode range to 8/255 if possible (bug #63390)Daniel Stone1-0/+2
2013-04-01keymap: add xkb_keymap_new_from_buffer()David Herrmann4-0/+109
2013-04-01Add key-sequence checking to rulescompDaniel Stone1-60/+137
2013-03-19test: Add va_list variant of test_key_seqDaniel Stone2-6/+17
2013-03-19Allow NULL rmlvo for xkb_keymap_new_from_namesDaniel Stone1-6/+10
2013-03-19test: Add environment checking to rulescompDaniel Stone1-3/+45
2013-03-19test: Suppress RMLVO environment inheritance by defaultDaniel Stone2-1/+16
2013-03-19Add environment overrides for default RMLVODaniel Stone1-7/+0
2013-03-19test: Use test_get_context() in log.cDaniel Stone1-1/+1
2013-03-19test: Add flags argument to test_get_context()Daniel Stone13-13/+17
2013-03-19test: Move test_key_seq to common.cDaniel Stone3-104/+109
2013-03-18keyseq: add a couple of testsRan Benita1-0/+29
2013-03-18Don't try to build linux-specific tests on non-linuxRan Benita1-1/+0
2013-03-18keymap: abstract a bit over the keymap formatRan Benita3-0/+26
2013-03-18test/rmlvo-to-kccgst: free memory before exitRan Benita1-0/+6
2013-03-18keymap-dump: remove some ugly empty linesRan Benita1-3/+0
2013-03-18keymap-dump: don't indent after xkb_keymap {Ran Benita1-1906/+1906
2013-03-18keysym: print unicode keysyms uppercase and 0-paddedRan Benita2-24/+28
2013-03-18test/interactive: change variable name for 'xkb' to 'keymap'Ran Benita1-2/+3
2013-03-18state: fix unbound virtual modifier bugRan Benita2-1/+1543
2013-03-18test/interactive: also print the levelRan Benita1-10/+7
2013-03-18test/keyseq: re-add de(neo) level5 testRan Benita1-6/+5
2013-03-18Sync test data from xkeyboard-configRan Benita21-146/+573
2012-11-07test/keysym: '\e' is non-standardRan Benita1-1/+1
2012-11-05keysym-utf: also translate special keysyms like Tab and ReturnRan Benita1-2/+15
2012-10-29test/keyseq: add test for setting depressed groupRan Benita1-0/+46
2012-10-29state, context: allow passing NULL to *_unref()Ran Benita1-0/+5
2012-10-24test: add key processing benchmarkRan Benita2-0/+97
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 Benita2-44/+56
2012-10-16Add xkb_keysym_from_name() flags argument for case-insensitive searchDavid Herrmann2-8/+48
2012-10-12Change log env vars to XKB_LOG_LEVEL/VERBOSITYRan Benita1-2/+2
2012-10-11Make xkb_keymap_num_leds return the index range instead of active countRan Benita2-2/+2
2012-10-10stringcomp: test compilation of a dump of a keymap created from rulesRan Benita1-0/+12
2012-10-10keymap, state: don't assume led index < xkb_keymap_num_ledsRan Benita2-5/+32
2012-10-09keysym: fix xkb_keysym_is_upper/lower() to work properlyRan Benita1-0/+29
2012-10-06state: fix bad EFFECTIVE check in *_is_active()Ran Benita1-0/+9
2012-09-30parser: remove XkbCompMapList ruleRan Benita2-17/+0
2012-09-30test/interactive: allow -k to get any absolute pathRan Benita1-3/+15
2012-09-30Don't use %z printf formatRan Benita1-2/+3
2012-09-27test: add keycodes files which map directly to evdev codesRan Benita3-0/+1695
2012-09-27keymap-dump: make it look better with long key namesRan Benita1-495/+495
2012-09-27test/interactive: allow to set evdev offsetRan Benita1-5/+13
2012-09-27Add xkb_state_key_get_one_symDaniel Stone1-0/+15
2012-09-24Add format argument to xkb_keymap_get_as_stringRan Benita2-2/+2
2012-09-24API: add _context prefix to log-related functionsRan Benita3-18/+18
2012-09-24state: correctly wrap state->locked_group and ->groupRan Benita1-0/+40
2012-09-24Don't choke on RMLVO layout string with holesRan Benita1-0/+3