summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-22Add a new API to set key repeatJengHyun Kang1-0/+4
2023-10-06Keysyms: Fix missing hpYdiaeresisPierre Le Marre1-0/+1
2023-09-28Keysyms: Update using latest xorgprotoPierre Le Marre1-856/+889
2023-09-26Compose: add iterator APIRan Benita1-0/+137
2023-07-14Improve the documentation of keysyms in xkbcommon.hPierre Le Marre1-14/+23
2023-07-14Add XKB_KEYSYM_MIN and XKB_KEYSYM_MAXPierre Le Marre1-0/+9
2023-04-30Improve the doc of the XKB keymap text format, V1 (#321)Wismill1-0/+5
2023-04-12keysyms: add new keysyms XF86EmojiPicker, XF86DictateRan Benita1-0/+2
2022-12-17doc: clarify "server state" and "client state" distinctionRan Benita1-21/+42
2022-12-16context: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)Ronan Pigott2-1/+16
2022-02-24Improve misleading comments #270Mladen Milinkovic1-1/+2
2021-05-22xkbcommon: deprecate XK_approxeq and XK_notapproxeqRan Benita1-2/+2
2021-04-27Move include files to include/ subdirectoryRan Benita7-0/+6871
2012-07-23build: drop the include/ directoryRan Benita3-3651/+0
2012-07-17Run source tree through uncrustifyDaniel Stone1-68/+65
2012-07-12Enlarge keysym name buffers and mention in commentRan Benita1-1/+3
2012-06-22Add xkb_key_repeatsDaniel Stone1-0/+6
2012-06-09Move XKB_KEY_NoSymbol to xkbcommon-keysyms.hRan Benita2-2/+1
2012-06-08Add API for getting unicode representation of a keysymRob Bradford1-0/+19
2012-05-29Add xkb_map_get_as_stringDaniel Stone1-0/+7
2012-05-18Change xkb_map_new_from_fd to use FILE*Ran Benita1-3/+4
2012-05-11Rename 'ctx' back to 'context' in external APIDaniel Stone1-19/+19
2012-05-09Document that xkb_state_get_map doesn't take a refDaniel Stone1-1/+3
2012-05-09Change xkb_key_get_syms to just return a bare intDaniel Stone1-1/+1
2012-05-09Move KcCGST API to internal-onlyDaniel Stone1-46/+0
2012-05-09Rename serialise to serializeDaniel Stone1-8/+8
2012-05-09Add common LED names to xkbcommon-names.hDaniel Stone1-0/+4
2012-05-09Include xkbcommon-names.h from xkbcommon.hDaniel Stone1-0/+1
2012-05-09Remove keycode_range_is_legalDaniel Stone1-6/+1
2012-05-09Merge remote-tracking branch 'krh/keysyms'Daniel Stone2-2/+2998
2012-05-09Use our own keysymsKristian Høgsberg1-2/+2
2012-05-09Add XKB version of X11 keysymsKristian Høgsberg2-0/+2996
2012-05-09Shorten context to ctxRan Benita1-19/+19
2012-05-09Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone1-13/+13
2012-05-09Rename keysym <-> string APIDaniel Stone1-4/+4
2012-05-09Add multiple modifier state matching APIDaniel Stone1-1/+41
2012-05-08Add pre-defined names databaseDaniel Stone1-0/+35
2012-05-08Add context flag to inhibit default include pathsDaniel Stone1-2/+2
2012-05-08Add flags to context creationDaniel Stone1-1/+6
2012-05-08Add flags to keymap compilation entrypointsDaniel Stone1-4/+13
2012-05-08Revert "Unconstify xkb_rules_names"Ran Benita1-5/+5
2012-04-09Add xkb_state_get_map()Ran Benita1-0/+6
2012-04-09Remove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.hRan Benita1-48/+49
2012-04-09Constify the syms_out argument to xkb_key_get_syms()Ran Benita1-1/+1
2012-04-09Implement missing xkb_state_ref and add return valueRan Benita1-4/+4
2012-04-09Fix compiler warningsRan Benita1-1/+1
2012-04-09Unconstify xkb_rules_namesDaniel Stone1-5/+5
2012-04-09Rename xkb_desc to xkb_keymapDaniel Stone1-18/+18
2012-04-03Properly document xkb_key_get_symsDaniel Stone1-4/+13
2012-03-27Use xkb_contexts in keymap compilationDaniel Stone1-4/+21