Rename 'ctx' back to 'context' in external API
[platform/upstream/libxkbcommon.git] / src / xkbcomp / keymap.c
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 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-08 Ran BenitaRename xkbcomp/misc.h to xkbcomp-priv.h and use it
2012-05-01 Ran BenitaRemove unused stuff from XKBcommonint.h
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-30 Ran BenitaUse stdbool.h
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-04-02 Ran BenitaAvoid leak in CompileKeymap error path
2012-03-29 Daniel StoneFail gracefully on failure to find component include
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-22 Daniel StoneRename keymap allocation API
2012-03-20 Daniel StoneSmall constification
2012-03-14 Daniel StoneUpdate modifiers after building keymap
2012-03-10 Daniel StoneHandle XkbFiles without a name
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 StoneConvert CompileKeymap to early-return style
2012-03-09 Daniel StoneAdd explicit braces
2012-03-09 Daniel Stonexkbcomp: Turn an array into an anonymous struct
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 XkbFile's when no longer needed
2012-03-02 Ran BenitaMake the sections array local to the keymap compiling...
2012-03-02 Ran BenitaUse memset instead of bzero
2012-03-02 Ran BenitaRemove all uses of the register keyword
2012-02-25 Ran BenitaRemove unneeded assignments and variables
2012-02-25 Ran BenitaRemove unused includes of "tokens.h"
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-04 Dan NicholsonRemove trailing spaces in source files
2009-03-31 Dan Nicholsonxkbcomp: Remove duplicated macros
2009-03-28 Dan NicholsonAdd more *Text functions from xkbfile
2009-03-28 Dan Nicholsonlibxkbcomp: Drop unused format field for *Text functions
2009-03-28 Dan Nicholsonlibxkbcomp: Eradicate XkbFileInfo usage
2009-03-27 Dan NicholsonImport xkbcomp sources for CompileKeymap