libxkbcommon/src/xkbcomp
Daniel Stone ed18e65eac Merge remote-tracking branch 'ran/fixes-cont'
Conflicts:
	src/xkbcomp/expr.c

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-03-05 15:07:28 +00:00
..
.gitignore Use yacc-generated header instead of tokens.h 2012-02-26 21:45:29 +02:00
Makefile.am Use yacc-generated header instead of tokens.h 2012-02-26 21:45:29 +02:00
action.c Use global tables for action string handling 2012-03-03 01:17:57 +02:00
action.h Constify global tables 2012-03-03 01:17:57 +02:00
alias.c Use memset instead of bzero 2012-03-02 22:41:20 +02:00
alias.h Pull in enough structs and defines from XKBstr.h to only need XKB.h 2010-07-02 12:20:54 -04:00
compat.c Don't leak ActionInfo's 2012-03-04 00:04:04 +02:00
expr.c Merge remote-tracking branch 'ran/fixes-cont' 2012-03-05 15:07:28 +00:00
expr.h Constify some more text functions 2012-03-03 01:17:57 +02:00
geometry.c Don't leak DoodadInfo's from GeometryInfo 2012-03-04 00:04:04 +02:00
indicators.c Constify global tables 2012-03-03 01:17:57 +02:00
indicators.h Pull in enough structs and defines from XKBstr.h to only need XKB.h 2010-07-02 12:20:54 -04:00
keycodes.c Don't leak KeyNamesInfo 2012-03-04 00:04:04 +02:00
keycodes.h Fix all constness warnings 2012-02-25 12:00:10 +02:00
keymap.c Free XkbFile's when no longer needed 2012-03-04 00:04:04 +02:00
keytypes.c Merge remote-tracking branch 'ran/fixes-cont' 2012-03-05 15:07:28 +00:00
listing.c Fix other misc leaks 2012-03-04 00:04:04 +02:00
misc.c Free XkbFile's when no longer needed 2012-03-04 00:04:04 +02:00
misc.h Introduce xkb_keycode_t for keycodes 2012-02-15 16:24:50 +00:00
parseutils.c Free XkbFile's when no longer needed 2012-03-04 00:04:04 +02:00
parseutils.h Add function to free XkbFile's 2012-03-04 00:04:04 +02:00
symbols.c Fix other misc leaks 2012-03-04 00:04:04 +02: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 Constify global tables 2012-03-03 01:17:57 +02:00
vmod.h Switch expression resolution priv from char to void 2012-02-20 17:14:04 +00:00
xkbcomp.c Free all atoms along with keymap 2012-03-04 00:04:04 +02:00
xkbcomp.h Fix xkbparse.y compilation 2012-02-15 19:39:33 +00:00
xkbparse.y Fix "Could not resolve keysym" errors 2012-03-04 00:04:04 +02: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