summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.8.1xkbcommon-0.8.1Ran Benita2018-08-032-2/+2
* Update NEWSRan Benita2018-08-031-0/+38
* Merge pull request #66 from whot/masterRan Benita2018-08-014-9/+10
|\
| * action: make a note that we may not null-terminate private stringsPeter Hutterer2018-08-011-0/+1
| * xkbcomp: fix pointer value for FreeStmtPeter Hutterer2018-08-011-1/+1
| * keycodes: don't try to copy zero key aliasesPeter Hutterer2018-08-011-7/+7
| * text: init the target buffer to zeroPeter Hutterer2018-08-011-1/+1
|/
* compose: fix infinite loop in parser on some inputsRan Benita2018-07-301-1/+1
* xkbcomp: fix crash when parsing an xkb_geometry sectionRan Benita2018-07-302-10/+8
* xkbcomp: fix crashes in the parser when geometry tokens appearRan Benita2018-07-304-5/+23
* xkbcomp: fix stack overflow when evaluating boolean negationRan Benita2018-07-301-1/+1
* Add fuzzing infrastructureRan Benita2018-07-309-0/+300
* Merge pull request #65 from heftig/pc-fix2Ran Benita2018-07-171-2/+2
|\
| * meson: Fix xkbcommon-x11.pc Requires versioningJan Alexander Steffens (heftig)2018-07-171-2/+2
|/
* meson: Fix xkbcommon-x11.pc RequiresJan Alexander Steffens (heftig)2018-07-171-0/+2
* 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