Fix a few keysymtab entries to match their comment in xkbcommon-keysyms.h
[platform/upstream/libxkbcommon.git] / src /
2021-02-27 Pierre Le MarreFix a few keysymtab entries to match their comment...
2021-02-22 Peter HuttererUpdate keysym definitions to latest xorgproto
2020-11-23 Ran Benitakeymap-dump: follow xkbcomp in printing affect=both...
2020-11-23 Ran Benitax11: fix type level names missing
2020-11-23 Ran Benitax11/keymap: fix case with no actions
2020-11-20 Ran Benitax11: cache X11 atoms
2020-11-20 Ran Benitax11: eliminate slow divisions
2020-10-19 Peter Huttererxkbcomp: where a keysym cannot be resolved, set it...
2020-09-11 hhbparser: fix another format string for int64_t (#191)
2020-09-07 Peter Huttererutils: include unistd.h where we have it
2020-09-07 Peter Hutterercontext: fix a compiler warning
2020-09-07 Peter Huttererregistry: mark the rxkb_log function as attribute printf
2020-08-30 Peter HuttererAdd /etc/xkb as extra lookup path for system data files
2020-08-30 Peter Huttererxkbcomp: allow including kccgst files from other paths
2020-08-30 Peter Huttererxkbcomp: simplify the include path handling
2020-08-30 Peter Huttererxkbcomp: move the logging of include paths into a helpe...
2020-07-23 Emmanuel Gil PeyrotMake path retrieval consistent in xkb_compose_table_new...
2020-07-23 Emmanuel Gil Peyrotcompose: add xdg base directory support
2020-07-13 Peter Huttererxkbcomp: return NULL, not false in place of a FILE*
2020-07-13 Peter Huttererxkbcomp: simplify buffer handling in the include handling
2020-07-13 Peter HuttererAdd asprintf_safe helper function
2020-07-08 Peter Hutterercontext: log include paths for debugging
2020-07-08 Peter Hutterermeson.build: always set the default variants/options
2020-07-06 Peter HuttererAdd libxkbregistry to query available RMLVO
2020-07-06 Peter Huttererutils: add streq_null() for streq that allows NULL...
2020-07-06 Peter HuttererAdd a snprintf_safe() helper function
2020-07-06 Peter HuttererFactor the access check for paths out
2020-05-20 Ran Benitakeysyms: add XKB_KEY_XF86FullScreen
2020-04-18 Ran Benitakeymap: don't forget about fallback mappings in xkb_key...
2020-03-20 Jaroslaw KubikAPI to query modifier set required to type a keysym
2020-02-24 Jaroslaw KubikSupport translation Unicode codepoints to keysyms
2019-12-28 Adrian Perez de... MSVC: Use <io.h> as an alternative for <unistd.h>
2019-12-28 Ran Benitaxkbcomp/rules: support \r\n line endings
2019-12-28 Ran BenitaOpen files in binary mode
2019-12-27 Ran Benitaxkbcomp: remove cast which triggers warning on gcc
2019-12-27 Ran Benitaxkbcomp: make a couple of casts explicit to mark them...
2019-12-27 Ran Benitaxkbcomp/keywords: regenerate with newer gperf
2019-12-27 Ran Benitaparser: fix format string for int64_t
2019-12-27 Ran BenitaOnly add GCC diagnostic pragmas when compiler is GCC...
2019-12-27 Ran Benitaxkbcomp: fix wrong return type
2019-12-27 Ran Benitaparser: use int64_t for all numbers
2019-12-27 Ran Benitascanner-utils: avoid possible implicit truncating of...
2019-12-27 Ran Benitautils: move macro defines to before they're used
2019-12-27 Ran Benitautils: fix typo in strndup fallback
2019-12-27 Ran Benitabuild: include config.h manually
2019-12-27 Adrian Perez de... Provide a fallback implementation of [v]asprintf()
2019-12-27 Adrian Perez de... Provide a fallback implementation of strndup()
2019-12-27 Adrian Perez de... Use built-in istr[n]cmp() instead of strcase[n]cmp()
2019-12-27 Ran Benitautils: use MIN/MAX instead of min/max
2019-12-27 Ran Benitaxkbcomp: downgrade "Symbol added to modifier map for...
2019-12-24 Peter Huttererrules: eliminate an extra fopen/fclose cycle
2019-12-24 Peter Huttererrules: add include statements to rules files
2019-12-24 Peter Hutterercontext: add a helper function to return the default...
2019-12-24 Peter Huttererrules: move the matcher result handling to the caller
2019-12-24 Peter Huttererrules: put the scanner on the stack
2019-12-24 Peter Huttererrules: simplify an error path
2019-12-24 Peter Huttererrules: rename a variable from 's' to 'str'
2019-12-24 Peter Huttererrules: drop the matcher_err() macro and use scanner_err...
2019-12-24 Peter Huttererrules: factor out the function to parse a rules file
2019-12-22 Peter Huttererkeysym: handle ssharp in XConvertCase()
2019-12-14 Ran Benitaparser: fix the remaining pointer chasing
2019-11-14 Ran Benitaparser: fix quadratic pointer chasing
2019-11-14 Ran Benitaparser: remove an unneeded check
2019-11-12 Ran Benitacompat: reject interpret modifier predicate with more...
2019-11-12 Ran Benitaexpr: fix log message on some unexpected expression...
2019-11-12 Ran BenitaReplace some tabs that sneaked in with spaces
2019-11-12 Ran Benitaparser: fix merge mode only applied to first vmod in...
2019-11-12 Ran Benitaast: use a separate expr struct for action list
2019-11-12 Ran Benitaast-build: get rid of unhelpful macro
2019-11-09 Ran Benitaatom: a string is greater than its prefix
2019-11-09 Ran Benitaatom: combine atom_intern() and atom_lookup()
2019-11-09 Ran Benitaatom: correct iteration count in hash function
2019-11-09 Ran Benitaatom: describe how this odd data structure works
2019-11-09 Ran Benitaatom: use a better hash function
2019-11-09 Ran Benitaatom: style changes
2019-11-09 Ran Benitaatom: remove handling of garbage input
2019-11-09 Ran Benitaatom: use explicit size for fingerprint
2019-11-08 Ran Benitaatom: replace an avoidable strlen
2019-11-08 Ran Benitaatom: remove redundant field
2019-11-08 Ran Benitaparser: get rid of "stealing" atoms
2019-10-31 Peter HuttererUse XDG_CONFIG_HOME as first XKB search path
2019-10-20 Jan Alexander Stef... context: Don't fail to create the context if HOME isn...
2019-10-16 Ran Benitakeymap-dump: use consistent capitalization for "Group<N>"
2019-10-16 Ran Benitakeymap-dump: fix invalid names used for levels above 8
2019-10-03 Ran Benitacontext: move ~/.xkb to before XKB_CONFIG_ROOT in the...
2019-06-11 Ran BenitaMerge pull request #98 from michaelforney/popcount
2019-06-10 Michael ForneyUse bitwise test instead of popcount to check if one...
2019-03-24 Ran BenitaMerge pull request #95 from Hi-Angel/fix-lgtm-warnings
2019-03-23 Konstantin Kharlamovsymbols: add a comment to suppress warning from code...
2019-01-22 Ran BenitaMerge pull request #79 from jwrdegoede/add-2-new-keysyms
2019-01-22 Hans de GoedeSync Keysyms with recent xproto additions
2018-10-01 Ran BenitaMerge pull request #69 from alanc/master
2018-09-30 Alan CoopersmithFix off-by-one error in index check in xkb_file_type_to...
2018-08-24 Ran Benitadarray: fix unprotected macro argument
2018-08-21 Ran BenitaMerge pull request #68 from whot/wip/xkeyboard-config...
2018-08-18 Ran Benitax11: fix undefined behavior when copying the coordinate...
2018-08-05 Ran BenitaMerge pull request #67 from fooishbar/fix-more-fuzz
2018-08-03 Daniel StoneFail expression lookup on invalid atoms
2018-08-03 Daniel StoneFix signed vs. unsigned confusion in name sanitisation
2018-08-03 Daniel Stonedarray: Don't call memcpy() on NULL
next