Organize xkbcomp/ header files
[platform/upstream/libxkbcommon.git] / src / map.c
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-08-10 Ran Benitamap: share some code
2012-08-10 Ran BenitaUse XKB_{GROUP,LEVEL}_INVALID instead of -1 for errors
2012-08-08 Daniel StoneAdd xkb_map_mod_mask_remove_consumed
2012-08-08 Daniel StoneWarning fixes
2012-08-08 Ran BenitaAdd API to query whether a modifier is consumed
2012-08-07 Ran Benitatypes: use regular array for map entries
2012-08-07 Ran BenitaAdd and use xkb_level_index_t
2012-08-07 Ran BenitaUse only one set of core mod name-to-index functions
2012-08-07 Ran Benitamap: fix incorrect return value
2012-08-07 Ran Benitamap: fix virtual mod index calculation
2012-07-26 Ran Benitautils: add/replace string equality macros
2012-07-22 Ran Benitautils: remove Xfuncproto.h and use our own macros
2012-07-18 Ran BenitaUse xkb_group_index_t for group variables throughout
2012-07-18 Ran BenitaRemove _X_EXPORT from xkb_key_get_group/level
2012-07-18 Ran BenitaPass around xkb_key's instead of keycodes
2012-07-18 Ran Benitamap: verifiy that the keycode is legal
2012-07-18 Ran BenitaGet rid of group_info
2012-07-18 Ran BenitaAdd common xkb_key struct
2012-07-18 Ran BenitaReplace xkb_keycode_t 'key' variable name by 'kc'
2012-07-18 Ran BenitaMove per_key_repeats and enabled_ctrls to keymap
2012-07-18 Ran BenitaGet rid of xkb_key_names
2012-07-18 Ran BenitaGet rid of xkb_indicator
2012-07-18 Ran BenitaGet rid of xkb_compat_map
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-15 Ran BenitaFix typo in out of range group calculation
2012-06-22 Daniel StoneDon't ignore inactive type entries
2012-06-22 Daniel StoneAdd xkb_key_repeats
2012-06-09 Ran Benitastate: use darray for filters
2012-05-22 Ran Benitakeytypes: use darray for xkb_kt_map_entry's
2012-05-09 Daniel StoneChange xkb_key_get_syms to just return a bare int
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-08 Ran BenitaRename XKBcommonint.h to xkb-priv.h and use it
2012-04-09 Ran BenitaImplicitly include config.h in all files
2012-04-09 Ran BenitaRemove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.h
2012-04-09 Ran BenitaConstify the syms_out argument to xkb_key_get_syms()
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-03-29 Daniel StoneFull support for multiple keysyms per level
2012-03-27 Ran BenitaDefine our own NoSymbol value and use it
2012-03-27 Ran BenitaDefine our own None atom value
2012-03-27 Ran BenitaFix all -Wsign-compare warnings
2012-03-27 Ran BenitaMove utility macro from XKBcommonint.h to utils.h
2012-03-22 Daniel StoneAdd LED state API
2012-03-22 Daniel StoneFix documentation bugs with mod/group state API
2012-03-21 Daniel StoneRound out new state API
2012-03-21 Daniel StoneAdd new state API
2012-03-21 Daniel StoneRemove some rogue fprintfs
2012-03-14 Daniel StoneAdd xkb_get_syms_by_level
2012-03-13 Daniel StoneAdd xkb_key_get_syms API