Rename XKB_NUM_GROUPS to XKB_MAX_GROUPS
[platform/upstream/libxkbcommon.git] / src / keymap.h
2012-10-10 Ran BenitaRename XKB_NUM_GROUPS to XKB_MAX_GROUPS
2012-10-06 Ran Benitakeymap: use xkb_mod_mask_t for interpret->mods and...
2012-10-06 Ran BenitaReplace 0xff with MOD_REAL_MASK_ALL
2012-10-06 Ran BenitaKeep real and virtual mods in the same table in the...
2012-10-06 Ran BenitaRemove the XKB_NUM_VIRTUAL_MODIFIERS limit
2012-10-06 Ran BenitaUse our types instead of int/uint32_t in a few places
2012-09-27 Ran BenitaDon't limit key names to 4 characters
2012-09-24 Ran Benitakeymap: remove some more unneeded macros
2012-09-24 Ran Benitakeymap: store a pointer to the type in xkb_group instea...
2012-09-24 Ran Benitakeymap, symbols: improve xkb_key memory layout
2012-09-24 Ran Benitakeymap: use our type for keymap->enabled_ctrls
2012-09-23 Ran Benitakeymap.h: add note on why XKB_NUM_GROUPS is still there
2012-09-23 Ran Benitakeymap, symbols: use darray for num_groups
2012-09-23 Ran Benitakeymap: don't use XKB_NUM_GROUPS for key->kt_index
2012-09-23 Ran BenitaAdd format argument to xkb_keymap_get_as_string
2012-09-23 Ran Benitakeymap: remove XkbKeyGetKeycode
2012-09-23 Ran BenitaRename map.{c,h} to keymap.{c,h}