Rename keysym <-> string API
[platform/upstream/libxkbcommon.git] / include /
2012-05-09 Daniel StoneRename keysym <-> string API
2012-05-09 Daniel StoneAdd multiple modifier state matching API
2012-05-08 Daniel StoneAdd pre-defined names database
2012-05-08 Daniel StoneAdd context flag to inhibit default include paths
2012-05-08 Daniel StoneAdd flags to context creation
2012-05-08 Daniel StoneAdd flags to keymap compilation entrypoints
2012-05-08 Ran BenitaRevert "Unconstify xkb_rules_names"
2012-04-09 Ran BenitaAdd xkb_state_get_map()
2012-04-09 Ran BenitaRemove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.h
2012-04-09 Ran BenitaConstify the syms_out argument to xkb_key_get_syms()
2012-04-09 Ran BenitaImplement missing xkb_state_ref and add return value
2012-04-09 Ran BenitaFix compiler warnings
2012-04-09 Daniel StoneUnconstify xkb_rules_names
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-04-03 Daniel StoneProperly document xkb_key_get_syms
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Daniel StoneAdd new context API
2012-03-27 Ran BenitaMake build non-recursive
2012-03-27 Ran BenitaDefine our own NoSymbol value and use it
2012-03-27 Ran BenitaMention xkb_state_new can return NULL
2012-03-27 Guillem JoverMove doxygen comment before enum item
2012-03-27 Daniel StoneRemove internal API from xkbcommon.h
2012-03-27 Daniel StoneRemove hardcoded legacy modifier masks
2012-03-27 Daniel StoneRemove unused changes structs
2012-03-27 Daniel StoneRemove unused members of xkb_state
2012-03-27 Daniel StoneAdd enum xkb_key_direction instead of bool
2012-03-27 Daniel StoneAdd state serialisation API
2012-03-22 Daniel StoneRename keymap allocation API
2012-03-22 Daniel StoneAdd LED state API
2012-03-22 Daniel StoneFix documentation bugs with mod/group state API
2012-03-21 Daniel StoneRound out new state API
2012-03-21 Daniel StoneAdd new state API
2012-03-14 Daniel StoneConvert interp action from xkb_any_action to xkb_action
2012-03-14 Daniel StoneRemove component listing code
2012-03-14 Daniel StoneRemove unused control members
2012-03-14 Daniel StoneAdd a tiny bit of documentation to xkbcommon.h
2012-03-13 Daniel StoneAdd xkb_key_get_syms API
2012-03-10 Daniel StoneRemove half-implemented radio groups
2012-03-10 Daniel StoneRemove indirect XkbCM* and XkbSM* macros
2012-03-09 Daniel StoneClean up xkb_keysym_to_string message
2012-03-09 Daniel StoneIntroduce xkb_keysym_t type
2012-03-09 Daniel StoneRemove atom functions from public API
2012-03-09 Daniel StoneStringify public name types
2012-03-09 Daniel StoneRemove geometry support, again
2012-03-09 Daniel StoneRemove KcCGST names from the map
2012-02-15 Daniel StoneRaise keycode range to 32 bits
2012-02-15 Daniel StoneIntroduce xkb_keycode_t for keycodes
2012-02-15 Daniel StoneMove include path from X11/extensions/ to xkbcommon/
2011-12-16 Pekka PaalanenAdd xkbc_free_keymap helper
2011-01-29 Kristian HøgsbergRename XkbcInternAtom() to xkb_intern_atom() and export
2010-12-18 Gaetan Nadonconfig: include: use nobase_include_HEADERS
2010-10-20 Kristian HøgsbergRestore compatible action structs
2010-10-20 Kristian HøgsbergUse flex for generating the scanner, add support for...
2010-10-19 Kristian HøgsbergAdd struct xkb_state
2010-10-08 Kristian HøgsbergDon't return a static buffer in public API
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-04 Dan NicholsonFix install path for XKBcommon.h
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
next