Fix off-by-one error in index check in xkb_file_type_to_string
[platform/upstream/libxkbcommon.git] / src / xkbcomp /
2018-09-30 Alan CoopersmithFix off-by-one error in index check in xkb_file_type_to...
2018-08-05 Ran BenitaMerge pull request #67 from fooishbar/fix-more-fuzz
2018-08-03 Daniel StoneFail expression lookup on invalid atoms
2018-08-03 Daniel Stonexkbcomp: Don't falsely promise from ExprResolveLhs
2018-08-03 Daniel Stonexkbcomp: Don't explode on invalid virtual modifiers
2018-08-03 Daniel Stonexkbcomp: Don't crash on no-op modmask expressions
2018-08-03 Daniel Stoneparser: Don't set more maps when we don't have any
2018-08-01 Ran BenitaMerge pull request #66 from whot/master
2018-08-01 Peter Huttereraction: make a note that we may not null-terminate...
2018-08-01 Peter Huttererxkbcomp: fix pointer value for FreeStmt
2018-08-01 Peter Huttererkeycodes: don't try to copy zero key aliases
2018-07-30 Ran Benitaxkbcomp: fix crash when parsing an xkb_geometry section
2018-07-30 Ran Benitaxkbcomp: fix crashes in the parser when geometry tokens...
2018-07-30 Ran Benitaxkbcomp: fix stack overflow when evaluating boolean...
2017-12-12 Ran Benitaxkbcomp/ast-build: fix memory leak when appending multi...
2017-12-12 Ran Benitakeymap: fix NULL dereference when dumping the default...
2017-12-12 Ran Benitaxkbcomp/types: fix types being assigned the wrong numbe...
2017-09-08 Ran Benitaexpr: paper over a maybe-uninitialized warning
2017-07-31 Ran Benitabuild: fix out-of-tree build
2017-04-11 Ran BenitaMerge pull request #45 from fooishbar/xdg-shell-v6
2017-04-11 Daniel StoneAdd explicit fallthrough case statements
2016-06-09 Ran Benitakeymap-dump: use consistent order set/latch/lock (style)
2016-02-27 Ran Benitakeymap: share LevelsSameSyms()
2015-11-18 Ran Benitasrc/utils: change map_file to not take const string...
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-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-13 Ran Benitacompose/parser: fix segfault when including
2014-10-07 Ran Benitascanner-utils: optimize one-line comments
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 Benitakeycodes: fix keymap compilation with no aliases and...
2014-09-10 Ran Benitaast-build: fix leak in error path
2014-08-18 Ran BenitaMake the effective mod mask calculation available to...
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-01 Ran BenitaRemove unnecessary !!(expressions)
2014-05-28 Ran Benitarules: fix leak on failure
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-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: 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-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-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 Benitavmod: bring back support for direct vmod -> real mod...
2014-02-10 Ran BenitaMove src/xkbcomp/scanner-utils.h to src/
2014-02-10 Ran Benitascanner: sort out scanner logging functions
2014-02-10 Ran Benitarules: always %-expand kccgst values
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
next