text: explicitly take mod_type in mod functions
[platform/upstream/libxkbcommon.git] / src / xkbcomp / compat.c
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 BenitaRemove VModInfo for now
2012-10-06 Ran Benitavmod: remove merge argument from HandleVModDef
2012-10-06 Ran BenitaOmit struct '_Name' from non-recursive struct typedefs
2012-10-06 Ran BenitaUse our types instead of int/uint32_t in a few places
2012-09-23 Ran BenitaAPI: add _context prefix to log-related functions
2012-09-14 Ran BenitaClean up Init/Clear functions
2012-09-12 Daniel StoneCopyright updates
2012-09-11 Daniel Stonekbproto unentanglement: XkbSI_AutoRepeat
2012-09-11 Daniel Stonekbproto unentanglement: XkbSI match flags
2012-09-10 Daniel Stonekbproto unentanglement: XkbIM_*
2012-09-10 Daniel Stonekbproto unentanglement: action types
2012-09-10 Daniel Stonekbproto unentanglement: XkbNumIndicators
2012-09-05 Ran Benitacompat: make LEDInfo a wrapper around xkb_indicator_map
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-03 Ran Benitaaction: keep array of default actions, instead of list...
2012-09-03 Ran Benitakeymap: optimize FindInterpsForKey a bit
2012-09-02 Ran BenitaAdd xkbcomp/keymap.c and move some code there
2012-09-02 Ran Benitavmod: ClearVModInfo doesn't need the keymap
2012-09-02 Ran Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-02 Ran Benitaxkbcomp: seperate keymap-copying code from Compile...
2012-09-02 Ran Benitacompat: only compute 'bool report' once
2012-09-02 Ran Benitacompat: disallow changing global defaults from within...
2012-09-02 Ran Benitacompat: use darray instead of list for interps
2012-09-02 Ran Benitacompat: remove "flags" field from xkb_indicator_map
2012-09-01 Ran Benitacompat: ignore "allowExplicit" in indicator statements
2012-09-01 Ran Benitacompat: ignore "ledDrivesKbd" in indicator statements
2012-09-01 Ran Benitacompat: ignore "group" (compatibility) statements
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
next