kbproto untanglement: XkbKeyNameLength
[platform/upstream/libxkbcommon.git] / src / text.c
2012-09-10 Daniel Stonekbproto untanglement: XkbKeyNameLength
2012-09-03 Ran BenitaUnify some string tables from xkbcomp, text and keymap...
2012-09-03 Ran BenitaConvert rest of names in xkb_keymap back to atoms
2012-09-03 Ran BenitaUse XKB_MOD_INVALID instead of XkbNoModifier
2012-09-02 Ran BenitaMove enum xkb_file_type to xkbcomp/ast.h
2012-09-02 Ran Benitaxkbcomp: clean up compile_keymap function
2012-08-10 Ran BenitaModernize struct xkb_mods
2012-08-07 Ran BenitaRemove xproto build dependency
2012-08-07 Ran BenitaHandle key names consistently
2012-08-07 Ran Benitafilecomp: fix path and error message
2012-08-07 Ran BenitaUse only one set of core mod name-to-index functions
2012-08-07 Ran Benitakeymap-dump: use ActionTypeText
2012-07-26 Ran BenitaDrop Xkbc prefix of text functions
2012-07-26 Ran BenitaUse xkb_mod_mask_t and xkb_mask_index_t throughout
2012-07-18 Ran BenitaGet rid of xkb_key_names
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-12 Ran BenitaEnlarge keysym name buffers and mention in comment
2012-06-30 Ran BenitaUse enum for file types
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 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
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