Add keycode min/max and iteration API
[platform/upstream/libxkbcommon.git] / src / keymap.c
2013-05-09 Matthias ClasenAdd keycode min/max and iteration API
2013-04-01 Ran BenitaReplace flex scanner with a hand-written one
2013-04-01 David Herrmannkeymap: add xkb_keymap_new_from_buffer()
2013-03-19 Daniel StoneAdd environment overrides for default RMLVO
2013-03-18 Ran Benitakeymap: rename xkb_kt_map_entry to xkb_key_type_entry
2013-03-18 Ran Benitakeymap: don't use darray for key aliases
2013-03-18 Ran BenitaMove a couple of general keymap functions from keycodes.c
2013-03-18 Ran Benitakeymap: abstract a bit over the keymap format
2013-03-18 Ran BenitaChange 'indicator' to 'led' everywhere possible
2012-11-10 Ran Benitakeymap: wrap the layout parameter if it is out of range...
2012-10-23 Ran Benitakeymap: use plain array for keymap->group_names
2012-10-13 Ran BenitaFinish first round of API documentation
2012-10-11 Ran BenitaMake xkb_keymap_num_leds return the index range instead...
2012-10-11 Ran Benitakeymap: rename keymap->sym_interpret -> sym_interprets
2012-10-10 Ran BenitaRemove the XKB_NUM_INDICATORS limit
2012-10-10 Ran Benitakeymap: don't use darray for keymap->keys
2012-10-10 Ran Benitakeymap, state: don't assume led index < xkb_keymap_num_leds
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-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-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 BenitaRename map.{c,h} to keymap.{c,h}