platform/upstream/libxkbcommon.git
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 Benitascanner: don't strdup key names
2012-07-26 Ran BenitaSome atom related optimizations
2012-07-26 Ran Benitaexpr: don't divide by zero
2012-07-26 Ran Benitatypes: fix canonical types copying
2012-07-26 Ran Benitakeycodes: fix valgrind warnings
2012-07-26 Ran Benitaparse: remove unused #define
2012-07-26 Ran Benitaexpr: Remove ExprResolveFloat
2012-07-23 Daniel Stonemakekeys: Add top_srcdir to include path
2012-07-22 Ran BenitaAdd test for logging functionality
2012-07-22 Ran BenitaRemove old logging leftovers
2012-07-22 Ran Benitaxkbcomp: use new log functions
2012-07-22 Ran Benitaparse: use new log functions
2012-07-22 Ran Benitapath: use new log functions
2012-07-22 Ran Benitamisc: use new log functions
2012-07-22 Ran Benitavmod: use new log functions
2012-07-22 Ran Benitarules: use new log functions
2012-07-22 Ran Benitaexpr: use new log functions
2012-07-22 Ran Benitaaction: use new log functions
2012-07-22 Ran Benitatypes: use new log functions
2012-07-22 Ran Benitatypes: add keymap to KeyTypesInfo
2012-07-22 Ran Benitacompat: use new log functions
2012-07-22 Ran Benitacompat: add keymap to CompatInfo
2012-07-22 Ran Benitasymbols: use new log functions
2012-07-22 Ran Benitasymbols: add keymap to SymbolsInfo
2012-07-22 Ran Benitakeycodes: use new log functions
2012-07-22 Ran Benitakeycodes: add keymap to KeyNamesInfo
2012-07-22 Ran BenitaAdd logging API
2012-07-22 Ran Benitautils: replace FATAL by malloc_or_die
2012-07-22 Ran Benitautils: remove Xfuncproto.h and use our own macros
2012-07-22 Ran Benitautils: remove uTypedAlloc/Calloc
2012-07-22 Ran Benitabuild: drop the include/ directory
2012-07-20 Ran BenitaFix bison 2.6 and clang warnings
2012-07-18 Ran BenitaRemove CommonInfo
2012-07-18 Ran Benitatypes: use list instead of CommonInfo for KeyTypeInfo
2012-07-18 Ran BenitaSimplify HandleInclude functions
2012-07-18 Ran BenitaRemove haveSelf include feature
2012-07-18 Ran Benitatypes: use list instead of CommonInfo in PreserveInfo
2012-07-18 Ran Benitatypes: move global static tok_ atoms into KeyTypesInfo
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 BenitaRemove _X_EXPORT from xkb_key_get_group/level
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 Benitakeycodes: use list instead of CommonInfo in IndicatorNa...
2012-07-18 Ran Benitakeycodes: use list instead of CommonInfo in AliasInfo
2012-07-18 Ran BenitaMove alias.c functions into keycodes.c
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 BenitaAdd common linked list implementation
2012-07-18 Ran Benitasymbols: remove alias info
2012-07-18 Ran BenitaPass around xkb_key's instead of keycodes
2012-07-18 Ran Benitamap: verifiy that the keycode is legal
2012-07-18 Ran BenitaRemove redundant keymap->keys resizes
2012-07-18 Ran BenitaRemove GroupsWidth macro
2012-07-18 Ran BenitaRemove unused 'groupInfo' in KeyTypeInfo
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 BenitaConvert indecipherable macros to inline functions
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_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-15 Ran BenitaFix typo in out of range group calculation
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-14 Ran Benitapath: fix error message
2012-07-14 Ran BenitaMake compile_keymap a little nicer
2012-07-13 Ran BenitaMove CompileKeymap into xkbcomp.c
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-13 Ran Benitacompat: fix XkbSI_AllOf matching condition
2012-07-12 Daniel StoneFindAutomaticType: Add FIXME
2012-07-12 Daniel StoneAdd multiple-keysyms-per-level to test data
2012-07-12 Daniel Stonerulescomp: Fix benchmark runs
2012-07-12 Daniel Stonetests: Update dump.data for recent fixes
2012-07-12 Ran Benitadump: add back kccgst names
2012-07-12 Daniel StoneAdd Cyrillic and Greek to case-checking
2012-07-12 Ran Benitadump: a few more tweaks to match xkbcomp output
2012-07-12 Ran Benitasymbols: fix bug in modifier_map handling
2012-07-12 Ran Benitadump: use KeyNameText instead of copying
2012-07-12 Daniel StoneImport dataset into test/data/
2012-07-12 Daniel StoneAdd a library of common test functions
2012-07-12 Daniel StoneMove test data files to test/data/keymaps
next