summaryrefslogtreecommitdiff
path: root/xkbcommon
Commit message (Expand)AuthorAgeFilesLines
* Add /etc/xkb as extra lookup path for system data filesPeter Hutterer2020-08-301-1/+4
* compose: add xdg base directory supportEmmanuel Gil Peyrot2020-07-231-2/+9
* Add libxkbregistry to query available RMLVOPeter Hutterer2020-07-061-0/+782
* tools: move the remaining tools from test to herePeter Hutterer2020-06-251-1/+1
* keysyms: add XKB_KEY_XF86FullScreenRan Benita2020-05-201-0/+2
* doc: add missing `@since` tagsRan Benita2020-03-201-1/+3
* API to query modifier set required to type a keysymJaroslaw Kubik2020-03-201-0/+42
* Support translation Unicode codepoints to keysymsJaroslaw Kubik2020-02-241-0/+22
* doc: must -> shouldRan Benita2020-02-161-1/+1
* docs: add missing reference to $XDG_CONFIG_HOMERan Benita2020-01-181-1/+1
* Only add GCC diagnostic pragmas when compiler is GCC compatibleRan Benita2019-12-271-4/+4
* docs: update the include path documentationPeter Hutterer2019-11-141-3/+5
* Fix some doc typosJesse2019-06-041-4/+4
* docs: fix a doxygen reference warningRan Benita2019-01-281-2/+2
* keysyms: fix comment for XKB_KEY_OCARONPeter Hutterer2019-01-251-1/+1
* Sync Keysyms with recent xproto additionsHans de Goede2019-01-221-15/+18
* doc: improve the description of the consumed modifier modesRan Benita2018-01-261-9/+10
* Convert http:// -> https:// where possibleRan Benita2017-12-212-5/+5
* x11: check and document the correct range of device IDsRan Benita2017-12-181-6/+6
* keysym: add xkb_keysym_to_{lower,upper} to public APIRan Benita2017-12-111-0/+20
* xkbcommon-compose.h: change recommended locale fallback code to treat empty s...Ran Benita2017-08-131-3/+4
* build: rewrite the update-keysyms sed script in pythonRan Benita2017-07-311-1/+1
* Sync Keysyms with recent xproto additionsHans de Goede2017-05-121-23/+15
* compose/doc: note that it is safe to pass the result of getenv() as localeRan Benita2017-01-151-1/+5
* doc: note that XKB_KEYSYM_CASE_INSENSITIVE does C folding onlyRan Benita2016-12-031-0/+3
* state: add GTK consumed modifiers modeRan Benita2016-10-311-1/+16
* state: allow different modes for calculating consumed modifiersRan Benita2016-10-311-13/+71
* doc: update reference to compat symbol to its new nameRan Benita2016-03-261-1/+1
* doc: add environment variables indexRan Benita2016-01-201-5/+18
* doc: some notes about key names and aliasesRan Benita2016-01-201-0/+9
* keymap: add xkb_keymap_key_by_name(), xkb_keymap_key_get_name(), testsMike Blumenkrantz2016-01-201-0/+26
* doc: some editorial changes to compose documentationRan Benita2015-02-191-28/+28
* doc: explain the envvars which affect composeRan Benita2014-10-241-1/+6
* compose: fill @since TBDRan Benita2014-10-181-1/+1
* compose: add xkbcommon-compose - APIRan Benita2014-10-031-0/+483
* doc: linkify some referencesRan Benita2014-09-221-2/+2
* x11, doc: add note about Key{Press,Release}->state fieldRan Benita2014-09-221-3/+9
* x11, doc: add note about per-client flags like detectable autorepeatRan Benita2014-09-221-0/+4
* doc: reorder "Keymap Components" functionsRan Benita2014-09-191-35/+35
* doc: move consumed modifier description to its own sectionRan Benita2014-09-191-24/+33
* x11, doc: fix typoRan Benita2014-09-181-1/+1
* x11, doc: add overviewRan Benita2014-09-181-0/+55
* doc: fix @param display for xkb_x11_setup_xkb_extension()Ran Benita2014-09-111-2/+6
* keymap: fix typoRan Benita2014-08-241-1/+1
* keymap: fix description of xkb_keymap_key_get_syms_by_level()David Herrmann2014-08-241-1/+1
* docs: move keysym-transformations page to a better positionRan Benita2014-07-281-6/+7
* docs: fix self-referenceRan Benita2014-07-281-1/+1
* doc: explain keysym/string transformationRan Benita2014-04-121-7/+45
* doc: add @since annotations for API added since 0.3.0Ran Benita2014-04-112-2/+14
* state: add xkb_state_key_get_{utf8,utf32}() API functionsRan Benita2014-03-221-0/+48