Pull in XKB_COMMON_* version of modifier masks
[platform/upstream/libxkbcommon.git] / include / X11 / extensions / XKBcommon.h
2010-10-08 Kristian HøgsbergPull in XKB_COMMON_* version of modifier masks
2010-09-04 Kristian HøgsbergRemove libxkbfile dependency for real this time
2010-08-30 Kristian HøgsbergUse const char * in struct xkb_rule_names
2010-08-25 Kristian HøgsbergPull in a few #defines from libxkbfile and lower kbprot...
2010-07-02 Kristian HøgsbergDrop Bool type
2010-07-02 Kristian HøgsbergGet rid of a few unused #defines in public header
2010-07-02 Kristian HøgsbergRename XkbRMLVOSet to struct xkb_rule_names
2010-07-02 Kristian HøgsbergMove private structs and defines to private headers
2010-07-02 Kristian HøgsbergRename public entry points to lowercase and underscore
2010-07-02 Kristian HøgsbergCompile with -fvisibility=hidden when possible
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2010-06-30 Kristian HøgsbergDrop Xmd.h include now that we're using uint32_t
2010-06-30 Kristian HøgsbergUse the right action structs
2010-06-30 Kristian HøgsbergCopy over missing action structs from kbproto
2010-06-30 Kristian HøgsbergRename Xkbc*Action to struct xkb_*_action
2010-06-28 Kristian HøgsbergDrop CARD32 and Opaque types
2010-06-23 Daniel StoneCopy and duplicate XkbModsRec and XkbKTMapEntryRec
2010-06-23 Daniel Stonefix mod size confusion
2010-06-22 Daniel StoneUse CARD32 instead of Atom, move geom headers in
2010-06-22 Daniel StoneAllow external atom databases
2010-06-22 Daniel StoneCopy in XkbCompatMapRec and XkbSymInterpretRec
2010-06-22 Daniel StoneUse CARD32 instead of Atom, drag in XkbClientMapRec
2010-06-22 Daniel StoneRegroup actions into current vs. deprecated, resize...
2010-06-22 Daniel StoneAdd XkbcCanonicaliseComponents
2010-06-22 Daniel StoneXKBcommon.h: Make header self-contained
2010-06-22 Daniel StoneKeysym: Add apallingly bad API documentation for keysym...
2010-06-22 Daniel StoneMake keysym <-> string conversion public API
2009-04-22 Dan Nicholsonlisting: Drop unused deviceSpec argument
2009-04-19 Dan NicholsonRewrite listing code to generate XkbComponentListPtr
2009-04-10 Dan NicholsonAdd interface to compile keyboard description from...
2009-04-09 Dan NicholsonMake XkbcInitAtoms externally accessible
2009-04-09 Dan NicholsonConstify public API
2009-04-09 Dan NicholsonChange CompileKeymapFromRules to take XkbRMLVOSet
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-08 Dan NicholsonRemove KS macros available in XKBfilecommon.h now
2009-04-05 Dan NicholsonAdd action datatypes as defined in the server
2009-04-02 Dan NicholsonDrop keysym.h pollution from XKBcommon.h
2009-03-31 Dan NicholsonMerge commit 'tilt/master'
2009-03-31 Dan NicholsonCompile keyboard description from XKB rules, too
2009-03-30 Dan NicholsonAdd rules file parsing from xkbfile
2009-03-29 Dan NicholsonAdd rules rules file parsing from xkbfile
2009-03-29 Dan NicholsonGenerate keyboard description from components
2009-03-29 Dan NicholsonAdd XKBlib resizing functions
2009-03-29 Dan NicholsonCopy xkbfile IsUpper/IsLower macros
2009-03-29 Dan NicholsonCopy XkbEnsureSafeMapName from xkbfile
2009-03-29 Dan NicholsonAdd XKBlib API to support keytypes
2009-03-28 Dan NicholsonAdd geometry Compute API from XKBlib
2009-03-28 Dan NicholsonAdd xkbcommon macro for XkbKSIsKeypad and XkbKSIsDeadKey(k)
2009-03-28 Dan NicholsonAdd XkbModIndexText replacement
2009-03-28 Dan NicholsonAdd VMod Text functions from xkbfile
2009-03-28 Dan NicholsonCopy XkbAddGeom* functions from XKBlib
2009-03-28 Dan NicholsonExpose all the geometry allocation subroutines
2009-03-28 Dan NicholsonAdd more *Text functions from xkbfile
2009-03-28 Dan NicholsonMove *Text APIs into libxkbcommon
2009-03-26 Dan NicholsonUse X extern "C" guards around function declarations...
2009-03-26 Dan NicholsonBorrow atom implementation from libxkbfile
2009-03-26 Dan NicholsonRename headers to XKBcommon* and install in extensions...