summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/interactive: use num_layouts_for_key()Ran Benita2012-10-231-2/+3
* test/interactive: add option to show state changesRan Benita2012-10-221-6/+43
* Split the mods, layout, leds parts of xkb_state_componentsRan Benita2012-10-222-44/+56
* Add xkb_keysym_from_name() flags argument for case-insensitive searchDavid Herrmann2012-10-162-8/+48
* Change log env vars to XKB_LOG_LEVEL/VERBOSITYRan Benita2012-10-121-2/+2
* Make xkb_keymap_num_leds return the index range instead of active countRan Benita2012-10-112-2/+2
* stringcomp: test compilation of a dump of a keymap created from rulesRan Benita2012-10-101-0/+12
* keymap, state: don't assume led index < xkb_keymap_num_ledsRan Benita2012-10-102-5/+32
* keysym: fix xkb_keysym_is_upper/lower() to work properlyRan Benita2012-10-091-0/+29
* state: fix bad EFFECTIVE check in *_is_active()Ran Benita2012-10-061-0/+9
* parser: remove XkbCompMapList ruleRan Benita2012-09-302-17/+0
* test/interactive: allow -k to get any absolute pathRan Benita2012-09-301-3/+15
* Don't use %z printf formatRan Benita2012-09-301-2/+3
* test: add keycodes files which map directly to evdev codesRan Benita2012-09-273-0/+1695
* keymap-dump: make it look better with long key namesRan Benita2012-09-271-495/+495
* test/interactive: allow to set evdev offsetRan Benita2012-09-271-5/+13
* Add xkb_state_key_get_one_symDaniel Stone2012-09-271-0/+15
* Add format argument to xkb_keymap_get_as_stringRan Benita2012-09-242-2/+2
* API: add _context prefix to log-related functionsRan Benita2012-09-243-18/+18
* state: correctly wrap state->locked_group and ->groupRan Benita2012-09-241-0/+40
* Don't choke on RMLVO layout string with holesRan Benita2012-09-241-0/+3
* Don't use xkbcommon-compat names in internal codeRan Benita2012-09-249-65/+65
* test: add print-compiled-keymap toolRan Benita2012-09-192-0/+107
* symbols: fix buffer overflow with illegal explicit groupRan Benita2012-09-171-0/+3
* keyseq: add test for repeat-shift-repeat-unshift-repeatRan Benita2012-09-161-1/+17
* Organize src/ and test/ headersRan Benita2012-09-1611-41/+6
* keycodes: ignore explicit minimum/maximum statementsRan Benita2012-09-151-2/+0
* keyseq: test that de(neo) is working properlyRan Benita2012-09-141-1/+75
* symbols: fix real/alias key merge ordering bugRan Benita2012-09-131-1/+22
* keymap-dump: don't write spaces between multiple-syms-per-levelRan Benita2012-09-131-2/+2
* Copyright updatesDaniel Stone2012-09-127-41/+59
* test/rules-file: add benchmarkRan Benita2012-09-031-7/+48
* test: add rmlvo-to-kccgst toolRan Benita2012-09-032-0/+86
* rules: fix check for appending '|' character when applyingRan Benita2012-09-032-2/+2
* Don't printf NULL stringsRan Benita2012-09-031-1/+2
* test/data/symbols: keypad can only have one default sectionRan Benita2012-09-031-1/+1
* Set log level for tests through env, not directlyRan Benita2012-09-031-3/+0
* log: replace "priority" by "level" everywhereRan Benita2012-09-033-13/+17
* state: fix mod_names_are_activeRan Benita2012-09-021-20/+25
* compat: ignore "group" (compatibility) statementsRan Benita2012-09-011-3/+0
* compat: ignore "locking" field in sym interpretsRan Benita2012-09-011-1/+0
* rulescomp: remove bad failtestsRan Benita2012-09-013-10/+1590
* Organize xkbcomp/ header filesRan Benita2012-09-011-2/+2
* Allocate xkb_component_names on stackRan Benita2012-09-011-17/+15
* Fix warningRan Benita2012-08-091-4/+1