Use our types instead of int/uint32_t in a few places
[platform/upstream/libxkbcommon.git] / src / keymap.h
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}