Rename 'ctx' back to 'context' in external API
[platform/upstream/libxkbcommon.git] / src / xkbcomp / misc.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 BenitaShorten context to ctx
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 Ran BenitaRename xkbcomp/misc.h to xkbcomp-priv.h and use it
2012-04-30 Ran BenitaRemove unused 'compiled' field in XkbFile
2012-04-30 Ran BenitaUse stdbool.h
2012-04-09 Ran BenitaDo not enable yacc trace facility unconditionally
2012-04-09 Ran BenitaRemove unused struct definition
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 BenitaFix all -Wsign-compare warnings
2012-03-27 Ran BenitaRemove useless stuff from utils
2012-03-09 Daniel StoneIntroduce xkb_atom_t type
2012-03-09 Daniel StoneRemove geometry support, again
2012-03-09 Daniel StoneRemove KcCGST names from the map
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-03 Ran BenitaDon't cache parsed files
2012-03-02 Ran BenitaRemove all uses of the register keyword
2012-02-25 Ran BenitaRemove unused includes of "tokens.h"
2012-02-15 Daniel StoneIntroduce xkb_keycode_t for keycodes
2012-02-15 Daniel Stonexkbscan: Copy, rather than assign, file name
2010-09-27 Adam JacksonDead code removal and static markup
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2010-06-30 Kristian HøgsbergConstify XkbcAtomText()
2010-06-28 Kristian HøgsbergDrop malloc wrappers
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
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-04 Dan Nicholsonxkbcomp: Don't say we're exiting when we're not
2009-04-04 Dan NicholsonRemove trailing spaces in source files
2009-03-31 Dan Nicholsonxkbcomp: Remove duplicated macros
2009-03-28 Dan NicholsonDrop another unneeded format argument
2009-03-28 Dan Nicholsonxkbcomp: Use xkbcommon allocation functions
2009-03-28 Dan NicholsonAdd more *Text functions from xkbfile
2009-03-28 Dan NicholsonMove *Text APIs into libxkbcommon
2009-03-28 Dan Nicholsonlibxkbcomp: s/Status/int/ since we don't have Xlib.h
2009-03-28 Dan Nicholsonlibxkbcomp: Drop unused format field for *Text functions
2009-03-28 Dan Nicholsonlibxkbcomp: Add non-xkbfile XkbActionTypeText
2009-03-28 Dan Nicholsonlibxkbcomp: s/XPointer/char */
2009-03-28 Dan Nicholsonlibxkbcomp: s/XkbDescPtr/XkbcDescPtr/
2009-03-28 Dan Nicholsonlibxkbcomp: Remove usage of client-side headers
2009-03-28 Dan Nicholsonxkbcomp: Add non-xkbfile XkbConfigText
2009-03-27 Dan NicholsonImport xkbcomp sources for CompileKeymap