summaryrefslogtreecommitdiff
path: root/xkbcommon
AgeCommit message (Expand)AuthorFilesLines
2014-04-12doc: explain keysym/string transformationRan Benita1-7/+45
2014-04-11doc: add @since annotations for API added since 0.3.0Ran Benita2-2/+14
2014-03-22state: add xkb_state_key_get_{utf8,utf32}() API functionsRan Benita1-0/+48
2014-03-04doc: extend xkb_rule_names default-value descriptionRan Benita1-17/+49
2014-03-04doc: remove possibly confusing commentRan Benita1-3/+0
2014-02-28doc: add comments about update_key() and get_syms() orderRan Benita1-0/+7
2014-02-22state: Add xkb_state_key_get_consumed_modsJasper St. Pierre1-0/+12
2014-02-08api: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use KEYMAP instead of MAPRan Benita2-3/+5
2014-02-04x11: add missing #ifdef __cplusplus to headerRan Benita1-0/+8
2014-02-02x11: add XKB protocol keymap and state creation supportRan Benita1-0/+166
2014-01-11Add a constant for NumLockHardening1-0/+1
2014-01-01keysyms: add German T3 layout keysyms from xprotoRan Benita1-0/+6
2013-09-26Make C++ happy.Wander Lairson Costa1-0/+6
2013-08-29doc: use 'indices' instead of 'indexes' consistentlyRan Benita1-10/+10
2013-08-29doc: try to explain leds and shift levelsRan Benita1-2/+11
2013-08-15state: apply capitalization transformation on keysymsRan Benita1-5/+7
2013-08-14doc: tweak the wording on xkb_state/xkb_keymap relationshipRan Benita1-5/+5
2013-08-13doc: un-clarify one subtle pointRan Benita1-3/+3
2013-07-31doc: try to clarify some subtle pointsRan Benita1-35/+53
2013-07-17Resync keysym databaseDaniel Stone1-0/+2
2013-05-09Add keycode min/max and iteration APIMatthias Clasen1-0/+40
2013-04-01keymap: add xkb_keymap_new_from_buffer()David Herrmann1-0/+14
2013-03-19Allow NULL rmlvo for xkb_keymap_new_from_namesDaniel Stone1-1/+3
2013-03-19Add environment overrides for default RMLVODaniel Stone1-1/+3
2013-03-18doc: some improvementsRan Benita1-38/+50
2013-03-18More spelling errorsRan Benita1-11/+11
2013-03-18keysym: print unicode keysyms uppercase and 0-paddedRan Benita1-1/+1
2012-11-11keymap: wrap the layout parameter if it is out of range for the keyRan Benita1-8/+10
2012-11-07Don't use trailing enum comma in public headersRan Benita1-8/+8
2012-11-06doc: clarify that keysym_to_utf8 returns size including '\0'Ran Benita1-3/+3
2012-11-04Add some explanations on consumed modifiersRan Benita1-2/+43
2012-10-29state, context: allow passing NULL to *_unref()Ran Benita1-0/+6
2012-10-26doc: fix wrong commentRan Benita1-1/+1
2012-10-23doc: various fixesRan Benita1-46/+49
2012-10-23doc: move include_path functions to a separate groupRan Benita1-25/+38
2012-10-22Change update_mask arguments to read 'depressed' instead of 'base'Ran Benita1-2/+2
2012-10-22Report which components of the state have changedRan Benita1-39/+45
2012-10-22Split the mods, layout, leds parts of xkb_state_componentsRan Benita2-23/+65
2012-10-22doc: add note about X11 vs. extended keycodesRan Benita1-0/+20
2012-10-16Add xkb_keysym_from_name() flags argument for case-insensitive searchDavid Herrmann1-1/+17
2012-10-13Finish first round of API documentationRan Benita1-144/+519
2012-10-13state: make mod_index_is_consumed() return -1 on invalid inputRan Benita1-2/+2
2012-10-12Change log env vars to XKB_LOG_LEVEL/VERBOSITYRan Benita1-4/+4
2012-10-11doc: use JAVADOC_AUTOBRIEFRan Benita1-42/+42
2012-10-11Make xkb_keymap_num_leds return the index range instead of active countRan Benita1-0/+4
2012-09-27Add xkb_state_key_get_one_symDaniel Stone1-0/+7
2012-09-24Add format argument to xkb_keymap_get_as_stringRan Benita2-4/+13
2012-09-24Add return value the xkb_keysym_get_nameRan Benita1-0/+6
2012-09-24Improve API doxygen documentationRan Benita2-138/+305
2012-09-24API: add _context prefix to log-related functionsRan Benita1-10/+11