Rename 'ctx' back to 'context' in external API
[platform/upstream/libxkbcommon.git] / src / xkbcomp / xkbcomp.h
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 Ran BenitaContextualize the atom table
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
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-30 Ran BenitaRemove unused 'compiled' field in XkbFile
2012-04-30 Ran BenitaUse stdbool.h
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-03-29 Daniel StoneFull support for multiple keysyms per level
2012-03-27 Ran BenitaMake parser and scanner reentrant
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Ran BenitaDefine our own None atom value
2012-03-27 Ran BenitaFix all -Wsign-compare warnings
2012-03-27 Ran BenitaRemove some more useless stuff
2012-03-27 Ran BenitaRemove useless stuff from utils
2012-03-15 Daniel StoneRemove more float support
2012-03-14 Daniel StoneUpdate modifiers after building keymap
2012-03-10 Daniel StoneMove allocation of xkb_desc into CompileKeymap
2012-03-09 Daniel StoneRemove geometry even harder
2012-03-09 Daniel StoneIntroduce xkb_atom_t type
2012-03-09 Daniel StoneRemove geometry support, again
2012-02-15 Daniel StoneFix xkbparse.y compilation
2012-02-15 Daniel StoneMove include path from X11/extensions/ to xkbcommon/
2010-09-04 Kristian HøgsbergRemove libxkbfile dependency for real this time
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2010-06-28 Kristian HøgsbergDrop CARD32 and Opaque types
2010-06-22 Daniel StoneUse CARD32 instead of Atom, move geom headers in
2010-06-22 Daniel StoneUse CARD32 instead of Atom, drag in XkbClientMapRec
2010-06-22 Daniel Stonexkbcomp: Lazy keysym parsing (avoid XStringToKeysym)
2009-04-19 Dan NicholsonRewrite listing code to generate XkbComponentListPtr
2009-04-17 Dan Nicholsonxkbcomp: Kill unused listing code and make functions...
2009-04-17 Dan NicholsonScale back global variables
2009-04-13 Dan NicholsonRevert "xkbcomp: Remove listing sources"
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 NicholsonRemove trailing spaces in source files
2009-03-29 Dan Nicholsonxkbcomp: Remove listing sources
2009-03-28 Dan Nicholsonlibxkbcomp: s/XkbDescPtr/XkbcDescPtr/
2009-03-28 Dan Nicholsonlibxkbcomp: Eradicate XkbFileInfo usage
2009-03-28 Dan Nicholsonlibxkbcomp: Include X.h and Xdefs.h for Atom and Bool
2009-03-28 Dan Nicholsonlibxkbcomp: Remove usage of client-side headers
2009-03-27 Dan NicholsonImport xkbcomp sources for CompileKeymap