compat: get rid of BindIndicators
[platform/upstream/libxkbcommon.git] / src / xkbcomp / compat.c
2012-09-01 Ran Benitacompat: get rid of BindIndicators
2012-09-01 Ran Benitacompat: ignore "index" field in indicator statements
2012-09-01 Ran Benitacompat: remove dead NoAutomatic code
2012-09-01 Ran Benitacompat: ignore "locking" field in sym interprets
2012-09-01 Ran Benitacompat: small changes
2012-09-01 Ran Benitacompat: add general overview
2012-09-01 Ran Benitaaction: convert action field type to enum
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-08-10 Ran Benitaaction: get rid of xkb_any_action
2012-08-10 Ran BenitaStore actions inside struct xkb_key
2012-08-10 Ran Benitakeycodes: save context in Info, not keymap
2012-08-10 Ran BenitaModernize struct xkb_mods
2012-08-08 Ran Benitatypes: don't compute effective masks here as well
2012-08-08 Daniel StoneRemove unused vmodmask calculation
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 BenitaFix virtual modifiers mask extraction
2012-08-07 Ran Benitasymbols: remove support for key behaviors
2012-08-07 Ran BenitaAdd and use xkb_level_index_t
2012-08-07 Ran BenitaReplace more defines with enums
2012-08-07 Ran BenitaMake top level Handle*File functions nicer
2012-08-07 Ran BenitaUse xkb_led_index_t throughout
2012-07-27 Ran BenitaRemove ExprResult
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveEnum
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveMask
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveInteger
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveBoolean
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveLhs
2012-07-26 Ran BenitaConvert defines to enums in xkbcomp.h
2012-07-26 Ran BenitaFix incorrect comparison
2012-07-26 Ran Benitautils: add/replace string equality macros
2012-07-26 Ran BenitaDrop Xkbc prefix of text functions
2012-07-26 Ran BenitaUse xkb_mod_mask_t and xkb_mask_index_t throughout
2012-07-26 Ran BenitaRemove alloc.{c,h}
2012-07-26 Ran BenitaSome atom related optimizations
2012-07-22 Ran Benitaxkbcomp: use new log functions
2012-07-22 Ran Benitaexpr: use new log functions
2012-07-22 Ran Benitacompat: use new log functions
2012-07-22 Ran Benitacompat: add keymap to CompatInfo
2012-07-18 Ran BenitaRemove CommonInfo
2012-07-18 Ran BenitaSimplify HandleInclude functions
2012-07-18 Ran BenitaRemove haveSelf include feature
2012-07-18 Ran Benitacompat: use list instead of CommonInfo in LEDInfo
2012-07-18 Ran BenitaUse xkb_group_index_t for group variables throughout
2012-07-18 Ran Benitacompat: use list instead of CommonInfo in SymInterpInfo
2012-07-18 Ran BenitaMove indicators.c code into compat.c
2012-07-18 Ran BenitaConvert macros to inline functions
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 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-14 Ran BenitaConvert missed enum merge_mode variables
2012-07-14 Ran BenitaFix fileID mess
2012-07-13 Ran BenitaMove ComputeEffectiveMap code and avoid some duplication
2012-07-13 Ran Benitacompat: fix XkbSI_AllOf matching condition
2012-07-12 Ran Benitadump: add back kccgst names
2012-07-12 Daniel StoneMake BindIndicators static
2012-07-12 Daniel StoneChange BindIndicators return to void
2012-07-12 Daniel StoneRemove 'unboundRtrn' argument from BindIndicators
2012-07-12 Daniel StoneRemove 'force' argument from BindIndicators
2012-06-30 Ran Benitacompat: move some unclear code where it belongs
2012-06-30 Ran BenitaUse enum for merge mode
2012-06-30 Ran BenitaUse enum for file types
2012-06-26 Ran BenitaUse void* instead of old style char* in CommonInfo...
2012-06-22 Daniel StoneDon't set explicit repeat masks when derived
2012-06-22 Daniel StoneWork out a default repeat for all keys
2012-05-22 Ran Benitakeytypes: use darray for xkb_kt_map_entry's
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-18 Ran BenitaRemove FileHandler callback argument
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Kristian HøgsbergUse our own keysyms
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Ran BenitaMake the context available for XkbcAtomText
2012-05-09 Ran BenitaMake the context available for XkbcAtomGetString
2012-05-09 Ran BenitaMake the context available to xkb_intern_atom
2012-05-09 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-08 Ran BenitaRename xkbcomp/misc.h to xkbcomp-priv.h and use it
2012-05-08 Ran BenitaRefactor Compile<component> functions
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-30 Ran BenitaUse stdbool.h
2012-04-30 Ran BenitaFix formatting in xkbcomp headers
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-04-03 Daniel Stoneinclude resets group compatibility modifiers #43091
2012-03-29 Daniel StoneFull support for multiple keysyms per level
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Ran BenitaDefine our own NoSymbol value and use it
2012-03-27 Ran BenitaFix all -Wsign-compare warnings
2012-03-27 Ran BenitaUse strcasecmp consistently instead of uStrCaseCmp
2012-03-27 Ran BenitaMove utility macro from XKBcommonint.h to utils.h
2012-03-21 Daniel StoneDon't clear real mods in action modmask
next