summaryrefslogtreecommitdiff
path: root/xkbcommon
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: extend xkb_rule_names default-value descriptionRan Benita2014-03-041-17/+49
* doc: remove possibly confusing commentRan Benita2014-03-041-3/+0
* doc: add comments about update_key() and get_syms() orderRan Benita2014-02-281-0/+7
* state: Add xkb_state_key_get_consumed_modsJasper St. Pierre2014-02-221-0/+12
* api: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use KEYMAP instead of MAPRan Benita2014-02-082-3/+5
* x11: add missing #ifdef __cplusplus to headerRan Benita2014-02-041-0/+8
* x11: add XKB protocol keymap and state creation supportRan Benita2014-02-021-0/+166
* Add a constant for NumLockHardening2014-01-111-0/+1
* keysyms: add German T3 layout keysyms from xprotoRan Benita2014-01-011-0/+6
* Make C++ happy.Wander Lairson Costa2013-09-261-0/+6
* doc: use 'indices' instead of 'indexes' consistentlyRan Benita2013-08-291-10/+10
* doc: try to explain leds and shift levelsRan Benita2013-08-291-2/+11
* state: apply capitalization transformation on keysymsRan Benita2013-08-151-5/+7
* doc: tweak the wording on xkb_state/xkb_keymap relationshipRan Benita2013-08-141-5/+5
* doc: un-clarify one subtle pointRan Benita2013-08-131-3/+3
* doc: try to clarify some subtle pointsRan Benita2013-07-311-35/+53
* Resync keysym databaseDaniel Stone2013-07-171-0/+2
* Add keycode min/max and iteration APIMatthias Clasen2013-05-091-0/+40
* keymap: add xkb_keymap_new_from_buffer()David Herrmann2013-04-011-0/+14
* Allow NULL rmlvo for xkb_keymap_new_from_namesDaniel Stone2013-03-191-1/+3
* Add environment overrides for default RMLVODaniel Stone2013-03-191-1/+3
* doc: some improvementsRan Benita2013-03-181-38/+50
* More spelling errorsRan Benita2013-03-181-11/+11
* keysym: print unicode keysyms uppercase and 0-paddedRan Benita2013-03-181-1/+1
* keymap: wrap the layout parameter if it is out of range for the keyRan Benita2012-11-111-8/+10
* Don't use trailing enum comma in public headersRan Benita2012-11-071-8/+8
* doc: clarify that keysym_to_utf8 returns size including '\0'Ran Benita2012-11-061-3/+3