summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-24Don't use xkbcommon-compat names in internal codeRan Benita9-65/+65
2012-09-19test: add print-compiled-keymap toolRan Benita2-0/+107
2012-09-17symbols: fix buffer overflow with illegal explicit groupRan Benita1-0/+3
2012-09-16keyseq: add test for repeat-shift-repeat-unshift-repeatRan Benita1-1/+17
2012-09-16Organize src/ and test/ headersRan Benita11-41/+6
2012-09-15keycodes: ignore explicit minimum/maximum statementsRan Benita1-2/+0
2012-09-14keyseq: test that de(neo) is working properlyRan Benita1-1/+75
2012-09-13symbols: fix real/alias key merge ordering bugRan Benita1-1/+22
2012-09-13keymap-dump: don't write spaces between multiple-syms-per-levelRan Benita1-2/+2
2012-09-12Copyright updatesDaniel Stone7-41/+59
2012-09-03test/rules-file: add benchmarkRan Benita1-7/+48
2012-09-03test: add rmlvo-to-kccgst toolRan Benita2-0/+86
2012-09-03rules: fix check for appending '|' character when applyingRan Benita2-2/+2