Organize xkbcomp/ header files
[platform/upstream/libxkbcommon.git] / src / xkb-priv.h
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-08-10 Ran BenitaCombine a couple of macros
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 BenitaUse XKB_{GROUP,LEVEL}_INVALID instead of -1 for errors
2012-08-10 Ran BenitaModernize struct xkb_mods
2012-08-08 Ran BenitaFix xkb_keymap::vmods type
2012-08-08 Daniel StoneAdd xkb_log_level enum rather than using syslog
2012-08-08 Daniel StoneMove xkb_context struct to xkb-priv.h
2012-08-08 Daniel StoneStaticise xkb_map_new_from_kccgst
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: move preserve directly into xkb_kt_map_entry
2012-08-07 Ran BenitaRemove xproto build dependency
2012-08-07 Ran Benitasymbols: remove support for key behaviors
2012-08-07 Ran BenitaAdd and use xkb_level_index_t
2012-07-26 Ran BenitaUse xkb_mod_mask_t and xkb_mask_index_t throughout
2012-07-26 Ran BenitaSome atom related optimizations
2012-07-22 Ran BenitaAdd logging API
2012-07-18 Ran BenitaUse xkb_group_index_t for group variables throughout
2012-07-18 Ran BenitaAdd common linked list implementation
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_sym_map
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 BenitaConvert indecipherable macros to inline functions
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-14 Ran BenitaRemove unused control num_groups
2012-07-14 Ran BenitaFix fileID mess
2012-07-14 Ran BenitaMake compile_keymap a little nicer
2012-07-13 Ran BenitaRename KSIsLower/Upper and move to keysym.c
2012-07-13 Ran BenitaRemove MERGE_ALT_FORM merge mode
2012-07-13 Ran BenitaMove InitCanonicalKeyTypes to keytypes.c
2012-07-13 Ran BenitaRemove xkb_kt_map_entry::active
2012-07-13 Ran BenitaMove ComputeEffectiveMap code and avoid some duplication
2012-07-13 Ran Benitaremove unused function xkb_canonicalise_components
2012-07-12 Ran Benitadump: add back kccgst names
2012-06-30 Ran Benitarules: remove support for keymap rule
2012-06-30 Ran BenitaUse enum for file types
2012-06-09 Ran Benitastate: use darray for filters
2012-06-09 Ran Benitasymbols: use darray in struct xkb_sym_map
2012-06-09 Ran Benitadarray: some changes for convenience
2012-06-09 Ran BenitaComment out unused fields in xkb_controls
2012-06-09 Ran BenitaUnconstify a few string struct fields
2012-05-29 Daniel StoneAdd xkb_map_get_as_string
2012-05-25 Daniel StoneFix signed vs. unsigned confusion in actions
2012-05-22 Ran Benitacompat: use darray for acts and key_acts in the server map
2012-05-22 Ran Benitasymbols: use darray for xkb_sym_map
2012-05-22 Ran Benitakeytypes: use darray for xkb_kt_map_entry's
2012-05-22 Ran Benitaalloc: use darray in xkb_key_names
2012-05-22 Ran Benitakeytypes: use darray for key types in the client map
2012-05-22 Ran Benitacompat: use darray for sym_interprets
2012-05-22 Ran BenitaImport darray.h for common dynamic array code
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneChange xkb_key_get_syms to just return a bare int
2012-05-09 Daniel StoneMove KcCGST API to internal-only
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Ran BenitaRemove support for xkb_layout and xkb_semantics file...
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Ran BenitaContextualize the atom table
2012-05-09 Ran BenitaContextualize XkbFile IDs
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