platform/upstream/libxkbcommon.git
2012-09-23 Ran BenitaDon't choke on RMLVO layout string with holes
2012-09-23 Ran BenitaRename map.{c,h} to keymap.{c,h}
2012-09-23 Ran Benitastate, map: check XkbKey != NULL where missing
2012-09-23 Ran BenitaMove xkb_state functions from map.c to state.c
2012-09-23 Ran BenitaRename private xkb_map_new to xkb_keymap_new
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-23 Daniel StonePromote keymap enumeration API to public
2012-09-20 Daniel StoneAPI change: Rename xkb_map_* and group -> layout
2012-09-20 Daniel StoneAdd _xkbcommon_ prefix to parser and lexer symbols
2012-09-20 Daniel StoneAdd xkbcommon-compat.h and compat.c
2012-09-19 Ran Benitatest: add print-compiled-keymap tool
2012-09-19 Ran Benitastate: handle ACTION_LOCK_NO_{UN,}LOCK for mods
2012-09-19 Ran Benitaxkbcomp/keymap: correct ACTION_MODS_LOOKUP_MODS handling
2012-09-18 Ran BenitaFix a couple of mistakes from previous commits
2012-09-17 Rob Bradfordkeysym-utf8: Optimise the keysym to utf8 lookup
2012-09-17 Ran Benitasymbols: fix buffer overflow with illegal explicit...
2012-09-16 Ran Benitakeyseq: add test for repeat-shift-repeat-unshift-repeat
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-16 Ran Benitainclude: improve file-not-found error reporting
2012-09-15 Ran Benitakeycodes: add KeyNameInfo
2012-09-14 Ran Benitakeycodes: rename computedMin/Max to min/max_key_code
2012-09-14 Ran Benitakeycodes: ignore explicit minimum/maximum statements
2012-09-14 Ran Benitasymbols: remove useless grow_alloc of keys array
2012-09-14 Ran Benitastate: use filter->priv instead of modifying the action
2012-09-14 Ran Benitastate: move filter initialization to the dispatcher
2012-09-14 Ran Benitastate: call xkb_filter_new from the dispatcher
2012-09-14 Ran Benitastate: dispatch actions from a table
2012-09-14 Ran BenitaRename ACTION_TYPE_LAST to _ACTION_TYPE_NUM_ENTRIES
2012-09-14 Ran Benitastate: don't keep the xkb_state in the filters
2012-09-14 Ran Benitastate, map: constify references to xkb_key
2012-09-14 Ran Benitastate, map: use keycodes only for the API functions
2012-09-14 Ran Benitarules: fix mmap failure handling
2012-09-14 Ran BenitaClean up Init/Clear functions
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
next