summaryrefslogtreecommitdiff
path: root/src/context.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Add logging APIRan Benita1-0/+149
2012-07-23utils: remove Xfuncproto.h and use our own macrosRan Benita1-9/+9
2012-07-17Run source tree through uncrustifyDaniel Stone1-1/+1
2012-07-14Fix fileID messRan Benita1-2/+2
2012-05-22context: use darray for include pathsRan Benita1-30/+12
2012-05-18Various static analyzer fixesRan Benita1-1/+1
2012-05-18Use eaccess() only if availablePekka Paalanen1-0/+6
2012-05-11Rename 'ctx' back to 'context' in external APIDaniel Stone1-27/+27
2012-05-09Shorten context to ctxRan Benita1-58/+58
2012-05-09Contextualize the atom tableRan Benita1-0/+29
2012-05-09Contextualize XkbFile IDsRan Benita1-0/+9
2012-05-08Add context flag to inhibit default include pathsDaniel Stone1-1/+2
2012-05-08Add flags to context creationDaniel Stone1-1/+1
2012-05-08Rename XKBcommonint.h to xkb-priv.h and use itRan Benita1-3/+1
2012-05-08Don't use typeofRan Benita1-1/+1
2012-04-09Implicitly include config.h in all filesRan Benita1-4/+0
2012-04-09Remove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.hRan Benita1-9/+9
2012-04-09Implement missing xkb_state_ref and add return valueRan Benita1-1/+2
2012-04-09Eliminate remaining gcc warningsDaniel Stone1-3/+3
2012-03-29Don't leak include_paths in contextDaniel Stone1-0/+3
2012-03-27Use xkb_contexts in keymap compilationDaniel Stone1-5/+4
2012-03-27Add new context APIDaniel Stone1-0/+198