parser: change deprecated `%pure-parser` to `%define api.pure` (#370)
[platform/upstream/libxkbcommon.git] / src / keymap.h
2023-05-01 WismillAdd support for modmap None (#291)
2020-03-20 Jaroslaw KubikAPI to query modifier set required to type a keysym
2017-12-12 Ran Benitakeymap: fix NULL dereference when dumping the default...
2016-02-27 Ran Benitakeymap: share LevelsSameSyms()
2015-10-26 Ran Benitakeymap: fix outdated comment
2014-09-25 Ran Benitakeymap: rename XkbKeyGroupWidth to XkbKeyNumLevels
2014-08-18 Ran BenitaMake the effective mod mask calculation available to...
2014-08-09 Ran Benitakeymap: remove "flags" field of xkb_private_action
2014-04-22 Ran Benitakeymap, keycodes, compat: don't use darray for LEDs
2014-04-22 Ran Benitakeymap: don't use darray in xkb_mod_set
2014-04-22 Ran Benitakeymap: add and use xkb_mods_{foreach,enumerate}()
2014-04-22 Ran Benitakeymap: rename xkb_foreach_key to xkb_keys_foreach
2014-04-22 Ran Benitakeymap: protect xkb_foreach_key macro params
2014-04-19 Ran Benitasymbols: use xkb_mod_set instead of entire keymap
2014-04-19 Ran Benitatext: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran BenitaAdd struct xkb_mod_set
2014-04-19 Ran Benitakeymap: rename wrap_group_into_range -> XkbWrapGroupInt...
2014-04-19 Ran Benitakeymap: move ModNameToIndex from text.c and use it...
2014-02-16 Ran Benitakeymap: change action flag NO_ACCEL -> ACCEL
2014-02-09 Ran Benitakeymap: reduce padding in struct xkb_sym_interpret
2014-02-07 Ran Benitaaction: change xkb_pointer_button_action::button to...
2014-01-13 Ran Benitakeymap: split private functions to keymap-priv.c
2014-01-13 Ran Benitakeymap: move XkbEscapeMapName() to keymap.c.
2013-07-31 Ran Benitakeymap: remove struct xkb_key_redirect_action
2013-07-23 Ran Benitakeymap: move RANGE_WRAP to be the first in the enum
2013-07-21 Ran Benitakeymap: don't use darray for sym_interprets
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-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-18 Ran BenitaClean up xkb_sym_interpret a bit
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 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}