summaryrefslogtreecommitdiff
path: root/src/context.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-02vmod: remove outdated commentsRan Benita1-1/+1
2012-08-08Add xkb_log_level enum rather than using syslogDaniel Stone1-17/+14
2012-08-08Move xkb_context struct to xkb-priv.hDaniel Stone1-18/+0
2012-08-08context: Maintain list of failed include pathsDaniel Stone1-10/+18
2012-08-07log: allow to resore default log functionRan Benita1-1/+1
2012-07-27Don't create contexts with no include pathsDaniel Stone1-5/+8
2012-07-27Some atom related optimizationsRan Benita1-1/+7
2012-07-23Remove old logging leftoversRan Benita1-6/+2
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