summaryrefslogtreecommitdiff
path: root/test/state.c
Commit message (Expand)AuthorAgeFilesLines
* test/data: sync from xkeyboard-config 2.30Ran Benita2020-09-071-1/+1
* build: include config.h manuallyRan Benita2019-12-271-0/+2
* state: add GTK consumed modifiers modeRan Benita2016-10-311-0/+35
* test/state: move wrongly-placed assertRan Benita2016-10-221-2/+1
* test: make most tests portable by copying linux/input.h locallyRan Benita2014-09-061-1/+1
* test/state: add test_update_mask() testRan Benita2014-08-181-0/+70
* state: fix consumed modifier calculationRan Benita2014-03-271-2/+57
* 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-221-0/+76
* state: Add xkb_state_key_get_consumed_modsJasper St. Pierre2014-02-221-0/+3
* test/state: fix tautological testRan Benita2014-02-081-1/+1
* Fix sign-compare warningsRan Benita2014-02-081-8/+8
* test/state: fix some *_{is,are}_active() testsRan Benita2014-01-111-18/+23
* test/state: fix missing xkb_state_unrefRan Benita2013-09-251-0/+2
* state: apply capitalization transformation on keysymsRan Benita2013-08-151-0/+71
* Add keycode min/max and iteration APIMatthias Clasen2013-05-091-0/+23
* test: Add flags argument to test_get_context()Daniel Stone2013-03-191-1/+1
* state, context: allow passing NULL to *_unref()Ran Benita2012-10-291-0/+5
* Split the mods, layout, leds parts of xkb_state_componentsRan Benita2012-10-221-42/+52
* Make xkb_keymap_num_leds return the index range instead of active countRan Benita2012-10-111-1/+1
* keymap, state: don't assume led index < xkb_keymap_num_ledsRan Benita2012-10-101-3/+30
* state: fix bad EFFECTIVE check in *_is_active()Ran Benita2012-10-061-0/+9
* Add xkb_state_key_get_one_symDaniel Stone2012-09-271-0/+15
* Don't use xkbcommon-compat names in internal codeRan Benita2012-09-241-35/+34
* state: fix mod_names_are_activeRan Benita2012-09-021-20/+25
* Add xkb_map_mod_mask_remove_consumedDaniel Stone2012-08-081-0/+31
* test: Minimise includesDaniel Stone2012-08-081-2/+0
* Add a library of common test functionsDaniel Stone2012-07-121-11/+4
* state: Add more comprehensive repeating testDaniel Stone2012-06-221-5/+3
* Add xkb_key_repeatsDaniel Stone2012-06-221-0/+13
* state: use darray for filtersRan Benita2012-06-091-10/+16
* Rename 'ctx' back to 'context' in external APIDaniel Stone2012-05-111-5/+5
* Rename serialise to serializeDaniel Stone2012-05-091-8/+8
* Add common LED names to xkbcommon-names.hDaniel Stone2012-05-091-2/+2
* Merge remote-tracking branch 'krh/keysyms'Daniel Stone2012-05-091-3/+2
|\
| * Use our own keysymsKristian Høgsberg2012-05-091-3/+2
* | Shorten context to ctxRan Benita2012-05-091-5/+5
* | Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone2012-05-091-19/+19
* | Add multiple modifier state matching APIDaniel Stone2012-05-091-0/+19
* | Add pre-defined names databaseDaniel Stone2012-05-081-13/+14
* | Add flags to context creationDaniel Stone2012-05-081-1/+1
* | Add flags to keymap compilation entrypointsDaniel Stone2012-05-081-1/+1
* | Rename XKBcommonint.h to xkb-priv.h and use itRan Benita2012-05-081-1/+1
|/
* Overhaul test suiteRan Benita2012-04-091-10/+10
* Rename xkb_desc to xkb_keymapDaniel Stone2012-04-091-3/+3
* Use xkb_contexts in keymap compilationDaniel Stone2012-03-271-2/+7
* Define our own None atom valueRan Benita2012-03-271-2/+0
* Move utils.{c,h} to be used by the entire projectRan Benita2012-03-271-1/+1
* Add enum xkb_key_direction instead of boolDaniel Stone2012-03-271-11/+11
* Add state serialisation APIDaniel Stone2012-03-271-22/+78