Split the mods, layout, leds parts of xkb_state_components
[platform/upstream/libxkbcommon.git] / src / keymap-dump.c
2012-10-22 Ran BenitaSplit the mods, layout, leds parts of xkb_state_components
2012-10-18 Ran BenitaMove _text() functions from keymap-dump to text.c
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-06 Ran BenitaRemove now-unneeded mod type annotations
2012-10-06 Ran Benitatext: explicitly take mod_type in mod functions
2012-10-06 Ran BenitaKeep real and virtual mods in the same table in the...
2012-10-06 Ran BenitaDon't use shifted virtual modifier masks
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 Benitakeymap-dump: make it look better with long key names
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-23 Ran Benitakeymap, symbols: use darray for num_groups
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}
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-23 Daniel StonePromote keymap enumeration API to public
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-14 Ran Benitakeycodes: ignore explicit minimum/maximum statements
2012-09-14 Ran Benitastate, map: constify references to xkb_key
2012-09-13 Ran Benitakeymap-dump: don't write spaces between multiple-syms...
2012-09-11 Daniel Stonekbproto unentanglement: XkbExplicit*Mask
2012-09-11 Daniel Stonekbproto unentanglement: XkbSI_AutoRepeat
2012-09-11 Daniel Stonekbproto unentanglement: XkbSI match flags
2012-09-11 Daniel Stonekbproto unentanglement: control actions
2012-09-10 Daniel Stonekbproto unentanglement: Xkb{Wrap,Clamp,Redirect}IntoRange
2012-09-10 Daniel Stoneactions: Remove PointerDefault affect field
2012-09-10 Daniel Stonekbproto unentanglement: action flags
2012-09-10 Daniel Stonekbproto unentanglement: XkbIM_*
2012-09-10 Daniel Stonekbproto unentanglement: action types
2012-09-10 Daniel StoneRemove deprecated actions
2012-09-10 Daniel Stonekbproto unentanglement: XkbNumVirtualMods
2012-09-10 Daniel Stonekbproto unentanglement: XkbNumIndicators
2012-09-10 Daniel Stonekbproto untanglement: XkbKbdNumGroups
2012-09-04 Ran BenitaFold keymap->indicator_names into keymap->indicators
2012-09-03 Ran BenitaUnify some string tables from xkbcomp, text and keymap...
2012-09-03 Ran BenitaConvert rest of names in xkb_keymap back to atoms
2012-09-03 Ran BenitaUse XKB_MOD_INVALID instead of XkbNoModifier
2012-09-02 Ran Benitacompat: remove "flags" field from xkb_indicator_map
2012-09-01 Ran Benitacompat: ignore "group" (compatibility) statements
2012-09-01 Ran Benitacompat: ignore "locking" field in sym interprets
2012-08-10 Ran Benitaaction: get rid of xkb_any_action
2012-08-10 Ran BenitaRemove XkbKeyTypeIndex and widen index type
2012-08-10 Ran BenitaStore actions inside struct xkb_key
2012-08-10 Ran BenitaModernize struct xkb_mods
2012-08-08 Ran Benitakeymap-dump: use VModMaskText
2012-08-07 Ran Benitatypes: store atoms instead of strings for level and...
2012-08-07 Ran Benitatypes: use regular array for map entries
2012-08-07 Ran Benitatypes: use regular array for types
2012-08-07 Ran Benitatypes: remove DeleteLevel1MapEntries
2012-08-07 Ran Benitatypes: move preserve directly into xkb_kt_map_entry
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 Benitakeymap-dump: use ActionTypeText
2012-08-07 Ran Benitakeymap-dump: use SITextMatch
2012-08-07 Ran Benitakeymap-dump: clean up write_buf function
2012-07-26 Ran BenitaDrop Xkbc prefix of text functions
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 BenitaPass around xkb_key's instead of keycodes
2012-07-18 Ran BenitaRemove GroupsWidth macro
2012-07-18 Ran BenitaGet rid of group_info
2012-07-18 Ran BenitaGet rid of struct xkb_key_name
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-18 Ran BenitaGet rid of xkb_server_map
2012-07-18 Ran BenitaGet rid of xkb_client_map
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-13 Ran BenitaRemove MERGE_ALT_FORM merge mode
2012-07-12 Ran Benitadump: add back kccgst names
2012-07-12 Ran Benitadump: a few more tweaks to match xkbcomp output
2012-07-12 Ran Benitadump: use KeyNameText instead of copying
2012-07-12 Ran BenitaEnlarge keysym name buffers and mention in comment
2012-06-09 Ran Benitadarray: some changes for convenience
2012-06-09 Ran Benitatest/dump: allow to run manually
2012-06-04 Daniel StoneFix action= NoAction() printing
2012-06-02 Daniel Stonekeymap-dump: Print NoAction actions too
2012-05-29 Daniel StoneAdd xkb_map_get_as_string