Messages: merge macros with and without message code
[platform/upstream/libxkbcommon.git] / src / xkbcomp / xkbcomp.c
2023-09-24 Pierre Le MarreMessages: merge macros with and without message code
2019-12-27 Ran Benitaxkbcomp: fix wrong return type
2019-12-27 Ran Benitabuild: include config.h manually
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
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 BenitaAdd format argument to xkb_keymap_get_as_string
2012-09-23 Ran BenitaRename private xkb_map_new to xkb_keymap_new
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-12 Daniel StoneCopyright updates
2012-09-03 Ran BenitaDon't printf NULL strings
2012-09-03 Ran Benitaxkbcomp: add debug messages of the RMLVO and KcCGST
2012-09-02 Ran BenitaAdd xkbcomp/keymap.c and move some code there
2012-09-02 Ran BenitaMove enum xkb_file_type to xkbcomp/ast.h
2012-09-02 Ran Benitaxkbcomp: clean up compile_keymap function
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-09-01 Ran BenitaAllocate xkb_component_names on stack
2012-09-01 Ran BenitaMove ISEMPTY to utils.h
2012-08-10 Ran BenitaStore actions inside struct xkb_key
2012-08-08 Daniel StoneMore useful error message on failing RMLVO -> KcCGST
2012-08-08 Daniel StoneMove more of xkb_map_new_from_rmlvo into compilation
2012-08-08 Daniel StoneStaticise xkb_map_new_from_kccgst
2012-08-08 Daniel StoneAdd support for default rules/model/layout
2012-08-07 Ran Benitatypes: use regular array for map entries
2012-08-07 Ran Benitatypes: use regular array for types
2012-08-07 Ran Benitatypes: move preserve directly into xkb_kt_map_entry
2012-07-26 Ran BenitaConvert defines to enums in xkbcomp.h
2012-07-26 Ran BenitaDrop Xkbc prefix of text functions
2012-07-26 Ran BenitaRemove alloc.{c,h}
2012-07-22 Ran BenitaRemove old logging leftovers
2012-07-22 Ran Benitaxkbcomp: use new log functions
2012-07-22 Ran Benitaparse: use new log functions
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 BenitaMake compile_keymap a little nicer
2012-07-13 Ran BenitaMove CompileKeymap into xkbcomp.c
2012-06-30 Ran BenitaTiny reformatting
2012-06-30 Ran Benitarules: remove support for keymap rule
2012-06-30 Ran BenitaRemove _X_EXPORT from xkb_map_new_from_kccgst
2012-06-30 Ran Benitaxkbcomp: remove useless function XkbChooseMap
2012-06-30 Ran BenitaUse enum for merge mode
2012-06-30 Ran BenitaUse enum for file types
2012-05-20 Ran Benitarules: only export a single function
2012-05-18 Ran BenitaCreate path.h for the path.c functions
2012-05-18 Ran BenitaChange xkb_map_new_from_fd to use FILE*
2012-05-18 Ran BenitaVarious static analyzer fixes
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 BenitaRemove support for xkb_layout and xkb_semantics file...
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-09 Ran BenitaMake the context available to the parser
2012-05-09 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-08 Daniel StoneAdd flags to keymap compilation entrypoints
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
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-26 Daniel StoneDump include paths when we can't find rules
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 StoneRename xkb_desc to xkb_keymap
2012-03-27 Ran BenitaMake parser and scanner reentrant
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Ran BenitaMove utility macro from XKBcommonint.h to utils.h
2012-03-27 Ran BenitaRemove useless stuff from utils
2012-03-22 Daniel StoneRename keymap allocation API
2012-03-14 Daniel StoneFix leak in xkbcomp.c
2012-03-10 Daniel StoneMove allocation of xkb_desc into CompileKeymap
2012-03-09 Daniel StoneEnsure we always have a complete keymap
2012-03-09 Daniel StoneUse compile_keymap in xkb_compile_keymap_from_components
2012-03-09 Daniel StoneRemove geometry support, again
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes-cont'
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes'
2012-03-03 Ran BenitaFree all atoms along with keymap
2012-03-03 Ran BenitaFree IncludePath when no longer needed
2012-03-03 Ran BenitaFree scanFile when no longer needed
2012-03-03 Ran BenitaFree XkbFile's when no longer needed
2012-03-03 Ran BenitaDon't cache loaded rules files
2012-03-02 Ran BenitaRemove unneeded freeing mechanisms
2012-02-25 Ran BenitaFix all constness warnings
2011-12-16 Pekka PaalanenAdd xkbc_free_keymap helper
2010-10-20 Kristian HøgsbergUse flex for generating the scanner, add support for...
2010-08-30 Kristian HøgsbergUse const char * in struct xkb_rule_names
2010-08-25 Kristian HøgsbergPull in a few #defines from libxkbfile and lower kbprot...
2010-07-02 Kristian HøgsbergRename XkbRMLVOSet to struct xkb_rule_names
2010-07-02 Kristian HøgsbergRename public entry points to lowercase and underscore
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2010-06-30 Kristian HøgsbergDrop more malloc/free wrappers
2010-06-22 Daniel StoneAdd really rudimentary rules caching support
2010-06-22 Daniel StoneUse CARD32 instead of Atom, move geom headers in
2009-04-11 Dan NicholsonUse xkbpath API for locating rules
2009-04-10 Dan NicholsonAdd interface to compile keyboard description from...
2009-04-09 Dan NicholsonConstify public API
2009-04-09 Dan NicholsonChange CompileKeymapFromRules to take XkbRMLVOSet
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-06 Dan NicholsonRequire strdup and remove utils wrapper
2009-04-04 Dan Nicholsonxkbcomp: Give keymap file empty name if none supplied
next