summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: improve configuration and add macOSci-simplifyRan Benita2019-07-252-15/+30
* test/symbols-leak-test: fix sed regex on macOSRan Benita2019-07-251-4/+4
* build: fixup autotools build after 97f41feRan Benita2019-07-251-1/+2
* test/symbols-leak-test: make it work with macOS diffRan Benita2019-07-252-7/+11
* test/rmlvo-to-keymap: drop basename usageRan Benita2019-07-251-1/+1
* test/rmlvo-to-keymap.c: fix compilation on Darwin (#101)worldofpeace2019-07-191-5/+6
* interactive-wayland: Port to stable xdg-shell (#100)Daniel Stone2019-07-024-34/+33
* Merge pull request #98 from michaelforney/popcountRan Benita2019-06-114-15/+3
|\
| * Use bitwise test instead of popcount to check if one bit is setMichael Forney2019-06-104-15/+3
* | Merge pull request #96 from Jjagg/patch-1Ran Benita2019-06-051-4/+4
|\ \ | |/ |/|
| * Fix some doc typosJesse2019-06-041-4/+4
|/
* Merge pull request #95 from Hi-Angel/fix-lgtm-warningsRan Benita2019-03-241-0/+3
|\
| * symbols: add a comment to suppress warning from code analyzersKonstantin Kharlamov2019-03-231-0/+3
|/
* Merge pull request #94 from milloni/milloni/m4Ran Benita2019-03-121-0/+2
|\
| * Makefile.am: add include dir for AC_CONFIG_MACRO_DIR to workmilloni2019-03-121-0/+2
|/
* README: usage questions are alrightRan Benita2019-02-261-1/+1
* README: stop pointing at bugs.freedesktop.orgRan Benita2019-02-262-6/+4
* meson.build: use program from build machine not host or target.maxice82019-02-231-1/+1
* Bump version to 0.8.4xkbcommon-0.8.4Ran Benita2019-02-222-2/+2
* Update NEWSRan Benita2019-02-221-0/+9
* build: fix meson build from tarball generated by autotoolsRan Benita2019-02-221-0/+2
* meson.build: link the sources directly into libxkbcommon-x11Peter Hutterer2019-02-111-3/+12
* Bump version to 0.8.3xkbcommon-0.8.3Ran Benita2019-02-082-2/+2
* Update NEWSRan Benita2019-02-081-0/+10
* meson: make comment make sense nowRan Benita2019-02-081-1/+1
* Merge pull request #85 from whot/wip/static-lib-sourcesRan Benita2019-02-081-6/+5
|\
| * meson.build: manually link all sources into the libraryPeter Hutterer2019-02-081-6/+5
|/
* docs: fix a doxygen reference warningRan Benita2019-01-281-2/+2
* Merge pull request #81 from whot/masterRan Benita2019-01-251-1/+1
|\
| * keysyms: fix comment for XKB_KEY_OCARONPeter Hutterer2019-01-251-1/+1
|/
* Merge pull request #79 from jwrdegoede/add-2-new-keysymsRan Benita2019-01-222-256/+265
|\
| * Sync Keysyms with recent xproto additionsHans de Goede2019-01-222-256/+265
|/
* Merge pull request #69 from alanc/masterRan Benita2018-10-011-1/+1
|\
| * Fix off-by-one error in index check in xkb_file_type_to_stringAlan Coopersmith2018-09-301-1/+1
|/
* darray: fix unprotected macro argumentRan Benita2018-08-241-1/+1
* Merge pull request #68 from whot/wip/xkeyboard-config-testerRan Benita2018-08-217-34/+296
|\
| * test: allow for absolute paths to be resolvedPeter Hutterer2018-08-211-0/+3
| * test: drop the rmlvo ability from print-compiled-keymapPeter Hutterer2018-08-211-34/+10
| * test: add a tool to test-compile all LVO combinations from xkeyboard-configPeter Hutterer2018-08-215-0/+283
* | build: turn off strict aliasingRan Benita2018-08-182-2/+3
* | x11: fix undefined behavior when copying the coordinates of ptr movements act...Ran Benita2018-08-182-2/+3
|/
* Bump version to 0.8.2xkbcommon-0.8.2Ran Benita2018-08-052-2/+2
* Update NEWSRan Benita2018-08-051-0/+10
* Merge pull request #67 from fooishbar/fix-more-fuzzRan Benita2018-08-056-7/+18
|\
| * Fail expression lookup on invalid atomsDaniel Stone2018-08-031-1/+5
| * Fix signed vs. unsigned confusion in name sanitisationDaniel Stone2018-08-031-1/+2
| * darray: Don't call memcpy() on NULLDaniel Stone2018-08-031-1/+2
| * text: NULL-terminate SI mask namesDaniel Stone2018-08-031-0/+1
| * xkbcomp: Don't falsely promise from ExprResolveLhsDaniel Stone2018-08-031-1/+1
| * xkbcomp: Don't explode on invalid virtual modifiersDaniel Stone2018-08-031-0/+2