Run source tree through uncrustify
[platform/upstream/libxkbcommon.git] / src / map.c
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