platform/upstream/libxkbcommon.git
2012-09-13 Ran Benitasymbols: refactor CoypSymbolsDef
2012-09-13 Ran Benitasymbols: FindAutomaticType only needs the context
2012-09-13 Ran Benitakeyseq: test that de(neo) is working properly
2012-09-13 Ran Benitasymbols: store actions from symbols in the right offset
2012-09-13 Ran Benitasymbols: remove CopyKeyInfo
2012-09-13 Ran Benitasymbols: fix real/alias key merge ordering bug
2012-09-13 Ran Benitasymbols: add CopySymbolsToKeymap
2012-09-13 Ran Benitasymbols: remove mention of keycodes in CopySymbolsDef
2012-09-13 Ran Benitasymbols: remove unneeded recursion form CopySymbolsDef
2012-09-13 Ran Benitasymbols: add LevelInfo
2012-09-13 Ran Benitasymbols: make xkb_key::syms a plain array
2012-09-13 Ran Benitasymbols: shorten symsMapNumEntries to uint from size_t
2012-09-13 Ran Benitasymbols: consolidate group merging in MergeGroups
2012-09-13 Ran Benitasymbols: add GroupInfo
2012-09-13 Ran Benitakeymap-dump: don't write spaces between multiple-syms...
2012-09-13 Ran Benitasymbols: use darray for ModMapEntry instead of list
2012-09-13 Ran Benitastate: remove unused next field from xkb_filter
2012-09-12 Daniel StoneUpdate COPYING
2012-09-12 Daniel StoneCopyright updates
2012-09-11 Daniel Stoneutils: Replace DEC copyright with Ran's
2012-09-11 David Herrmannxkbcommon-keysyms: Add header protection
2012-09-11 Helio Chissini... Android.mk: Remove unnecessary for loop
2012-09-11 Daniel StoneRemove unused ExprResolveKeyName
2012-09-11 Daniel StoneConstify keysym <-> Unicode lookup table
2012-09-11 Pekka Paalanenxkbcommon.h build fix for missing stdarg.h
2012-09-11 Daniel StoneUpdate Android.mk
2012-09-11 Daniel Stonekbproto unentanglement: drop dependency
2012-09-11 Daniel Stonekbproto unentanglement: XkbGeomPtsPerMM
2012-09-11 Daniel Stonekbproto unentanglement: XkbExplicit*Mask
2012-09-11 Daniel Stonekbproto unentanglement: XkbSI_AutoRepeat
2012-09-11 Daniel Stonekbproto unentanglement: XkbSI match flags
2012-09-11 Daniel Stonekbproto unentanglement: control actions
2012-09-10 Daniel Stonekbproto unentanglement: XkbMaxShiftLevel
2012-09-10 Daniel Stonekbproto unentanglement: Xkb{Wrap,Clamp,Redirect}IntoRange
2012-09-10 Daniel Stoneactions: Remove PointerDefault affect field
2012-09-10 Daniel Stonekbproto unentanglement: action flags
2012-09-10 Daniel Stonekbproto unentanglement: XkbLC_*
2012-09-10 Daniel Stonekbproto unentanglement: XkbIM_*
2012-09-10 Daniel Stonekbproto unentanglement: action types
2012-09-10 Daniel StoneRemove deprecated actions
2012-09-10 Daniel Stonekbproto unentanglement: XkbNumVirtualMods
2012-09-10 Daniel Stonekbproto unentanglement: XkbNumIndicators
2012-09-10 Daniel Stonekbproto untanglement: XkbKbdNumGroups
2012-09-10 Daniel Stonekbproto untanglement: XkbKeyNameLength
2012-09-05 Ran Benitarules: use goto instead of state variable
2012-09-05 Ran Benitarules: rewrite
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 Benitaexpr: make ResolveString return an atom
2012-09-03 Ran Benitaatom: add xkb_atom_lookup
2012-09-03 Ran Benitaatom: separate lookup logic from atom_intern
2012-09-03 Ran Benitaatom: make type and name of the 'a' field clearer
2012-09-03 Ran Benitatest/rules-file: add benchmark
2012-09-03 Ran Benitatest: add rmlvo-to-kccgst tool
2012-09-03 Ran Benitarules: fix check for appending '|' character when applying
2012-09-03 Ran BenitaUse XKB_MOD_INVALID instead of XkbNoModifier
2012-09-03 Ran BenitaDon't printf NULL strings
2012-09-03 Ran Benitaxkbcomp: add debug messages of the RMLVO and KcCGST
2012-09-03 Ran Benitainclude: document ParseIncludeMap better
2012-09-03 Ran Benitatest/data/symbols: keypad can only have one default...
2012-09-03 Ran Benitainclude: properly use the default map if none is found
2012-09-03 Ran BenitaSet log level for tests through env, not directly
2012-09-03 Ran Benitalog: replace "priority" by "level" everywhere
2012-09-03 Ran Benitaaction: fix LookupEntry for "lockdevbtn"
2012-09-03 Ran Benitaaction: remove redundant check
2012-09-03 Ran Benitaaction: keep array of default actions, instead of list...
2012-09-03 Ran Benitaaction: disallow setting an action_field default for...
2012-09-03 Ran Benitaaction: clean up formatting of extern functions
2012-09-03 Ran Benitatypes: don't strdup a default name
2012-09-03 Ran Benitatypes: use darray for KeyTypesInfo instead of list
2012-09-03 Ran Benitatypes: remove outdated comments
2012-09-03 Ran Benitakeymap: optimize FindInterpsForKey a bit
2012-09-03 Ran Benitakeymap: refactor ApplyInterpsToKey
2012-09-02 Ran BenitaAdd xkbcomp/keymap.c and move some code there
2012-09-02 Ran BenitaMove enum xkb_file_type to xkbcomp/ast.h
2012-09-02 Ran Benitaxkbcomp: clean up compile_keymap function
2012-09-02 Ran Benitamap, state: check for KeycodeInRange only in API functions
2012-09-02 Ran Benitastate: fix mod_names_are_active
2012-09-02 Ran Benitastate: fix type confusion within xkb_state_update_mask
2012-09-02 Ran Benitastate: remove unneeded optimization
2012-09-02 Ran Benitastate: light indicator when either condition is satisfied
2012-09-02 Ran Benitastate: fix led_update_all group mask calculation
2012-09-02 Ran Benitakeycodes: remove outdated comments
2012-09-02 Ran Benitakeycodes: use darray for aliases instead of list
2012-09-02 Ran Benitakeycodes: use array for indicator names instead of...
2012-09-02 Ran Benitakeycodes: ignore "virtual" in indicators
2012-09-02 Ran Benitasymbols: call deinit functions Clear instead of Free
2012-09-02 Ran Benitasymbols: remove comparison of unsigned >= 0
2012-09-02 Ran Benitavmod: remove outdated comments
2012-09-02 Ran Benitavmod: ClearVModInfo doesn't need the keymap
2012-09-02 Ran Benitavmod: remove useless keymap initialization
2012-09-02 Ran Benitavmod: remove support for resolving integer to virtual...
2012-09-02 Ran Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-02 Ran Benitavmod: remove support for direct vmod -> real mod mapping
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
next