2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822) |
Log message:
revbump for textproc/icu
|
2021-04-13 12:11:12 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbcommon: update to 1.2.1.
libxkbcommon 1.2.1 - 2021-04-07
==================
- Fix `xkb_x11_keymap_new_from_device()` failing when the keymap contains key
types with missing level names, like the one used by the `numpad:mac` option
in xkeyboard-config. Regressed in 1.2.0.
|
2021-04-13 12:10:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libxkbcommon: remove gmake from tools, uses meson
|
2021-04-12 14:53:13 by Nia Alarie | Files touched by this commit (1) |
Log message:
libxkbcommon: set PYTHON_FOR_BUILD_ONLY
|
2021-04-05 14:44:47 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbcommon: update to 1.2.0.
libxkbcommon 1.2.0 - 2021-04-03
==================
- `xkb_x11_keymap_new_from_device()` is much faster. It now performs only 2
roundtrips to the X server, instead of dozens (in first-time calls).
Contributed by Uli Schlachter.
- Case-sensitive `xkb_keysym_from_name()` is much faster.
- Keysym names of the form `0x12AB` and `U12AB` are parsed more strictly.
Previously the hexadecimal part was parsed with `strtoul()`, now only up
to 8 hexadecimal digits (0-9A-Fa-f) are allowed.
- Compose files now have a size limit (65535 internal nodes). Further sequences
are discared and a warning is issued.
- Compose table loading (`xkb_compose_table_new_from_locale()` and similar) is
much faster.
- Use `poll()` instead of `epoll()` for `xlbcli interactive-evdev`, making it
portable to FreeBSD which provides evdev but not epoll. On FreeBSD, remember
to install the `evdev-proto` package to get the evdev headers.
- The build now requires a C11 compiler (uses anonymous structs/unions).
|
2021-03-14 09:17:17 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbcommon: update to 1.1.0.
libxkbcommon 1.1.0 - 2021-02-27
==================
- Publish the `xkb-format-text-v1.md` file in the HTML documentation. This file
existed for a long time but only in the Git repository.
Link: https://xkbcommon.org/doc/current/md_doc_keymap_format_text_v1.html
- Add partial documentation for xkb_symbols to xkb-format-text-v1.md.
Contributed by Simon Zeni.
- Update keysym definitions to latest xorgproto. In particular, this adds many
special keysyms corresponding to Linux evdev keycodes.
Contributed by Peter Hutterer <@who-t.net>.
- New API:
Too many XKB_KEY_* definitions to list here.
|
2020-11-29 19:03:32 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbcommon: update to 1.0.3.
libxkbcommon 1.0.3 - 2020-11-23
==================
- Fix (hopefully) a segfault in xkb_x11_keymap_new_from_device() in some
unclear situation (bug introduced in 1.0.2).
- Fix keymaps created with xkb_x11_keymap_new_from_device() don't have level
names (bug introduced in 0.8.0).
|
2020-11-23 16:34:26 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbcommon: update to 1.0.2.
libxkbcommon 1.0.2 - 2020-11-20
==================
- Fix a bug where a keysym that cannot be resolved in a keymap gets compiled to
a garbage keysym. Now it is set to XKB_KEY_NoSymbol instead.
- Improve the speed of xkb_x11_keymap_new_from_device() on repeated calls in the
same xkb_context().
|
2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|
2020-09-16 09:33:24 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libxkbcommon: fix PLIST for Linux
add xkbcli-interactive-evdev to PLIST.Linux
This utility is only built when linux/input.h is available.
From Michael Forney via tech-pkg.
|