Organize xkbcomp/ header files
[platform/upstream/libxkbcommon.git] / src / xkbcomp / symbols.c
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-08-11 Daniel StoneMove 'no symbols defined for ...' message to a warning
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 BenitaRemove AutoKeyNames feature
2012-08-07 Ran Benitatypes: store atoms instead of strings for level and...
2012-08-07 Ran Benitatypes: use regular array for types
2012-08-07 Ran BenitaFix virtual modifiers mask extraction
2012-08-07 Ran Benitatypes: don't use canonical/required types
2012-08-07 Ran Benitasymbols: remove support for key behaviors
2012-08-07 Ran BenitaHandle key names consistently
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-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 ResolveGroup
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveKeysym
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveBoolean
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveString
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveLhs
2012-07-26 Ran BenitaConvert defines to enums in xkbcomp.h
2012-07-26 Ran Benitautils: add/replace string equality macros
2012-07-26 Ran BenitaDrop Xkbc prefix of text functions
2012-07-26 Ran BenitaRemove alloc.{c,h}
2012-07-26 Ran BenitaSome atom related optimizations
2012-07-22 Ran Benitaexpr: use new log functions
2012-07-22 Ran Benitasymbols: use new log functions
2012-07-22 Ran Benitasymbols: add keymap to SymbolsInfo
2012-07-20 Ran BenitaFix bison 2.6 and clang warnings
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 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 BenitaConvert macros to inline functions
2012-07-18 Ran Benitasymbols: don't use CommonInfo in KeyInfo
2012-07-18 Ran Benitasymbols: use list for ModMapEntry's
2012-07-18 Ran Benitasymbols: remove alias info
2012-07-18 Ran BenitaPass around xkb_key's instead of keycodes
2012-07-18 Ran BenitaRemove redundant keymap->keys resizes
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 KeyInfo 'key' variable name by 'keyi'
2012-07-18 Ran BenitaReplace xkb_keycode_t 'key' variable name by 'kc'
2012-07-18 Ran Benitasymbols: split initialization code from CompileSymbols
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_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 BenitaConvert missed enum merge_mode variables
2012-07-14 Ran BenitaFix fileID mess
2012-07-13 Ran BenitaRename KSIsLower/Upper and move to keysym.c
2012-07-12 Daniel StoneFindAutomaticType: Add FIXME
2012-07-12 Ran Benitadump: add back kccgst names
2012-07-12 Ran Benitasymbols: fix bug in modifier_map handling
2012-07-12 Ran Benitasymbols: fix bug in symbol merging
2012-06-30 Ran BenitaUse enum for merge mode
2012-06-30 Ran BenitaUse enum for file types
2012-06-09 Ran Benitasymbols: use darray in struct xkb_sym_map
2012-06-09 Ran Benitasymbols: use darray for KeyInfo acts
2012-06-09 Ran Benitasymbols: use darray for KeyInfo symsMapNumEntries
2012-06-09 Ran Benitasymbols: use darray for KeyInfo symsMapIndex
2012-06-09 Ran Benitasymbols: remove sizeSyms array from KeyInfo
2012-06-09 Ran Benitasymbols: use darray for KeyInfo syms array
2012-06-09 Ran Benitadarray: tweak parameters a bit for better memory usage
2012-06-09 Ran BenitaUnconstify a few string struct fields
2012-06-04 Daniel StoneAvoid duplicating keysyms for merge if possible
2012-06-04 Ran BenitaRemove fake support for global group range settings
2012-06-04 Daniel StoneSymbols: Don't include NoSymbols in the map
2012-06-04 Daniel StoneFix multiple errors when merging symbol definitions
2012-05-22 Ran Benitasymbols: use darray for xkb_sym_map
2012-05-22 Ran Benitasymbols: use darray for KeyInfo
2012-05-22 Ran Benitaparser: use darray for keysym list
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 BenitaConstify a static variable
2012-05-18 Ran BenitaRemove FileHandler callback argument
2012-05-18 Ran BenitaRemove unused allowNone from KeyInfo
2012-05-18 Ran BenitaRevert "Fix KeyInfo's syms array size calculation"
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 BenitaFix KeyInfo's syms array size calculation
2012-04-09 Ran BenitaFix compiler warnings
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
next