summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Improve the doc of the XKB keymap text format, V1 (#321)Wismill2023-04-301-0/+5
* keysyms: add new keysyms XF86EmojiPicker, XF86DictateRan Benita2023-04-121-0/+2
* doc: clarify "server state" and "client state" distinctionRan Benita2022-12-171-21/+42
* context: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)Ronan Pigott2022-12-162-1/+16
* Improve misleading comments #270Mladen Milinkovic2022-02-241-1/+2
* xkbcommon: deprecate XK_approxeq and XK_notapproxeqRan Benita2021-05-221-2/+2
* Move include files to include/ subdirectoryRan Benita2021-04-277-0/+6871
* build: drop the include/ directoryRan Benita2012-07-233-3651/+0
* Run source tree through uncrustifyDaniel Stone2012-07-171-68/+65
* Enlarge keysym name buffers and mention in commentRan Benita2012-07-121-1/+3
* Add xkb_key_repeatsDaniel Stone2012-06-221-0/+6
* Move XKB_KEY_NoSymbol to xkbcommon-keysyms.hRan Benita2012-06-092-2/+1
* Add API for getting unicode representation of a keysymRob Bradford2012-06-081-0/+19
* Add xkb_map_get_as_stringDaniel Stone2012-05-291-0/+7
* Change xkb_map_new_from_fd to use FILE*Ran Benita2012-05-181-3/+4
* Rename 'ctx' back to 'context' in external APIDaniel Stone2012-05-111-19/+19
* Document that xkb_state_get_map doesn't take a refDaniel Stone2012-05-091-1/+3
* Change xkb_key_get_syms to just return a bare intDaniel Stone2012-05-091-1/+1
* Move KcCGST API to internal-onlyDaniel Stone2012-05-091-46/+0
* Rename serialise to serializeDaniel Stone2012-05-091-8/+8
* Add common LED names to xkbcommon-names.hDaniel Stone2012-05-091-0/+4
* Include xkbcommon-names.h from xkbcommon.hDaniel Stone2012-05-091-0/+1
* Remove keycode_range_is_legalDaniel Stone2012-05-091-6/+1
* Merge remote-tracking branch 'krh/keysyms'Daniel Stone2012-05-092-2/+2998
|\
| * Use our own keysymsKristian Høgsberg2012-05-091-2/+2
| * Add XKB version of X11 keysymsKristian Høgsberg2012-05-092-0/+2996
* | Shorten context to ctxRan Benita2012-05-091-19/+19
* | Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone2012-05-091-13/+13
* | Rename keysym <-> string APIDaniel Stone2012-05-091-4/+4
* | Add multiple modifier state matching APIDaniel Stone2012-05-091-1/+41
* | Add pre-defined names databaseDaniel Stone2012-05-081-0/+35
* | Add context flag to inhibit default include pathsDaniel Stone2012-05-081-2/+2
* | Add flags to context creationDaniel Stone2012-05-081-1/+6
* | Add flags to keymap compilation entrypointsDaniel Stone2012-05-081-4/+13
* | Revert "Unconstify xkb_rules_names"Ran Benita2012-05-081-5/+5
|/
* Add xkb_state_get_map()Ran Benita2012-04-091-0/+6
* Remove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.hRan Benita2012-04-091-48/+49
* Constify the syms_out argument to xkb_key_get_syms()Ran Benita2012-04-091-1/+1
* Implement missing xkb_state_ref and add return valueRan Benita2012-04-091-4/+4
* Fix compiler warningsRan Benita2012-04-091-1/+1
* Unconstify xkb_rules_namesDaniel Stone2012-04-091-5/+5
* Rename xkb_desc to xkb_keymapDaniel Stone2012-04-091-18/+18
* Properly document xkb_key_get_symsDaniel Stone2012-04-031-4/+13
* Use xkb_contexts in keymap compilationDaniel Stone2012-03-271-4/+21
* Add new context APIDaniel Stone2012-03-271-1/+73
* Make build non-recursiveRan Benita2012-03-271-1/+0
* Define our own NoSymbol value and use itRan Benita2012-03-271-0/+2
* Mention xkb_state_new can return NULLRan Benita2012-03-271-1/+2
* Move doxygen comment before enum itemGuillem Jover2012-03-271-7/+7
* Remove internal API from xkbcommon.hDaniel Stone2012-03-271-342/+51