platform/upstream/libxkbcommon.git
2012-10-06 Ran Benitavmod: don't allow to add a vmod with the name of a...
2012-10-06 Ran Benitastate: don't needlessly fetch the xkb_key
2012-10-06 Ran Benitavmod: remove merge argument from HandleVModDef
2012-10-06 Ran BenitaOmit struct '_Name' from non-recursive struct typedefs
2012-10-06 Ran Benitaexpr: don't allow "none" in LookupModIndex
2012-10-06 Ran Benitakeysym-utf: make keysym->unicode table a bit smaller
2012-10-06 Ran BenitaRemove the XKB_NUM_VIRTUAL_MODIFIERS limit
2012-10-06 Ran Benitastate: simplify xkb_state_mod_index_is_active
2012-10-06 Ran Benitastate: don't ignore type argument in xkb_state_mod_...
2012-10-06 Ran Benitastate: fix bad EFFECTIVE check in *_is_active()
2012-10-06 Ran BenitaUse our types instead of int/uint32_t in a few places
2012-09-30 Ran BenitaDon't scan and parse useless maps
2012-09-30 Ran Benitascanner: don't strdup the file name
2012-09-30 Ran Benitascanner: share code in XkbParse{File,String}
2012-09-30 Ran Benitascanner: remove uselss 'last symbol' error message
2012-09-30 Ran Benitaparser: remove XkbCompMapList rule
2012-09-30 Ran Benitaparser: remove XkbConfig rule
2012-09-30 Ran Benitatest/interactive: allow -k to get any absolute path
2012-09-30 Ran BenitaDon't use %z printf format
2012-09-30 Ran Benitarules: always initialize idx variable
2012-09-27 Ran Benitatest: add keycodes files which map directly to evdev...
2012-09-27 Ran Benitakeymap-dump: make it look better with long key names
2012-09-27 Ran Benitatest/interactive: allow to set evdev offset
2012-09-27 Ran BenitaFix type of keycode in parser and ast
2012-09-27 Ran BenitaDon't limit key names to 4 characters
2012-09-27 Ran Benitaxkbcomp/keymap: use default interpret in ApplyInterpsToKey
2012-09-27 Ran Benitastate: add missing const in get_one_sym
2012-09-27 Daniel StoneAdd xkb_state_key_get_one_sym
2012-09-26 Daniel StoneFix size_t vs. %d warning
2012-09-25 Ran Benitasymbols: get rid of autoType
2012-09-25 Ran Benitasymbols: separate type-finding logic from CopySymbolsDef
2012-09-24 Ran Benitakeymap: remove some more unneeded macros
2012-09-24 Ran Benitakeymap: store a pointer to the type in xkb_group instea...
2012-09-24 Ran Benitakeymap, symbols: improve xkb_key memory layout
2012-09-24 Ran Benitasymbols: move keysyms into LevelInfo
2012-09-24 Ran Benitasymbols: fix index-out-of-bounds in FindAutomaticType
2012-09-24 Ran Benitasymbols: remove unneeded optimization
2012-09-24 Ran Benitakeymap: use our type for keymap->enabled_ctrls
2012-09-24 Daniel StoneAdd missing declaration for _xkbcommon_parse (aka yyparse)
2012-09-23 Ran Benitakeymap.h: add note on why XKB_NUM_GROUPS is still there
2012-09-23 Ran Benitakeymap, symbols: use darray for num_groups
2012-09-23 Ran Benitasymbols: avoid possible access-out-of-bound due to...
2012-09-23 Ran Benitasymbols: rename SymbolsInfo groupNames to group_names
2012-09-23 Ran Benitakeymap: don't use XKB_NUM_GROUPS for key->kt_index
2012-09-23 Ran BenitaAdd format argument to xkb_keymap_get_as_string
2012-09-23 Ran BenitaAdd return value the xkb_keysym_get_name
2012-09-23 Ran BenitaImprove API doxygen documentation
2012-09-23 Ran BenitaAdd support for building doxygen API documentation
2012-09-23 Ran BenitaAPI: add _context prefix to log-related functions
2012-09-23 Ran Benitakeymap: remove XkbKeyGetKeycode
2012-09-23 Ran Benitasymbols: convert KeyInfo->groups to darray
2012-09-23 Ran Benitasymbols: fix memleak from default KeyInfo
2012-09-23 Ran Benitasymbols: disallow changing global defaults from within...
2012-09-23 Ran Benitasymbols: fold PrepareKeyDef into CopySymbolsDef
2012-09-23 Ran Benitastate: missing XKB_EXPORT on xkb_state_key_get_level
2012-09-23 Ran Benitaconfigure.ac: use XORG_TESTSET_CFLAG for -fvisibility...
2012-09-23 Ran Benitaconfigure.ac: add XORG_MEMORY_CHECK_FLAGS
2012-09-23 Ran Benitaconfigure.ac: remove XORG_CHECK_MALLOC_ZERO
2012-09-23 Ran Benitaconfigure.ac: fix bug report url
2012-09-23 Ran Benitastate: correctly wrap state->locked_group and ->group
2012-09-23 Ran Benitastate: separate group wrapping/clamping to a function
2012-09-23 Ran Benitastate: special case effective group in layout_is_active
2012-09-23 Ran Benitasymbols: remove useless identical groups optimization
2012-09-23 Ran Benitasymbols: avoid reverse iteration in PrepareKeyDef
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
next