summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bench: simplify the bench helpersRan Benita2018-07-058-146/+50
* travis: pin meson to an older version so it works with Python 3.4Ran Benita2018-06-231-1/+1
* keysym-utf: reject out-of-range Unicode codepoints in xkb_keysym_to_utf{8,32}Ran Benita2018-06-234-10/+43
* keysym-utf: replace the Unicode characters for leftanglebracket and rightangl...Ran Benita2018-02-271-2/+2
* build/autotools: remove redundant ACLOCAL_AMFLAGSRan Benita2018-02-272-3/+1
* build/meson: fix x11 test/demo compilation with non-standard xcbRan Benita2018-02-251-3/+13
* build/meson: fix the -Wl,--version-script configure checkRan Benita2018-02-141-1/+1
* test/interactive-wayland: replace tabs with spacesRan Benita2018-01-271-383/+383
* doc: improve the description of the consumed modifier modesRan Benita2018-01-261-9/+10
* Convert http:// -> https:// where possibleRan Benita2017-12-2110-17/+17
* x11: check and document the correct range of device IDsRan Benita2017-12-182-7/+7
* Bump version to 0.8.0xkbcommon-0.8.0Ran Benita2017-12-152-2/+2
* Update NEWSRan Benita2017-12-151-3/+10
* README,PACKAGING: use the new meson unified command formatRan Benita2017-12-152-3/+3
* build: disable -Wdocumentation-deprecated-syncRan Benita2017-12-142-1/+2
* travis: ensure all tests are valgrind-cleanRan Benita2017-12-121-2/+2
* test/x11: properly clean up also when skipping testRan Benita2017-12-121-5/+11
* compose/parser: be more careful when checking if sequence overrides or duplic...Ran Benita2017-12-121-3/+15
* xkbcomp/ast-build: fix memory leak when appending multi-keysymsRan Benita2017-12-122-3/+4
* keymap: fix NULL dereference when dumping the default fallback typeRan Benita2017-12-123-5/+5
* xkbcomp/types: fix types being assigned the wrong number of levels in some ci...Ran Benita2017-12-121-1/+2
* keysym: add xkb_keysym_to_{lower,upper} to public APIRan Benita2017-12-115-8/+41
* test/data: sync with xkeyboard-config 2.22Ran Benita2017-12-0323-336/+1640
* Merge pull request #53 from whitslack/missing-ucs-codesRan Benita2017-10-031-1/+2
|\
| * keysym-utf: Add missing codes for signifblank and permille keysymsMatt Whitlock2017-09-281-1/+2
|/
* build/meson: require meson >= 0.41.0Ran Benita2017-09-101-0/+1
* expr: paper over a maybe-uninitialized warningRan Benita2017-09-081-2/+2
* test/interactive-wayland: avoid unused function warning due to configurationRan Benita2017-08-161-10/+12
* build: add missing configure function checks for test/interactive-waylandRan Benita2017-08-162-1/+7
* xkbcommon-compose.h: change recommended locale fallback code to treat empty s...Ran Benita2017-08-131-3/+4
* Bump version to 0.7.2xkbcommon-0.7.2Ran Benita2017-08-042-2/+2
* Update NEWSRan Benita2017-08-041-0/+46
* build/autotools: fix doc installationRan Benita2017-08-041-2/+2
* test/symbols-leak-test.bash: make it easier to readRan Benita2017-08-031-15/+7
* build/autotools: fix symbol versioning configure checkRan Benita2017-08-021-1/+1
* build/autotools: make doxygen's input relativeRan Benita2017-08-021-7/+7
* build/autotools: dist the meson build filesRan Benita2017-08-011-0/+2
* build/autotools: install documentation under html/Ran Benita2017-08-011-1/+1
* build: make doxygen run from the source treeRan Benita2017-08-014-14/+24
* Merge pull request #49 from bluetech/mesonRan Benita2017-07-3111-103/+564
|\
| * build: add meson build systemRan Benita2017-07-316-21/+564
| * build: remove Android.mkRan Benita2017-07-312-62/+0
| * build: remove -uninstalled pkg-config filesRan Benita2017-07-313-20/+0
|/
* travis: do the build out-of-treeRan Benita2017-07-311-1/+2
* build: fix out-of-tree buildRan Benita2017-07-312-3/+4
* build: use top_srcdir consistentlyRan Benita2017-07-313-4/+4
* build: change doxygen target to be properly dependency-basedRan Benita2017-07-313-19/+21
* build: move custom targets to scripts/ and remove from makefileRan Benita2017-07-316-18/+15
* build: rewrite the update-keysyms sed script in pythonRan Benita2017-07-313-20/+45
* build: remove unneeded preprocessor include flagsRan Benita2017-07-314-9/+7