libxkbcommon/src/xkbcomp
Daniel Stone 3d31be5f87 Also print group name in keysym error
Unfortunately we can't get the actual file it was defined in this far
down, but at least give the human-readable name rather than just a group
index.

Also, groups are not zero-indexed, such that index 0 is group 1; fix
that too.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-03-16 14:29:40 +00:00
..
.gitignore Use yacc-generated header instead of tokens.h 2012-02-26 21:45:29 +02:00
Makefile.am Remove component listing code 2012-03-14 12:00:54 +00:00
action.c Remove overlay support as well 2012-03-10 14:36:30 +00:00
action.h Constify global tables 2012-03-03 01:17:57 +02:00
alias.c Remove geometry support, again 2012-03-09 19:30:30 +00:00
alias.h Remove geometry support, again 2012-03-09 19:30:30 +00:00
compat.c More useful errors for invalid keysyms 2012-03-16 14:22:04 +00:00
expr.c Remove more float support 2012-03-15 09:33:56 +00:00
expr.h Remove half-implemented radio groups 2012-03-10 14:27:06 +00:00
indicators.c Stringify public name types 2012-03-09 19:30:31 +00:00
indicators.h Introduce xkb_atom_t type 2012-03-09 19:30:31 +00:00
keycodes.c Introduce xkb_atom_t type 2012-03-09 19:30:31 +00:00
keycodes.h Fix all constness warnings 2012-02-25 12:00:10 +02:00
keymap.c Update modifiers after building keymap 2012-03-14 18:24:37 +00:00
keytypes.c Introduce xkb_atom_t type 2012-03-09 19:30:31 +00:00
misc.c Introduce xkb_atom_t type 2012-03-09 19:30:31 +00:00
misc.h Introduce xkb_keycode_t for keycodes 2012-02-15 16:24:50 +00:00
parseutils.c Plug leaks in geometry parsing 2012-03-15 09:44:55 +00:00
parseutils.h Plug leaks in geometry parsing 2012-03-15 09:44:55 +00:00
symbols.c Also print group name in keysym error 2012-03-16 14:29:40 +00:00
utils.c Remove useless casts 2012-03-03 01:17:57 +02:00
utils.h Remove useless casts 2012-03-03 01:17:57 +02:00
vmod.c Introduce xkb_atom_t type 2012-03-09 19:30:31 +00:00
vmod.h Switch expression resolution priv from char to void 2012-02-20 17:14:04 +00:00
xkbcomp.c Fix leak in xkbcomp.c 2012-03-14 17:04:36 +00:00
xkbcomp.h Remove more float support 2012-03-15 09:33:56 +00:00
xkbparse.y Plug leaks in geometry parsing 2012-03-15 09:44:55 +00:00
xkbpath.c Refactor XkbFindFileInPath 2012-03-04 00:04:04 +02:00
xkbpath.h Free IncludePath when no longer needed 2012-03-04 00:04:04 +02:00
xkbscan.l Don't leak the scanner's buffer 2012-03-04 00:04:04 +02:00