Various static analyzer fixes
[profile/ivi/libxkbcommon.git] / src / xkbcomp / xkbcomp.c
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
2009-04-04 Dan Nicholsonxkbcomp: Ensure at least keycodes supplied in components
2009-04-04 Dan Nicholsonxkbcomp: Don't dereference NULL VarDefsPtr
2009-04-04 Dan Nicholsonxkbcomp: Refactor keymap file generator
2009-04-04 Dan Nicholsonxkbcomp: Generating components requires rules _and_...
2009-04-04 Dan Nicholsonxkbcomp: Fail when converting rules to components retur...
2009-04-04 Dan Nicholsonxkbcomp: Cleanup error messages
2009-04-04 Dan Nicholsonxkbcomp: Ensure user has supplied a rules name
2009-04-04 Dan Nicholsonxkbcomp: Declare global debugging vars
2009-03-31 Dan NicholsonMerge commit 'tilt/master'
2009-03-31 Dan NicholsonCompile keyboard description from XKB rules, too
2009-03-29 Dan NicholsonGenerate keyboard description from components