cast a function's return value
[platform/upstream/libxkbcommon.git] / src / keymap.c
2023-12-21 JengHyun Kangcast a function's return value
2023-12-21 JengHyun KangAdd a new API to set key repeat
2023-05-04 Peter Huttererscanner: allow for a zero terminated string as keymap
2020-04-18 Ran Benitakeymap: don't forget about fallback mappings in xkb_key...
2020-03-20 Jaroslaw KubikAPI to query modifier set required to type a keysym
2019-12-27 Ran Benitabuild: include config.h manually
2016-01-20 Mike Blumenkrantzkeymap: add xkb_keymap_key_by_name(), xkb_keymap_key_ge...
2014-09-25 Ran Benitakeymap: rename XkbKeyGroupWidth to XkbKeyNumLevels
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: rename xkb_foreach_key to xkb_keys_foreach
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-10 Ran Benitacontext: add xkb_context_sanitize_rule_names()
2014-02-08 Ran Benitaapi: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use...
2014-02-07 Ran BenitaFix sign-compare warnings
2014-01-13 Ran Benitakeymap: split private functions to keymap-priv.c
2014-01-13 Ran Benitakeymap: move XkbEscapeMapName() to keymap.c.
2014-01-11 Ran BenitaFix some cppcheck warnings
2013-10-10 Ran Benitakeymap: call strlen on keymap string instead of SIZE_MAX
2013-07-31 Ran Benitakeymap: update builtin fields directly in src/keymap.c
2013-07-31 Ran Benitakeymap: be more careful in xkb_keymap_unref
2013-07-21 Ran Benitakeymap: don't use darray for sym_interprets
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}