summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: ensure all tests are valgrind-cleantravis-valgrindRan Benita2017-12-121-2/+2
* 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
* build: explain why we don't AC_DEFINE a couple of constantsRan Benita2017-07-311-0/+2
* x11/keymap,test/interactive-evdev: fix a couple of clang-analyzer warningsRan Benita2017-07-312-0/+2
* test/x11comp: fix compiler warningsRan Benita2017-07-311-5/+6
* Merge pull request #48 from namandixit/patch-1Ran Benita2017-05-271-1/+1
|\
| * Fixed a minor bug in error detection in Wayland testNaman Dixit2017-05-271-1/+1
|/
* Merge pull request #46 from jwrdegoede/masterRan Benita2017-05-122-416/+420
|\
| * Sync Keysyms with recent xproto additionsHans de Goede2017-05-122-416/+420
|/
* doc/compat: correct the XKB protocol version from 1.1 to 1.0Ran Benita2017-04-291-1/+1
* test/interactive-x11: handle NULL from xcb_wait_for_eventRan Benita2017-04-281-0/+4
* state: cure boolean blindness in the filter functions' resultRan Benita2017-04-271-24/+41
* state: remove unneeded NULL checkRan Benita2017-04-271-3/+0
* state: reorder new() functions before the set() functions in the codeRan Benita2017-04-271-28/+28
* test/x11comp: be a bit more careful with kill()Ran Benita2017-04-111-2/+3
* test/interactive-wayland: mark a local function staticRan Benita2017-04-111-1/+1
* test/interactive-wayland: handle unrecognized SHM formatRan Benita2017-04-111-0/+3
* test/interactive-wayland: fix uninitialized `ret` in error pathRan Benita2017-04-111-0/+1
* Merge pull request #45 from fooishbar/xdg-shell-v6Ran Benita2017-04-116-41/+53
|\