platform/upstream/libxkbcommon.git
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-09-01 Ran BenitaAllocate xkb_component_names on stack
2012-09-01 Ran BenitaMove ISEMPTY to utils.h
2012-08-11 Daniel StoneMove 'no symbols defined for ...' message to a warning
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 Benitakeycodes: save context in Info, not keymap
2012-08-10 Ran BenitaRemove xkbcomp/misc.c
2012-08-10 Ran BenitaRemove left over keycodes.h
2012-08-10 Ran BenitaRemove AutoKeyNames feature
2012-08-10 Ran Benitamap: share some code
2012-08-10 Ran BenitaUse XKB_{GROUP,LEVEL}_INVALID instead of -1 for errors
2012-08-10 Ran Benitastate: use global static const for fake action
2012-08-10 Ran BenitaModernize struct xkb_mods
2012-08-08 Ran BenitaFix xkb_keymap::vmods type
2012-08-08 Ran Benitatypes: don't compute effective masks here as well
2012-08-08 Ran Benitatypes: get rid of PreserveInfo
2012-08-08 Ran Benitakeymap-dump: use VModMaskText
2012-08-08 Ran BenitaFix warning
2012-08-08 Daniel StoneAdd xkb_map_mod_mask_remove_consumed
2012-08-08 Daniel StoneAdd xkb_log_level enum rather than using syslog
2012-08-08 Daniel StoneIncrease log verbosity in tests
2012-08-08 Daniel StoneRules: mmap() rules file instead of using getc()
2012-08-08 Pekka Paalanenandroid: add build files
2012-08-08 Daniel Stonestringcomp: Make test more punishing
2012-08-08 Daniel Stonetest/dump: Remove superfluous test
2012-08-08 Daniel Stonetest/stringcomp: Perform full round-trip test
2012-08-08 Daniel Stonestringcomp: Remove unnecessary Level1 mappings
2012-08-08 Daniel StoneAlways have at least one level in types
2012-08-08 Daniel StoneIncludeStmt: Remove useless 'path' member
2012-08-08 Daniel StoneRemove unused vmodmask calculation
2012-08-08 Daniel Stonetest: Minimise includes
2012-08-08 Daniel Stonestringcomp: Update input file for output changes
2012-08-08 Daniel Stonetest: Add extremely rudimentary include path test
2012-08-08 Daniel StoneRename xkey test to keysym
2012-08-08 Daniel StonePrint failed include paths on failure to find rules
2012-08-08 Daniel StoneMove xkb_context struct to xkb-priv.h
2012-08-08 Daniel Stonecontext: Maintain list of failed include paths
2012-08-08 Daniel StoneMore useful error message on failing RMLVO -> KcCGST
2012-08-08 Daniel StoneMove more of xkb_map_new_from_rmlvo into compilation
2012-08-08 Daniel StoneStaticise xkb_map_new_from_kccgst
2012-08-08 Daniel Stonetest: Use test_compile_*() in interactive
2012-08-08 Daniel StoneAdd support for default rules/model/layout
2012-08-08 Daniel Stonetests: Fix uninitialised-use-of-'ret' warning
2012-08-08 Daniel Stonetest: Use test_get_context() in interactive
2012-08-08 Daniel StoneWarning fixes
2012-08-08 Ran BenitaAdd API to query whether a modifier is consumed
2012-08-08 Ran Benitatypes: remove default type
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: remove DeleteLevel1MapEntries
2012-08-07 Ran Benitatypes: move preserve directly into xkb_kt_map_entry
2012-08-07 Ran BenitaFix virtual modifiers mask extraction
2012-08-07 Ran Benitatypes: small changes
2012-08-07 Ran BenitaRemove xproto build dependency
2012-08-07 Ran Benitatypes: don't use canonical/required types
2012-08-07 Ran Benitatypes: add a general overview
2012-08-07 Ran Benitasymbols: remove support for key behaviors
2012-08-07 Ran Benitakeycodes: small changes
2012-08-07 Ran BenitaHandle key names consistently
2012-08-07 Ran Benitakeycodes: add a general overview
2012-08-07 Ran Benitaexpr: make ResolveLevel return zero-based level
2012-08-07 Ran BenitaAdd and use xkb_level_index_t
2012-08-07 Ran Benitaaction: drop global actionInitialized
2012-08-07 Ran Benitaexpr: constify function arguments
2012-08-07 Ran Benitalog: allow to resore default log function
2012-08-07 Ran Benitadarray: fix formatting
2012-08-07 Ran Benitafilecomp: fix path and error message
2012-08-07 Ran Benitainteractive: add support to run from keymap file
2012-08-07 Ran Benitakeyseq: use our own keysyms
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-08-07 Ran Benitavmod: remove unused fields
2012-08-07 Ran BenitaREADME: s/xkb_desc/xkb_keymap
2012-08-07 Ran BenitaUse only one set of core mod name-to-index functions
2012-08-07 Ran Benitamap: fix incorrect return value
2012-08-07 Ran Benitamap: fix virtual mod index calculation
2012-08-07 Ran Benitakeymap-dump: use ActionTypeText
2012-08-07 Ran Benitakeymap-dump: use SITextMatch
2012-08-07 Ran Benitakeymap-dump: clean up write_buf function
2012-07-28 Ran BenitaAdd an interactive evdev test
2012-07-27 Ran BenitaRemove ExprResult
2012-07-27 Ran Benitaexpr: remove support for evaluating string as integer
2012-07-27 Daniel StoneDon't create contexts with no include paths
2012-07-27 Daniel Stonecontext test: Use test_get_context()
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 ResolveButton
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveLevel
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveKeyCode
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
next