platform/upstream/libxkbcommon.git
2014-02-22 Jasper St.... state: Add xkb_state_key_get_consumed_mods
2014-02-16 Ran Benitaaction: unify SetLatch and Lock handler functions
2014-02-16 Ran Benitaaction: add a common CheckBooleanFlag function
2014-02-16 Ran Benitakeymap: change action flag NO_ACCEL -> ACCEL
2014-02-16 Ran Benitaaction: fix SwitchScreen "same" field handling
2014-02-15 Ran Benitakeymap-dump: add missing support for NoLock and NoUnloc...
2014-02-15 Ran Benitakeymap-dump: don't print "affect=lock" in PtrLock
2014-02-15 Ran Benitakeymap-dump: unbreak some complex lines
2014-02-15 Ran Benitaexpr: simplify ExprResolveButton
2014-02-15 Ran Benitaaction: don't pass a keymap where a ctx is sufficient
2014-02-15 Ran Benitaaction: add missing array_ndx checks
2014-02-15 Ran Benitaaction: move array_ndx errors into the Check functions
2014-02-15 Ran Benitaaction: fix missing support for "affect" field
2014-02-13 Ran Benitaast: cast to ParseCommon explictly instead of using...
2014-02-13 Ran Benitaaction: simplify Check* functions
2014-02-12 Ran Benitadarray: fix indentation
2014-02-12 Ran Benitavmod: bring back support for direct vmod -> real mod...
2014-02-11 Ran Benitabuild: small fixes and formatting of Makefile.am
2014-02-11 Ran Benitabuild: fix libtest AM_CLFLAGS typo
2014-02-10 Ran BenitaMove src/xkbcomp/scanner-utils.h to src/
2014-02-10 Ran Benitabuild: fix configure test for yacc
2014-02-10 Ran Benitascanner: sort out scanner logging functions
2014-02-10 Ran Benitarules: always %-expand kccgst values
2014-02-10 Ran Benitatest/rmlvo-to-kccgst: use default RMLVO values in trans...
2014-02-10 Ran Benitacontext: add xkb_context_sanitize_rule_names()
2014-02-10 Ran Benitarules: print full path in error messages
2014-02-10 Ran Benitarules: include the path in failed-to-map error message
2014-02-10 Ran Benitacontext: fix wrong VARIANT instead of LAYOUT getenv
2014-02-09 Ran Benitaast: remove unneeded 'ctx' param to XkbFileCreate
2014-02-09 Ran Benitax11: don't trust keycode before testing its range
2014-02-09 Ran Benitakeymap: reduce padding in struct xkb_sym_interpret
2014-02-09 Ran Benitasymbols: steal keys and modmaps when merging if possible
2014-02-09 Ran Benitacompat: steal interps and leds when merging if possible
2014-02-09 Ran Benitatypes: steal types when merging if possible
2014-02-09 Ran Benitadoc: move some file comments into txt files in doc/
2014-02-09 Ran Benitastate: check wrap_group_into_range() return value
2014-02-09 Ran Benitax11: add 0 < ctrls->numGroups <= 4 assertion
2014-02-08 Ran BenitaRemove m4/.gitkeep
2014-02-08 Ran Benitakeysym: use safe keysym comparison function
2014-02-08 Ran Benitascanner: make line and column unsigned
2014-02-08 Ran Benitarules: get rid of struct location
2014-02-08 Ran Benitaapi: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use...
2014-02-08 Ran Benitax11: make sure not to use compat header
2014-02-08 Ran Benitax11: make some #defines unsigned
2014-02-08 Ran Benitax11: fix truncation of xkb controls mask off the wire
2014-02-08 Ran Benitax11: make msb_pos return unsigned
2014-02-08 Ran Benitakeysym: fix types in bin_search
2014-02-08 Ran Benitastate: optimize xkb_state_led_update_all()
2014-02-08 Ran BenitaUse (1u << idx) instead of (1 << idx) where appropriate
2014-02-08 Ran BenitaUse unsigned int for saving darray_size return value
2014-02-08 Ran Benitaaction: fix misleading cast
2014-02-08 Ran Benitaaction: fix printing of underflowed value in error...
2014-02-08 Ran Benitascanner-utils: add some likely/unlikely annotations
2014-02-08 Ran BenitaDefine likely()/unlikely() macros
2014-02-08 Ran BenitaPartially revert "ast: pack the ParseCommon struct"
2014-02-07 Ran Benitabuild: add -Wextra warnings
2014-02-07 Ran Benitaast: use more suitable types in a few ast nodes
2014-02-07 Ran Benitadarray: use unsigned int instead of size_t for array...
2014-02-07 Ran Benitatest/state: fix tautological test
2014-02-07 Ran BenitaFix sign-compare warnings
2014-02-07 Ran Benitasymbols: reduce some loop iterators scope
2014-02-07 Ran Benitaparser: fix unrecognized keysym handling
2014-02-07 Ran Benitaaction: change xkb_pointer_button_action::button to...
2014-02-07 Ran Benitadarray: cleanup
2014-02-07 Ran Benitaast: make symsMapIndex unsigned
2014-02-07 Ran Benitaaction: Use ResolveInteger for PtrBtn.count, not Resolv...
2014-02-07 Ran Benitaaction: check range of MovePtr X,Y values
2014-02-07 Ran Benitascanner: avoid strlen in keyword lookup, we know the len
2014-02-07 Ran Benitastate: use the XKB_MOD_MASK constant
2014-02-07 Ran Benitax11: add #actions == #syms check
2014-02-07 Ran Benitax11: add explicit cast in mods conversion
2014-02-06 Ran Benitatest: don't print control characters in interactive...
2014-02-04 Ran Benitax11: add missing #ifdef __cplusplus to header
2014-02-04 Ran BenitaUse secure_getenv when available
2014-02-04 Ran Benitabuild: some fixes in configure.ac
2014-02-02 Ran BenitaBump version to 0.4.0 xkbcommon-0.4.0
2014-02-02 Ran BenitaUpdate README
2014-02-02 Ran BenitaUpdate NEWS
2014-02-02 Ran Benitabuild: add configure summary
2014-02-02 Ran Benitax11: add a couple of tests
2014-02-02 Ran Benitax11: add XKB protocol keymap and state creation support
2014-01-13 Ran Benitabuild: error out on undefined symbols
2014-01-13 Ran Benitacontext: split private functions to context-priv.c
2014-01-13 Ran Benitakeymap: split private functions to keymap-priv.c
2014-01-13 Ran Benitakeymap: move XkbEscapeMapName() to keymap.c.
2014-01-13 Ran Benitatest: rename test/interactive to interactive-evdev
2014-01-12 Ran Benitacontext: remove mostly useless log wrappers
2014-01-12 Ran Benitaparser: shutup some 'may be used uninitialized' warnings
2014-01-12 Ran Benitaaction, types: remove unused Report functions
2014-01-11 HardeningAdd a constant for NumLock
2014-01-11 Ran Benitatest/state: fix some *_{is,are}_active() tests
2014-01-11 Ran BenitaFix some cppcheck warnings
2014-01-10 Ran Benitamakekeys: mark keysym_names as static
2014-01-01 Ran Benitakeysym: clarify slightly confusing comparison functions
2014-01-01 Jasper St.... makekeys: Add a gcc pragma to ignore -Woverlength-strings
2014-01-01 Jasper St.... makekeys: Put a comment describing the origin of the...
2014-01-01 Jasper St.... ks_tables: Put all keysym names in one giant block
2014-01-01 Jasper St.... makekeys: Move all of the table generation to Python
2014-01-01 Jasper St.... makekeys: Remove some semis
2014-01-01 Ran Benitakeysyms: add German T3 layout keysyms from xproto
next