Rename keysym <-> string API
[platform/upstream/libxkbcommon.git] / src / text.c
2012-05-09 Daniel StoneRename keysym <-> string API
2012-05-08 Ran BenitaRename XKBcommonint.h to xkb-priv.h and use it
2012-05-01 Ran BenitaRemove unused stuff from XKBcommonint.h
2012-04-30 Ran BenitaUse stdbool.h
2012-04-09 Ran BenitaImplicitly include config.h in all files
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-03-27 Ran BenitaFix all -Wsign-compare warnings
2012-03-09 Daniel StoneIntroduce xkb_keysym_t type
2012-03-09 Daniel StoneStringify public name types
2012-03-09 Daniel StoneRemove geometry support, again
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes'
2012-02-25 Ran BenitaFix all constness warnings
2012-02-15 Daniel StoneMove include path from X11/extensions/ to xkbcommon/
2010-10-08 Kristian HøgsbergDon't return a static buffer in public API
2010-09-27 Adam JacksonDead code removal and static markup
2010-08-25 Kristian HøgsbergPull in a few #defines from libxkbfile and lower kbprot...
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øgsbergConstify XkbcAtomText()
2010-06-30 Kristian HøgsbergDrop more malloc/free wrappers
2010-06-28 Kristian HøgsbergDrop CARD32 and Opaque types
2010-06-22 Daniel StoneUse CARD32 instead of Atom, drag in XkbClientMapRec
2010-06-22 Daniel StoneAtoms: Avoid allocations in XkbAtomText()
2010-06-22 Daniel StoneExpose tbGetBuffer to the rest of libxkbcommon
2010-06-22 Daniel StoneXKB: Text: Use keysym <-> string conversion from keysym.c
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-03-28 Dan NicholsonAdd XkbModIndexText replacement
2009-03-28 Dan NicholsonAdd VMod Text functions from xkbfile
2009-03-28 Dan NicholsonAdd more *Text functions from xkbfile
2009-03-28 Dan NicholsonMove *Text APIs into libxkbcommon