summaryrefslogtreecommitdiff
path: root/test/state.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-29state, context: allow passing NULL to *_unref()Ran Benita1-0/+5
2012-10-22Split the mods, layout, leds parts of xkb_state_componentsRan Benita1-42/+52
2012-10-11Make xkb_keymap_num_leds return the index range instead of active countRan Benita1-1/+1
2012-10-10keymap, state: don't assume led index < xkb_keymap_num_ledsRan Benita1-3/+30
2012-10-06state: fix bad EFFECTIVE check in *_is_active()Ran Benita1-0/+9
2012-09-27Add xkb_state_key_get_one_symDaniel Stone1-0/+15
2012-09-24Don't use xkbcommon-compat names in internal codeRan Benita1-35/+34
2012-09-02state: fix mod_names_are_activeRan Benita1-20/+25
2012-08-08Add xkb_map_mod_mask_remove_consumedDaniel Stone1-0/+31
2012-08-08test: Minimise includesDaniel Stone1-2/+0
2012-07-12Add a library of common test functionsDaniel Stone1-11/+4
2012-06-22state: Add more comprehensive repeating testDaniel Stone1-5/+3
2012-06-22Add xkb_key_repeatsDaniel Stone1-0/+13
2012-06-09state: use darray for filtersRan Benita1-10/+16
2012-05-11Rename 'ctx' back to 'context' in external APIDaniel Stone1-5/+5
2012-05-09Rename serialise to serializeDaniel Stone1-8/+8
2012-05-09Add common LED names to xkbcommon-names.hDaniel Stone1-2/+2
2012-05-09Merge remote-tracking branch 'krh/keysyms'Daniel Stone1-3/+2
2012-05-09Use our own keysymsKristian Høgsberg1-3/+2
2012-05-09Shorten context to ctxRan Benita1-5/+5
2012-05-09Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone1-19/+19
2012-05-09Add multiple modifier state matching APIDaniel Stone1-0/+19
2012-05-08Add pre-defined names databaseDaniel Stone1-13/+14
2012-05-08Add flags to context creationDaniel Stone1-1/+1
2012-05-08Add flags to keymap compilation entrypointsDaniel Stone1-1/+1
2012-05-08Rename XKBcommonint.h to xkb-priv.h and use itRan Benita1-1/+1
2012-04-09Overhaul test suiteRan Benita1-10/+10
2012-04-09Rename xkb_desc to xkb_keymapDaniel Stone1-3/+3
2012-03-27Use xkb_contexts in keymap compilationDaniel Stone1-2/+7
2012-03-27Define our own None atom valueRan Benita1-2/+0
2012-03-27Move utils.{c,h} to be used by the entire projectRan Benita1-1/+1
2012-03-27Add enum xkb_key_direction instead of boolDaniel Stone1-11/+11
2012-03-27Add state serialisation APIDaniel Stone1-22/+78
2012-03-22Rename keymap allocation APIDaniel Stone1-2/+2
2012-03-22Add LED state APIDaniel Stone1-11/+28
2012-03-21Round out new state APIDaniel Stone1-13/+62
2012-03-21Add new state APIDaniel Stone1-0/+104