Remove the exception for tizen common in .spec file
[platform/upstream/libxkbcommon.git] / src / context.c
2023-09-24 Pierre Le MarreMessages: merge macros with and without message code
2022-12-16 Ronan Pigottcontext: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)
2022-09-24 Ran Benitautils: move some MSVC compat stuff to common place
2020-11-20 Ran Benitax11: cache X11 atoms
2020-09-07 Peter Hutterercontext: fix a compiler warning
2020-08-30 Peter HuttererAdd /etc/xkb as extra lookup path for system data files
2020-07-13 Peter HuttererAdd asprintf_safe helper function
2020-07-08 Peter Hutterercontext: log include paths for debugging
2020-07-06 Peter HuttererFactor the access check for paths out
2019-12-28 Adrian Perez de... MSVC: Use <io.h> as an alternative for <unistd.h>
2019-12-27 Ran Benitabuild: include config.h manually
2019-12-24 Peter Hutterercontext: add a helper function to return the default...
2019-10-31 Peter HuttererUse XDG_CONFIG_HOME as first XKB search path
2019-10-20 Jan Alexander Stef... context: Don't fail to create the context if HOME isn...
2019-10-03 Ran Benitacontext: move ~/.xkb to before XKB_CONFIG_ROOT in the...
2015-07-20 Ran BenitaMerge pull request #25 from mvo5/master
2015-07-20 Michael VogtAdd XKB_CONFIG_ROOT environment
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