summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove hardcoded legacy modifier masksDaniel Stone2012-03-271-11/+0
* Remove unused changes structsDaniel Stone2012-03-271-63/+0
* Remove unused members of xkb_stateDaniel Stone2012-03-271-24/+9
* Add enum xkb_key_direction instead of boolDaniel Stone2012-03-271-1/+7
* Add state serialisation APIDaniel Stone2012-03-271-0/+47
* Rename keymap allocation APIDaniel Stone2012-03-221-15/+64
* Add LED state APIDaniel Stone2012-03-221-0/+36
* Fix documentation bugs with mod/group state APIDaniel Stone2012-03-221-2/+2
* Round out new state APIDaniel Stone2012-03-211-1/+116
* Add new state APIDaniel Stone2012-03-211-2/+41
* Convert interp action from xkb_any_action to xkb_actionDaniel Stone2012-03-141-2/+2
* Remove component listing codeDaniel Stone2012-03-141-16/+0
* Remove unused control membersDaniel Stone2012-03-141-6/+0
* Add a tiny bit of documentation to xkbcommon.hDaniel Stone2012-03-141-2/+2
* Add xkb_key_get_syms APIDaniel Stone2012-03-131-8/+12