platform/upstream/libxkbcommon.git
2020-04-18 Ran Benitaci: add github actions build
2020-03-25 Nilstest: use flag instead of hardcoded value in examples
2020-03-21 Ran Benitatest/how-to-type: some code fixes/improvements
2020-03-20 Ran Benitatest: add "how to type" demo program
2020-03-20 Ran Benitadoc: add missing `@since` tags
2020-03-20 Jaroslaw KubikAPI to query modifier set required to type a keysym
2020-02-24 Jaroslaw KubikSupport translation Unicode codepoints to keysyms
2020-02-18 Ran Benitabuild: fix build with byacc
2020-02-16 Ran Benitadoc: must -> should
2020-01-18 Ran BenitaBump version to 0.10.0 upstream_bkup_20210105 upstream_work_20200225 xkbcommon-0.10.0
2020-01-18 Ran Benitadoc/rules-format.txt: document include support
2020-01-18 Ran Benitadocs: add missing reference to $XDG_CONFIG_HOME
2019-12-28 Adrian Perez... CI: Add build instructions for Windows
2019-12-28 Adrian Perez... MSVC: Provide an implementation of gettimeofday()
2019-12-28 Adrian Perez... MSVC: Provide implementations of [un]setenv()
2019-12-28 Adrian Perez... MSVC: Provide implementations of test_{dis,en}able_stdi...
2019-12-28 Adrian Perez... MSVC: Use <io.h> as an alternative for <unistd.h>
2019-12-28 Adrian Perez... build: Skip building some tests on MSVC for now
2019-12-28 Adrian Perez... build: add some defines for MSVC to allow it to be...
2019-12-28 Ran Benitaci: use consistent python for all jobs
2019-12-28 Ran Benitatest/data: ensure files are checked out with LF, not...
2019-12-28 Adrian Perez... CI: some tweaks
2019-12-28 Ran Benitaxkbcomp/rules: support \r\n line endings
2019-12-28 Ran Benitatest/atom: use correct format specifier for size_t
2019-12-28 Ran BenitaOpen files in binary mode
2019-12-28 Ran Benitatest/common: avoid double // in path
2019-12-28 Ran Benitatest/common: simplify test_get_path()
2019-12-27 Ran Benitaxkbcomp: remove cast which triggers warning on gcc
2019-12-27 Ran Benitaxkbcomp: make a couple of casts explicit to mark them...
2019-12-27 Ran Benitatest/context: use a more portable directory-exists...
2019-12-27 Ran Benitaxkbcomp/keywords: regenerate with newer gperf
2019-12-27 Ran Benitaparser: fix format string for int64_t
2019-12-27 Ran BenitaOnly add GCC diagnostic pragmas when compiler is GCC...
2019-12-27 Ran Benitaxkbcomp: fix wrong return type
2019-12-27 Ran Benitaparser: use int64_t for all numbers
2019-12-27 Ran Benitascanner-utils: avoid possible implicit truncating of...
2019-12-27 Ran Benitautils: move macro defines to before they're used
2019-12-27 Ran Benitautils: fix typo in strndup fallback
2019-12-27 Adrian Perez... meson.build: Take win_bison as a possible variant for...
2019-12-27 Ran Benitabuild: include config.h manually
2019-12-27 Adrian Perez... Provide a fallback implementation of [v]asprintf()
2019-12-27 Adrian Perez... Provide a fallback implementation of strndup()
2019-12-27 Adrian Perez... Use built-in istr[n]cmp() instead of strcase[n]cmp()
2019-12-27 Ran Benitautils: use MIN/MAX instead of min/max
2019-12-27 Ran Benitaxkbcomp: downgrade "Symbol added to modifier map for...
2019-12-24 Peter Huttererrules: eliminate an extra fopen/fclose cycle
2019-12-24 Peter Huttererrules: add include statements to rules files
2019-12-24 Peter Hutterercontext: add a helper function to return the default...
2019-12-24 Peter Huttererrules: move the matcher result handling to the caller
2019-12-24 Peter Huttererrules: put the scanner on the stack
2019-12-24 Peter Huttererrules: simplify an error path
2019-12-24 Peter Huttererrules: rename a variable from 's' to 'str'
2019-12-24 Peter Huttererrules: drop the matcher_err() macro and use scanner_err...
2019-12-24 Peter Huttererrules: factor out the function to parse a rules file
2019-12-22 Peter Huttererkeysym: handle ssharp in XConvertCase()
2019-12-14 Ran Benitameson: remove redundant malloc scribbling
2019-12-14 Ran Benitaparser: fix the remaining pointer chasing
2019-11-18 Peter Hutterertest: let rmlvo-to-kccgst take long options like rmlvo...
2019-11-14 Ran Benitaparser: fix quadratic pointer chasing
2019-11-14 Ran Benitaparser: remove an unneeded check
2019-11-14 Peter Huttererdocs: update the include path documentation
2019-11-12 Ran Benitacompat: reject interpret modifier predicate with more...
2019-11-12 Ran Benitaexpr: fix log message on some unexpected expression...
2019-11-12 Ran BenitaReplace some tabs that sneaked in with spaces
2019-11-12 Ran Benitaparser: fix merge mode only applied to first vmod in...
2019-11-12 Ran Benitaast: use a separate expr struct for action list
2019-11-12 Ran Benitaast-build: get rid of unhelpful macro
2019-11-09 Ran Benitaatom: a string is greater than its prefix
2019-11-09 Ran Benitaatom: combine atom_intern() and atom_lookup()
2019-11-09 Ran Benitaatom: correct iteration count in hash function
2019-11-09 Ran Benitaatom: describe how this odd data structure works
2019-11-09 Ran Benitaatom: use a better hash function
2019-11-09 Ran Benitaatom: style changes
2019-11-09 Ran Benitaatom: remove handling of garbage input
2019-11-09 Ran Benitaatom: use explicit size for fingerprint
2019-11-08 Ran Benitaatom: replace an avoidable strlen
2019-11-08 Ran Benitaatom: remove redundant field
2019-11-08 Ran Benitatest/atom: increase iteration count and print random...
2019-11-08 Ran Benitaparser: get rid of "stealing" atoms
2019-11-07 Peter Hutterertest: remove a superfluous string-is-null check
2019-11-07 Peter Hutterertest: fix a potential memory leak
2019-11-01 Ran Benitatest: xkeyboard-config: bring back the progress bar
2019-11-01 Peter Hutterertest: xkeyboard-config: invoke the python3 command...
2019-11-01 Peter Hutterertest: xkeyboard-config: add missing variant tests
2019-11-01 Peter Hutterertest: xkeyboard-config: use universal_newlines instead...
2019-11-01 Peter Hutterertest: xkeyboard-config: flake8 fixes
2019-11-01 Peter Hutterertest: xkeyboard-config: handle keyboard interrupts...
2019-11-01 Peter Hutterertest: xkeyboard-config: print to stderr on failure...
2019-11-01 Peter Hutterertest: xkeyboard-config: add a multiprocessing.Pool...
2019-11-01 Peter Hutterertest: xkeyboard-config: use argparse for the path and...
2019-10-31 Ran Benitascripts/makeheader: slight simplification
2019-10-31 Sebastian Wickscripts/makeheader: allow overriding the prefix path...
2019-10-31 Peter Hutterertest: add test for the various default include paths
2019-10-31 Peter HuttererUse XDG_CONFIG_HOME as first XKB search path
2019-10-20 Ran BenitaBump version to 0.9.1 xkbcommon-0.9.1
2019-10-20 Jan Alexander... context: Don't fail to create the context if HOME isn...
2019-10-18 Ran BenitaREADME: update my email address
2019-10-18 Ran BenitaBump version to 0.9.0 xkbcommon-0.9.0
2019-10-18 Ran Benitabuild: remove leftover autotools file
2019-10-18 Ran Benitatest: fix printf("%s", NULL) in error path
next