Messages: merge macros with and without message code
[platform/upstream/libxkbcommon.git] / src / xkbcomp / xkbcomp-priv.h
2023-09-24 Pierre Le MarreMessages: merge macros with and without message code
2023-09-24 Pierre Le MarreMessages: add new messages to registry
2023-09-19 Pierre Le MarreStructured log messages with a message registry
2014-01-13 Ran Benitakeymap: move XkbEscapeMapName() to keymap.c.
2013-11-27 Ran BenitaResolve keysyms early in parser
2013-07-18 Ran Benitaxkbcomp: escape the section names before storing them...
2013-04-01 Ran BenitaReplace flex scanner with a hand-written one
2013-04-01 David Herrmannkeymap: add xkb_keymap_new_from_buffer()
2013-03-18 Ran Benitakeymap: abstract a bit over the keymap format
2013-03-18 Ran BenitaChange some log functions to take ctx instead of keymap
2013-03-18 Ran Benitaast: constify argument
2012-09-30 Ran BenitaDon't scan and parse useless maps
2012-09-30 Ran Benitascanner: share code in XkbParse{File,String}
2012-09-23 Ran BenitaRename map.{c,h} to keymap.{c,h}
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-02 Ran BenitaAdd xkbcomp/keymap.c and move some code there
2012-09-02 Ran Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-08-10 Ran Benitakeycodes: save context in Info, not keymap
2012-08-10 Ran BenitaRemove AutoKeyNames feature
2012-08-10 Ran BenitaModernize struct xkb_mods
2012-08-07 Ran BenitaHandle key names consistently
2012-08-07 Ran BenitaMake top level Handle*File functions nicer
2012-07-26 Ran BenitaUse xkb_mod_mask_t and xkb_mask_index_t throughout
2012-07-26 Ran BenitaRemove alloc.{c,h}
2012-07-22 Ran Benitaxkbcomp: use new log functions
2012-07-22 Ran Benitacompat: use new log functions
2012-07-18 Ran BenitaRemove CommonInfo
2012-07-18 Ran Benitacompat: use list instead of CommonInfo in SymInterpInfo
2012-07-18 Ran BenitaConvert macros to inline functions
2012-07-18 Ran BenitaPass around xkb_key's instead of keycodes
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-14 Ran BenitaConvert missed enum merge_mode variables
2012-07-14 Ran BenitaFix fileID mess
2012-07-13 Ran BenitaMove ComputeEffectiveMap code and avoid some duplication
2012-06-30 Ran BenitaUse enum for file types
2012-06-26 Ran BenitaUse void* instead of old style char* in CommonInfo...
2012-05-18 Ran BenitaCreate path.h for the path.c functions
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 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-08 Ran BenitaRename XKBcommonint.h to xkb-priv.h and use it
2012-05-08 Ran BenitaRename xkbcomp/misc.h to xkbcomp-priv.h and use it