summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xkbcli: fix interactive-x11 not showing in helpRan Benita2020-09-051-1/+1
* Revert: tools: add xkbcli-scaffold-new-layout as helper toolPeter Hutterer2020-09-032-333/+0
* meson.build: define PATH_MAX where it's missingPeter Hutterer2020-09-012-3/+8
* ci: fix windows job not finding bisonRan Benita2020-08-311-8/+6
* tools: convert man pages from man format to mdoc formatRan Benita2020-08-317-246/+235
* PACKAGING: mention xkbcliRan Benita2020-08-301-0/+3
* build: fix meson "uses features which were added in newer versions" warningRan Benita2020-08-301-2/+1
* doc: add some disclaimer regarding user-specific key types and compat entriesPeter Hutterer2020-08-301-0/+9
* tools: add xkbcli-scaffold-new-layout as helper toolPeter Hutterer2020-08-302-0/+334
* Add /etc/xkb as extra lookup path for system data filesPeter Hutterer2020-08-3010-3/+48
* xkbcomp: allow including kccgst files from other pathsPeter Hutterer2020-08-303-22/+49
* xkbcomp: simplify the include path handlingPeter Hutterer2020-08-301-18/+11
* xkbcomp: move the logging of include paths into a helper functionPeter Hutterer2020-08-301-18/+26
* build: fix byacc invocationRan Benita2020-08-081-2/+2
* test: fix the xkeyboard-config testPeter Hutterer2020-07-291-2/+1
* test: ignore the real XDG_CONFIG_HOME during testsPeter Hutterer2020-07-271-1/+8
* tools/interactive-evdev: fixup 64bff65Ran Benita2020-07-272-1/+2
* tools/interactive-evdev: change --evdev-offset to --without-x11-offsetRan Benita2020-07-272-11/+10
* doc: ignore rxkb, RXBK prefixes in doxygenRan Benita2020-07-251-1/+3
* test/tool-option-parsing: remove --kccgst test, it's private for nowRan Benita2020-07-251-2/+2
* tools: run test-tool-option-parsing.py like a regular testRan Benita2020-07-252-12/+7
* tools/compile-keymap: hide --kccgst comment on public buildRan Benita2020-07-251-2/+4
* tools: fix strcmp mistake in 0066e38Ran Benita2020-07-251-1/+1
* build: use gnu_symbol_visibility instead of explicit -fvisibilityRan Benita2020-07-251-1/+3
* build: use nicer / syntax instead of join_paths()Ran Benita2020-07-251-11/+11
* tools: make independent from src/Ran Benita2020-07-254-17/+33
* build: use cc.get_supported_arguments()Ran Benita2020-07-251-5/+2
* build: remove explicit -WextraRan Benita2020-07-251-1/+0
* tools: some minor changes to xkbcliRan Benita2020-07-2511-97/+149
* tools: link the tools against libxkbcommon.so onlyPeter Hutterer2020-07-253-5/+19
* tools: avoid use of a private apiPeter Hutterer2020-07-251-4/+15
* Drop use of ronn, switch to raw roff insteadPeter Hutterer2020-07-2517-336/+334
* tools: don't mangle the path for tools, just exec directlyPeter Hutterer2020-07-251-24/+9
* tools: don't assert on 64+ commandline arguments, just returnPeter Hutterer2020-07-252-1/+8
* tools: add a test program to parse the commandline optionsPeter Hutterer2020-07-252-0/+308
* tools: drop getopt vs getopt_long differentiationPeter Hutterer2020-07-252-31/+21
* tools: switch how-to-type to getopt_longPeter Hutterer2020-07-252-21/+46
* tools: switch interactive-evdev to getopt_longPeter Hutterer2020-07-253-57/+93
* tools: consistently return 2 on invalid usagePeter Hutterer2020-07-256-12/+34
* tools: install our tools as xkbcli subcommandsPeter Hutterer2020-07-2511-10/+347
* tools: add a xkbcli tool as entry point for the various tools we havePeter Hutterer2020-07-257-2/+229
* meson.build: move registry-list tool down to the tools sectionPeter Hutterer2020-07-251-6/+7
* meson.build: only build the tools where getopt.h is availablePeter Hutterer2020-07-251-58/+62
* meson.build: move the config.h generation to the bottomPeter Hutterer2020-07-251-2/+2
* meson.build: registry list is dependent on getopt_longPeter Hutterer2020-07-251-5/+10
* meson.build: drop install:false from configure_filePeter Hutterer2020-07-251-2/+1
* meson.build: add the valgrind test setup, exclude python testsPeter Hutterer2020-07-252-1/+16
* test: make the symbols-leak-test executablePeter Hutterer2020-07-252-1/+1
* Make path retrieval consistent in xkb_compose_table_new_from_locale()Emmanuel Gil Peyrot2020-07-233-15/+13
* compose: add xdg base directory supportEmmanuel Gil Peyrot2020-07-234-2/+38