compose/parser: resolve keysyms in parser instead of scanner
[platform/upstream/libxkbcommon.git] / src / context.c
2014-02-04 Ran BenitaUse secure_getenv when available
2014-01-13 Ran Benitacontext: split private functions to context-priv.c
2014-01-12 Ran Benitacontext: remove mostly useless log wrappers
2013-12-02 Ran Benitaatom: drop {xkb_,}atom_strdup
2013-10-14 Ran BenitaReplace ctype.h functions with ascii ones
2013-07-31 Ran Benitalog: change the log prefixes to be more library-like
2013-07-21 Ran Benitactx: adapt to the len-aware atom functions
2013-07-21 Ran Benitaatom: allow interning non-NUL-terminated strings
2013-03-19 Daniel StoneAdd environment overrides for default RMLVO
2013-03-18 Ran BenitaRemove file_id entirely
2013-03-18 Ran Benitatext: clean up and fix the *MaskText functions
2012-10-28 Ran Benitastate, context: allow passing NULL to *_unref()
2012-10-18 Ran BenitaContextualize GetBuffer()
2012-10-12 Ran BenitaChange log env vars to XKB_LOG_LEVEL/VERBOSITY
2012-09-23 Ran BenitaAPI: add _context prefix to log-related functions
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-16 Ran Benitainclude: improve file-not-found error reporting
2012-09-12 Daniel StoneCopyright updates
2012-09-03 Ran Benitaatom: add xkb_atom_lookup
2012-09-03 Ran Benitalog: replace "priority" by "level" everywhere
2012-09-02 Ran Benitavmod: remove outdated comments
2012-08-08 Daniel StoneAdd xkb_log_level enum rather than using syslog
2012-08-08 Daniel StoneMove xkb_context struct to xkb-priv.h
2012-08-08 Daniel Stonecontext: Maintain list of failed include paths
2012-08-07 Ran Benitalog: allow to resore default log function
2012-07-27 Daniel StoneDon't create contexts with no include paths
2012-07-26 Ran BenitaSome atom related optimizations
2012-07-22 Ran BenitaRemove old logging leftovers
2012-07-22 Ran BenitaAdd logging API
2012-07-22 Ran Benitautils: remove Xfuncproto.h and use our own macros
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-14 Ran BenitaFix fileID mess
2012-05-22 Ran Benitacontext: use darray for include paths
2012-05-18 Ran BenitaVarious static analyzer fixes
2012-05-18 Pekka PaalanenUse eaccess() only if available
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Ran BenitaContextualize the atom table
2012-05-09 Ran BenitaContextualize XkbFile IDs
2012-05-08 Daniel StoneAdd context flag to inhibit default include paths
2012-05-08 Daniel StoneAdd flags to context creation
2012-05-08 Ran BenitaRename XKBcommonint.h to xkb-priv.h and use it
2012-05-08 Ran BenitaDon't use typeof
2012-04-09 Ran BenitaImplicitly include config.h in all files
2012-04-09 Ran BenitaRemove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.h
2012-04-09 Ran BenitaImplement missing xkb_state_ref and add return value
2012-04-09 Daniel StoneEliminate remaining gcc warnings
2012-03-29 Daniel StoneDon't leak include_paths in context
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Daniel StoneAdd new context API