Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | console-client: Fix typos in comments | Stefan Weil | 2015-01-03 | 1 | -3/+3 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Add debugging messages. | Diego Nieto Cid | 2011-04-08 | 1 | -2/+2 |
| | | | | | | | | | * console-client/xkb/lex.l(include_file): Log file changes. * console-client/xkb/parser.y(key_set_keysym): Log symbol associations. (include_section): Log section being read. (symbolssect,keycodesect,key_new): Log current key. * console-client/xkb/xkbdata.c(keyname_add): Log keyname, keycode and hash. (set_rmod_keycode): Log modifier, keyname and keycode. | ||||
* | Warn when too many virtual modifier are defined. | Diego Nieto Cid | 2011-04-08 | 1 | -0/+2 |
| | |||||
* | Avoid hashing garbage for short keynames. | Diego Nieto Cid | 2011-04-08 | 1 | -2/+10 |
| | |||||
* | debian patch: 04_cleanups.patch | Diego Nieto Cid | 2011-04-08 | 1 | -2/+0 |
| | |||||
* | Add XKB parser and implementation. | Marco Gerards | 2011-03-17 | 1 | -0/+456 |
* console-client/xkb/Compose: New file. * console-client/xkb/MISSING-FEATURES: Likewise. * console-client/xkb/README: Likewise. * console-client/xkb/TODO: Likewise. * console-client/xkb/compose.c: Likewise. * console-client/xkb/default.xkb: Likewise. * console-client/xkb/keysymdef.h: Likewise. * console-client/xkb/ks_tables.h: Likewise. * console-client/xkb/kstoucs.c: Likewise. * console-client/xkb/lex.l: Likewise. * console-client/xkb/makeconf.sh: Likewise. * console-client/xkb/parser.y: Likewise. * console-client/xkb/symname.c: Likewise. * console-client/xkb/xkb-data/keymap/hurd: Likewise. * console-client/xkb/xkb-data/symbols/hurd: Likewise. * console-client/xkb/xkb-data/types/hurd: Likewise. * console-client/xkb/xkb.c: Likewise. * console-client/xkb/xkb.h: Likewise. * console-client/xkb/xkbdata.c: Likewise. * console-client/xkb/xkbdefaults.c: Likewise. * console-client/xkb/xkbtimer.c: Likewise. |