summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove internal API from xkbcommon.hDaniel Stone2012-03-273-0/+385
* Add enum xkb_key_direction instead of boolDaniel Stone2012-03-271-16/+19
* Add state serialisation APIDaniel Stone2012-03-271-6/+99
* Cosmetic coding style fixupsDaniel Stone2012-03-271-12/+18
* Rename keymap allocation APIDaniel Stone2012-03-224-22/+56
* Add LED state APIDaniel Stone2012-03-222-1/+121
* LEDs: Fix string comparison bugDaniel Stone2012-03-221-1/+3
* Check for invalid indices in mod/group state APIDaniel Stone2012-03-221-0/+6
* Fix documentation bugs with mod/group state APIDaniel Stone2012-03-221-1/+1
* Round out new state APIDaniel Stone2012-03-212-0/+209
* Fix (correct, but harmless) const warningDaniel Stone2012-03-211-1/+1
* Add new state APIDaniel Stone2012-03-214-17/+487
* Remove some rogue fprintfsDaniel Stone2012-03-211-7/+0
* Don't clear real mods in action modmaskDaniel Stone2012-03-211-12/+4
* Remove unnecessary allocation in expr.cDaniel Stone2012-03-211-2/+1
* Small constificationDaniel Stone2012-03-201-1/+1
* Also print group name in keysym errorDaniel Stone2012-03-161-6/+7
* More useful errors for invalid keysymsDaniel Stone2012-03-162-9/+10
* Fix non-useModMapMods action masksDaniel Stone2012-03-161-6/+8
* Plug leaks in geometry parsingDaniel Stone2012-03-153-15/+25
* Remove more float supportDaniel Stone2012-03-153-13/+4
* Also update vmod -> indicator mapsDaniel Stone2012-03-151-0/+4
* Update modifiers after building keymapDaniel Stone2012-03-143-0/+261
* Convert interp action from xkb_any_action to xkb_actionDaniel Stone2012-03-141-9/+5
* Add xkb_get_syms_by_levelDaniel Stone2012-03-142-5/+25
* Fix leak in xkbcomp.cDaniel Stone2012-03-141-3/+1
* Remove component listing codeDaniel Stone2012-03-142-514/+0
* Add xkb_key_get_syms APIDaniel Stone2012-03-132-0/+152
* Revert "Use XKB_COMMON_* modifier defines in ExprResolveModMask"Daniel Stone2012-03-131-9/+9
* Use XKB_COMMON_* modifier defines in ExprResolveModMaskDaniel Stone2012-03-101-9/+9
* Remove overlay support as wellDaniel Stone2012-03-102-72/+5
* Remove half-implemented radio groupsDaniel Stone2012-03-103-129/+10
* Handle XkbFiles without a nameDaniel Stone2012-03-101-6/+6
* Move allocation of xkb_desc into CompileKeymapDaniel Stone2012-03-103-31/+49
* Remove geometry even harderDaniel Stone2012-03-094-374/+59
* Introduce xkb_atom_t typeDaniel Stone2012-03-0914-75/+78
* Introduce xkb_keysym_t typeDaniel Stone2012-03-0910-36/+36
* Remove atom functions from public APIDaniel Stone2012-03-092-18/+3
* Stringify public name typesDaniel Stone2012-03-098-51/+74
* Ensure we always have a complete keymapDaniel Stone2012-03-092-22/+39
* Convert CompileKeymap to early-return styleDaniel Stone2012-03-091-55/+52
* Use compile_keymap in xkb_compile_keymap_from_componentsDaniel Stone2012-03-091-42/+18
* Add explicit bracesDaniel Stone2012-03-091-0/+2
* xkbcomp: Turn an array into an anonymous structDaniel Stone2012-03-091-20/+19
* Remove geometry support, againDaniel Stone2012-03-0922-4554/+23
* Remove KcCGST names from the mapDaniel Stone2012-03-0911-73/+16
* Merge remote-tracking branch 'ran/fixes-cont'Daniel Stone2012-03-0536-1419/+1006
|\
| * Fix "Could not resolve keysym" errorsRan Benita2012-03-041-1/+1
| * Refactor XkbFindFileInPathRan Benita2012-03-041-15/+14
| * Free all atoms along with keymapRan Benita2012-03-043-0/+28