Fix xkb_keysym_from_name for numeric keysyms
[platform/upstream/libxkbcommon.git] / include /
2023-07-14 Pierre Le MarreImprove the documentation of keysyms in xkbcommon.h
2023-07-14 Pierre Le MarreAdd XKB_KEYSYM_MIN and XKB_KEYSYM_MAX
2023-04-30 WismillImprove the doc of the XKB keymap text format, V1 ...
2023-04-12 Ran Benitakeysyms: add new keysyms XF86EmojiPicker, XF86Dictate
2022-12-17 Ran Benitadoc: clarify "server state" and "client state" distinction
2022-12-16 Ronan Pigottcontext: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)
2022-02-24 Mladen MilinkovicImprove misleading comments #270
2021-05-22 Ran Benitaxkbcommon: deprecate XK_approxeq and XK_notapproxeq
2021-04-27 Ran BenitaMove include files to include/ subdirectory
2012-07-22 Ran Benitabuild: drop the include/ directory
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-12 Ran BenitaEnlarge keysym name buffers and mention in comment
2012-06-22 Daniel StoneAdd xkb_key_repeats
2012-06-09 Ran BenitaMove XKB_KEY_NoSymbol to xkbcommon-keysyms.h
2012-06-08 Rob BradfordAdd API for getting unicode representation of a keysym
2012-05-29 Daniel StoneAdd xkb_map_get_as_string
2012-05-18 Ran BenitaChange xkb_map_new_from_fd to use FILE*
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneDocument that xkb_state_get_map doesn't take a ref
2012-05-09 Daniel StoneChange xkb_key_get_syms to just return a bare int
2012-05-09 Daniel StoneMove KcCGST API to internal-only
2012-05-09 Daniel StoneRename serialise to serialize
2012-05-09 Daniel StoneAdd common LED names to xkbcommon-names.h
2012-05-09 Daniel StoneInclude xkbcommon-names.h from xkbcommon.h
2012-05-09 Daniel StoneRemove keycode_range_is_legal
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Kristian HøgsbergUse our own keysyms
2012-05-09 Kristian HøgsbergAdd XKB version of X11 keysyms
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
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
next