Show invalid escape sequences
[platform/upstream/libxkbcommon.git] / src / compose / parser.c
2023-09-26 Pierre Le MarreShow invalid escape sequences
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: merge macros with and without message code
2023-05-15 alois31compose: drop the 65535 node limit (#343)
2022-12-16 Ronan Pigottcontext: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)
2022-05-15 Weng XuetianDo not clear sibling entries when override.
2022-03-14 Ran Benitascanner: prefix functions with `scanner_` to avoid...
2021-04-02 Ran Benitacompose: fix max compose nodes check
2021-03-31 Ran Benitacompose: use a ternary tree instead of a regular trie
2021-03-30 Ran Benitacompose: use anonymous union
2021-03-30 Ran Benitacompose: add a limit of 65535 sequences
2019-12-28 Ran BenitaOpen files in binary mode
2019-12-27 Ran Benitabuild: include config.h manually
2019-11-12 Ran BenitaReplace some tabs that sneaked in with spaces
2018-07-30 Ran Benitacompose: fix infinite loop in parser on some inputs
2017-12-12 Ran Benitacompose/parser: be more careful when checking if sequen...
2017-04-11 Ran BenitaMerge pull request #45 from fooishbar/xdg-shell-v6
2017-04-11 Daniel StoneAdd explicit fallthrough case statements
2016-12-02 Ran Benitacompose: remove the keysym_from_name cache
2015-11-18 Ran Benitasrc/utils: change map_file to not take const string...
2015-03-24 Ran Benitacompose: correctly parse modifier syntax
2014-10-18 Ran Benitacompose/parser: save len in keysym_from_name cache
2014-10-14 Ran Benitacompose/parser: fix parsing of multiple modifiers
2014-10-13 Ran Benitacompose/parser: parse (! mods) properly
2014-10-13 Ran Benitacompose/parser: resolve keysyms in parser instead of...
2014-10-13 Ran Benitacompose/parser: use parameter as intended
2014-10-13 Ran Benitacompose/parser: one more skip_to_eol()
2014-10-13 Ran Benitacompose/parser: fix segfault when including
2014-10-13 Ran BenitaCOPYING: add copyright notice from libX11:modules/im...
2014-10-07 Ran Benitascanner-utils: optimize one-line comments
2014-10-05 Ran Benitacompose: add xkbcommon-compose - implementation