Define our own None atom value
[platform/upstream/libxkbcommon.git] / src / xkbcomp / keymap.c
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