state: reduce scope of fake action
[platform/upstream/libxkbcommon.git] / src /
2015-09-07 Ran Benitastate: reduce scope of fake action
2015-07-20 Ran BenitaMerge pull request #25 from mvo5/master
2015-07-20 Michael VogtAdd XKB_CONFIG_ROOT environment
2015-03-24 Ran Benitacompose: correctly parse modifier syntax
2014-10-23 Ran Benitakeycodes: use correct printf format
2014-10-23 Ran BenitaReduce variable scopes
2014-10-18 Ran Benitaast-build: remove log message about allocation failure
2014-10-18 Ran Benitaxkbcomp: remove file->topName
2014-10-18 Ran Benitaxkbcomp/keymap: remove useless free()
2014-10-18 Ran BenitaReplace some strncmp's with memcmp
2014-10-18 Ran Benitacompose/parser: save len in keysym_from_name cache
2014-10-16 Ran Benitastate: correctly infer inactive type entries
2014-10-16 Ran Benitasymbols: don't warn about conflicting syms if they...
2014-10-16 Ran Benitaparser: bring back warning about includes of files...
2014-10-14 Ran Benitacompose/parser: fix parsing of multiple modifiers
2014-10-13 Ran Benitacompose/parser: parse (! mods) properly
2014-10-13 Ran Benitacompose/parser: resolve keysyms in parser instead of...
2014-10-13 Ran Benitacompose/parser: use parameter as intended
2014-10-13 Ran Benitacompose/parser: one more skip_to_eol()
2014-10-13 Ran Benitacompose/parser: fix segfault when including
2014-10-13 Ran BenitaCOPYING: add copyright notice from libX11:modules/im...
2014-10-07 Ran Benitascanner-utils: optimize one-line comments
2014-10-05 Ran Benitacompose: add xkbcommon-compose - implementation
2014-10-02 Ran Benitascanner-utils: add priv member
2014-10-02 Ran Benitadarray: add darray_shrink()
2014-10-02 Ran Benitakeysym: add function to test if a keysym is for a modifier
2014-10-02 Ran Benitascanner-utils: add helper for appending an entire string
2014-10-02 Ran Benitascanner-utils: add helper for hex string escape
2014-10-01 Ran Benitascanner-utils: optimize str()/lit()
2014-09-25 Ran Benitakeymap: rename XkbKeyGroupWidth to XkbKeyNumLevels
2014-09-25 Ran Benitasymbols: improve FindKeyForSymbol()
2014-09-25 Ran Benitasymbols: use correct max value
2014-09-21 Ran Benitakeymap-dump: combine modifier_map's with the same modifier
2014-09-21 Ran Benitarules: fix mlvo-not-used warning
2014-09-20 Ran Benitarules: warn when an RMLVO component isn't used
2014-09-20 Ran Benitaparser: use "atom" instead of "sval" in yylval
2014-09-10 Ran Benitasymbols: use darray_foreach_from for nicer loop
2014-09-10 Ran BenitaRemove compatibility symbols
2014-09-10 Ran Benitakeycodes: fix keymap compilation with no aliases and...
2014-09-10 Ran Benitaast-build: fix leak in error path
2014-08-18 Ran Benitastate: make sure the mods are fully resolved after...
2014-08-18 Ran BenitaMake the effective mod mask calculation available to...
2014-08-18 Ran Benitastate: no need for loop in xkb_state_update_mask()
2014-08-09 Ran Benitax11/keymap: handle private actions
2014-08-09 Ran Benitautils: add a STATIC_ASSERT macro
2014-08-09 Ran Benitakeymap: remove "flags" field of xkb_private_action
2014-08-08 Ran Benitax11/keymap: be more defensive about the number of modifiers
2014-08-08 Ran Benitax11/keymap: don't forget to add the vmod offset in...
2014-07-27 Ran Benitaast-build: make sure InterpDef is freeable
2014-07-26 Ran Benitaparser: silence bison "unused value" warnings
2014-07-26 Ran Benitaparser: don't leak AST nodes for discarded symbols
2014-07-25 Ran BenitaReplace darray_mem with a new darray_steal
2014-07-25 Ran Benitaast-build: use cast instead of ->common
2014-07-25 Ran Benitatypes: refactor CopyKeyTypesToKeymap
2014-07-25 Ran Benitakeycodes: split CopyKeyInfoToKeymap to several functions
2014-06-30 Ran Benitaparser: don't shadow "str"
2014-06-15 Ran Benitax11: don't iterate on empty batches
2014-06-01 Ran BenitaRemove unnecessary !!(expressions)
2014-05-28 Ran Benitarules: fix leak on failure
2014-05-14 Ran Benitax11: fix out-of-bounds access in adopt_atoms() error...
2014-05-11 Ran Benitaast-build: don't leak on OOM in BoolVarCreate
2014-04-30 Ran Benitaparser: show the keysym in "unrecognized keysym" messages
2014-04-24 Ran Benitakeycodes: fix uninitialized variable
2014-04-22 Ran Benitaxkbcomp: don't align enum values
2014-04-22 Ran Benitaxkbcomp: use straight assignment instead of CopyModSet
2014-04-22 Ran Benitakeymap, keycodes, compat: don't use darray for LEDs
2014-04-22 Ran Benitakeymap: don't use darray in xkb_mod_set
2014-04-22 Ran Benitakeymap: add and use xkb_mods_{foreach,enumerate}()
2014-04-22 Ran Benitakeymap: rename xkb_foreach_key to xkb_keys_foreach
2014-04-22 Ran Benitakeymap: protect xkb_foreach_key macro params
2014-04-22 Ran Benitadarray: remove unused darray_foreach_reverse()
2014-04-22 Ran Benitautils: detect overflow in memdup()
2014-04-19 Ran Benitasymbols: use xkb_mod_set instead of entire keymap
2014-04-19 Ran Benitatypes: use xkb_mod_set instead of entire keymap
2014-04-19 Ran Benitacompat: use xkb_mod_set instead of entire keymap
2014-04-19 Ran Benitavmod: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran Benitaaction: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran Benitaexpr: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran Benitatext: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran BenitaAdd struct xkb_mod_set
2014-04-19 Ran Benitakeymap: rename wrap_group_into_range -> XkbWrapGroupInt...
2014-04-19 Ran Benitakeymap: move ModNameToIndex from text.c and use it...
2014-04-17 Ran Benitasymbols: separate ctx
2014-04-17 Ran Benitacompat: separate ctx
2014-04-16 Ran Benitatypes: separate ctx
2014-04-16 Ran Benitaaction: convert a few missed unsigned -> enum xkb_actio...
2014-04-16 Ran Benitaexpr: fix handling of unknown integer binary operator
2014-03-27 Ran Benitastate: fix consumed modifier calculation
2014-03-22 Ran Benitastate: apply control transformation on utf8/utf32 keysy...
2014-03-22 Ran Benitastate: add xkb_state_key_get_{utf8,utf32}() API functions
2014-03-22 Ran BenitaAdd utf8.{c,h} for common UTF-8 util functions
2014-03-06 Ran Benitax11: relax XkbGetNames requirements
2014-02-22 Ran Benitasymbols, keycodes: fix int return type when bool is...
2014-02-22 Ran Benitasymbols: cleanup SetSymbolsField
2014-02-22 Ran Benitasymbols: fix possible use of uninitialized value
2014-02-22 Jasper St. Pierrestate: 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
next