Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-04 | Add missing semicolons bison was inserting. | Diego Nieto Cid | |
* console-client/xkb/parser.y: Add semicolons where needed. | |||
2011-04-04 | Add type to $$ in mid-rules. | Diego Nieto Cid | |
(see http://www.mail-archive.com/help-bison@gnu.org/msg02159.html ) | |||
2011-04-04 | debian patch: 06_gcc-4.1_fix.patch | Diego Nieto Cid | |
2011-04-04 | Use external encoding converter. | Diego Nieto Cid | |
* console-client/xkb/xkb.c (cd): Change storage class to extern. | |||
2011-04-04 | Export function to load the keaboard layout. | Diego Nieto Cid | |
* console-client/xkb/xkb.c (xkb_load_layout): New function. * console-client/xkb/xkb.h (xkb_load_layout): Export prototype. | |||
2011-04-04 | Remove keyboard driver from XKB implementation. | Diego Nieto Cid | |
* console-client/xkb/xkb.c (kbd_dev): Deleted variable. (gnumach_v1_compat, repeater_node,cnode, arguments): Likewise. (options, ctrlaltbs, argp, xkb_ops, driver_xkb_ops): Likewise. (gnumach_v1_input_next, read_scancode): Deleted functions. (input_loop, xkb_start, xkb_init, parse_opt): Likewise. (xkb_start, xkb_fini, xkb_set_scroll_lock_status): Likewise. | |||
2011-03-17 | Add XKB parser and implementation. | Marco Gerards | |
* 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. |