kc3-lang/libxkbcommon/tools

Branch :


Log

Author Commit Date CI Message
3666f2e0 2025-10-17 15:31:09 xkbcli-list: Minor improvements
d1a1a17a 2025-10-11 19:13:11 interactive-wayland: Prevent buffer use after free The tool would crash on the second call to `buffer_create` calling `wl_buffer_destroy` on a dangling `inter->buf`. Fixes: e13faebb2a5a2b250a9c320515942edc1e652649
5e3011ce 2025-10-06 08:35:47 Fix invalid macro in xkbcli-how-to-type.1 `.Be` is not a valid macro. I believe the intent was to end the list opened with `.Bl`. The macro for that is `.El`, as used elsewhere. https://mandoc.bsd.lv/man/mdoc.7.html#Displays_and_lists
7c9f8668 2025-09-30 13:10:13 tools: Add option drop unused bits
6e45c83c 2025-09-24 20:30:40 tools: Add option to disable pretty-printing
3203a010 2025-08-13 17:06:20 tools: Add internal introspection This tool enables simple analysis of XKB files with a YAML or DOT output: - resolve XKB paths; - list sections of a file; - list the includes of each section; - optionally process each include recursively. Additionally, the RDF Turtle output enables to query using the powerful SPARQL language. The tool is for internal use only for now, so that we can test it in various use cases before deciding if making it public.
4d396f6d 2025-09-16 21:05:27 tools: Added KcCGST output in YAML
934d4fd8 2025-08-21 19:33:28 logging: Improve tools & benches
3449f69f 2025-08-16 12:57:49 doc: Add new message XKB_ERROR_INVALID_COMPOSE_LOCALE
13ae4a26 2025-08-06 20:07:16 tools: Add Compose support to how-to-type - Enable Compose support by default; disable it with `--disable-compose` - Some filters are used to avoid combinatorial explosion