packaging: update packaging file to install license file via %license macro
[platform/upstream/libxkbcommon.git] / tools /
2023-10-05 Pierre Le MarreTools: Add bash completions for xkbcli
2023-10-05 Pierre Le MarreTools: Improve xkbcli help messages and manual pages
2023-09-26 Pierre Le MarreDisallow producing NULL character with escape sequences
2023-09-26 Ran BenitaCompose: add iterator API
2023-09-24 Pierre Le MarreMessages: add new messages to registry
2023-09-19 Pierre Le MarreAdd a new warning for numeric keysyms
2023-09-19 Pierre Le MarreAdd xkb-check-messages tool
2023-09-18 Pierre Le Marreinteractive-evdev: add option to print modmaps
2023-09-18 Pierre Le MarreInteractive tools: add options to hide some fields
2023-09-18 Pierre Le MarreInteractive tools: always print keycode
2023-09-18 Pierre Le MarreInteractive tools: Escape control character for Unicode...
2023-07-04 Pierre Le MarreReplace keycode numeric offset with EVDEV_OFFSET
2023-07-03 Ran Benitaxkbcli: allow compile-keymap without args
2023-06-26 Pierre Le Marreinteractive-evdev: includes options
2023-04-11 Ran BenitaPossible fix for non-MSVC windows compilers
2022-09-24 Jan Alexander Stef... interactive-wayland: Fix interface versioning
2021-11-10 Peter Hutterertools/list: print an empty string for null vendor strings
2021-11-10 Peter Hutterertools/list: enclose the the various field names in...
2021-11-01 Ran Benitaman: mention `xkbcli list` output is meant to be in...
2021-07-31 Ran Benitatools/how-to-type: add --keysym for how to type a keysym
2021-07-12 Simon Sertools/interactive-x11: use keysym to look for Esc
2021-05-08 Ran Benitatools: add compose tool for Compose debugging
2021-04-27 Peter Hutterertools: change xkbcli list to output YAML
2021-04-27 Peter Hutterertools: change the list separator handling
2021-04-14 Evgeniy Khramtsovinteractive-wayland: fallback to ftruncate() if needed
2021-03-29 Ran Benitaman: add missing pointer to xkbcli-compile-keymap(1)
2021-03-28 Ran Benitainteractive-evdev: fix missing initialization
2021-03-28 Ran Benitainteractive-evdev: switch from epoll(2) to poll(2)
2020-09-09 Ran Benitatools: align `xkbcli how-to-type` output ourselves
2020-09-05 Ran Benitaxkbcli: fix interactive-x11 not showing in help
2020-09-03 Peter HuttererRevert: tools: add xkbcli-scaffold-new-layout as helper...
2020-08-31 Peter Hutterermeson.build: define PATH_MAX where it's missing
2020-08-31 Ran Benitatools: convert man pages from man format to mdoc format
2020-08-30 Peter Hutterertools: add xkbcli-scaffold-new-layout as helper tool
2020-07-27 Ran Benitatools/interactive-evdev: fixup 64bff65
2020-07-27 Ran Benitatools/interactive-evdev: change --evdev-offset to ...
2020-07-25 Ran Benitatools: run test-tool-option-parsing.py like a regular...
2020-07-25 Ran Benitatools/compile-keymap: hide --kccgst comment on public...
2020-07-25 Ran Benitatools: fix strcmp mistake in 0066e38
2020-07-25 Ran Benitatools: make independent from src/
2020-07-25 Ran Benitatools: some minor changes to xkbcli
2020-07-25 Peter Hutterertools: link the tools against libxkbcommon.so only
2020-07-25 Peter Hutterertools: avoid use of a private api
2020-07-25 Peter HuttererDrop use of ronn, switch to raw roff instead
2020-07-25 Peter Hutterertools: don't mangle the path for tools, just exec directly
2020-07-25 Peter Hutterertools: don't assert on 64+ commandline arguments, just...
2020-07-25 Peter Hutterertools: add a test program to parse the commandline...
2020-07-25 Peter Hutterertools: drop getopt vs getopt_long differentiation
2020-07-25 Peter Hutterertools: switch how-to-type to getopt_long
2020-07-25 Peter Hutterertools: switch interactive-evdev to getopt_long
2020-07-25 Peter Hutterertools: consistently return 2 on invalid usage
2020-07-25 Peter Hutterertools: install our tools as xkbcli subcommands
2020-07-25 Peter Hutterertools: add a xkbcli tool as entry point for the various...
2020-07-08 Peter Hutterertools: add option to print full RMLVO elements to rmlvo...
2020-07-08 Peter Hutterertools: add ability to compile from kccgst to rmlvo...
2020-07-08 Peter Hutterertools: add include path handling to rmlvo-to-keymap
2020-07-08 Peter Hutterertools: add ability to print the KcCGST components for...
2020-07-08 Peter Hutterertools: expand help output for rmlvo-to-keymap
2020-07-08 Peter Hutterertools: add verbose logging to rmlvo-to-keymap
2020-07-08 Peter Hutterertools: always print the rmlvo-to-keymap outcome
2020-07-06 Peter HuttererAdd libxkbregistry to query available RMLVO
2020-06-28 Ran Benitatools: don't depend on src/utils.h
2020-06-25 Peter Hutterertools: allow stdin for compiling keymaps
2020-06-25 Peter Hutterertools: print the kccgst format in a usable syntax
2020-06-25 Peter Hutterertools: move the remaining tools from test to here
2020-06-25 Peter Hutterertest: untangle interactive-evdev from the test headers
2020-06-25 Peter Hutterertest: simplify error handling in interactive-evdev
2020-06-25 Peter HuttererMove the various tools to a tools/ directory