Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Delete xkb/HACKING file. | Diego Nieto Cid | 2011-04-16 | 1 | -35/+0 | |
* | | Cleanup. | Diego Nieto Cid | 2011-04-16 | 4 | -24/+1 | |
* | | Deallocate memory on errors. | Diego Nieto Cid | 2011-04-16 | 1 | -1/+7 | |
* | | Remove default keymap. | Diego Nieto Cid | 2011-04-16 | 5 | -2679/+5 | |
* | | Delete Compose file. | Diego Nieto Cid | 2011-04-16 | 2 | -442/+1 | |
* | | Add missing dependency. | Diego Nieto Cid | 2011-04-16 | 1 | -0/+2 | |
* | | Reimplement KeySymToUcs4. | Diego Nieto Cid | 2011-04-16 | 3 | -311/+60 | |
* | | Depend on X11 for string to keysym mappings. | Diego Nieto Cid | 2011-04-08 | 7 | -5685/+27 | |
* | | Update xkb/README. | Diego Nieto Cid | 2011-04-08 | 1 | -22/+17 | |
* | | Use first section when there's no default. | Diego Nieto Cid | 2011-04-08 | 1 | -2/+30 | |
* | | * console-client/xkb/parser.y (include_section): Free filename. | Diego Nieto Cid | 2011-04-08 | 1 | -0/+3 | |
* | | * console-client/xkb/parser.y (include_section): Remove superflous strdup. | Diego Nieto Cid | 2011-04-08 | 1 | -1/+1 | |
* | | Added an example for selecting the keymap. | Arne Babenhauserheide | 2011-04-08 | 1 | -1/+1 | |
* | | Symbols 0..9 stand for their ascii character. | Diego Nieto Cid | 2011-04-08 | 1 | -1/+7 | |
* | | Add support for hexadecimal symbols. | Diego Nieto Cid | 2011-04-08 | 1 | -0/+1 | |
* | | Update foreign files. | Diego Nieto Cid | 2011-04-08 | 5 | -4140/+5346 | |
* | | Document new options. | Diego Nieto Cid | 2011-04-08 | 1 | -0/+6 | |
* | | * console-client/xkb/xkb.c (iskeypad): Access up to 'width' symbols. | Diego Nieto Cid | 2011-04-08 | 1 | -1/+1 | |
* | | 'vmods' is an alias for 'virtual_modifiers'. | Diego Nieto Cid | 2011-04-08 | 1 | -0/+1 | |
* | | Fix handling of error conditions. | Diego Nieto Cid | 2011-04-08 | 1 | -2/+2 | |
* | | Fix memory errors. | Diego Nieto Cid | 2011-04-08 | 1 | -4/+4 | |
* | | Add neo support | Alexander Preisinger | 2011-04-08 | 1 | -0/+7 | |
* | | README update | Alexander Preisinger | 2011-04-08 | 1 | -4/+4 | |
* | | Enable hurd extensions in every layout. | Diego Nieto Cid | 2011-04-08 | 1 | -98/+98 | |
* | | Remove obsolete variable declaration. | Diego Nieto Cid | 2011-04-08 | 1 | -1/+0 | |
* | | Use vfprintf in debug_printf and write to stderr. | Diego Nieto Cid | 2011-04-08 | 1 | -1/+1 | |
* | | Add debugging messages. | Diego Nieto Cid | 2011-04-08 | 3 | -6/+17 | |
* | | Emit warnings on undeclared virtual modifiers. | Diego Nieto Cid | 2011-04-08 | 1 | -0/+2 | |
* | | Report inexistent section. | Diego Nieto Cid | 2011-04-08 | 1 | -6/+36 | |
* | | Add function to read the state of the scanner. | Diego Nieto Cid | 2011-04-08 | 1 | -0/+12 | |
* | | Check for end of file. | Diego Nieto Cid | 2011-04-08 | 1 | -7/+19 | |
* | | Propagate error on unexpected end of files. | Diego Nieto Cid | 2011-04-08 | 1 | -7/+9 | |
* | | Give the file name and line number where an unexpected end of file was found. | Diego Nieto Cid | 2011-04-08 | 1 | -1/+1 | |
* | | 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 | |
* | | Rule vmod returns an int with the vmod's bit on. | Diego Nieto Cid | 2011-04-08 | 1 | -1/+4 | |
* | | Recreate xkb/keymap/hurd from xkeyboard-config-1.8's xfree86 keymap. | Diego Nieto Cid | 2011-04-08 | 1 | -128/+166 | |
* | | Update key type assigment routine. | Diego Nieto Cid | 2011-04-08 | 1 | -9/+27 | |
* | | Skip to main file's default section when needed. | Diego Nieto Cid | 2011-04-08 | 1 | -0/+2 | |
* | | Lexer support for keycodes with +/- symbols and arbitrary level numbers. | Diego Nieto Cid | 2011-04-08 | 1 | -1/+2 | |
* | | debian patch: 04_cleanups.patch | Diego Nieto Cid | 2011-04-08 | 3 | -7/+4 | |
* | | debian patch: 03_hurd_keymap.patch | Diego Nieto Cid | 2011-04-08 | 1 | -2/+2 | |
* | | Install XKB data files. | Diego Nieto Cid | 2011-04-08 | 1 | -3/+12 | |
* | | Translate scancodes using XKB. | Diego Nieto Cid | 2011-04-08 | 2 | -11/+303 | |
* | | Add missing semicolons bison was inserting. | Diego Nieto Cid | 2011-04-04 | 1 | -157/+157 | |
* | | Add type to $$ in mid-rules. | Diego Nieto Cid | 2011-04-04 | 1 | -2/+2 | |
* | | debian patch: 06_gcc-4.1_fix.patch | Diego Nieto Cid | 2011-04-04 | 1 | -3/+0 | |
* | | Use external encoding converter. | Diego Nieto Cid | 2011-04-04 | 1 | -3/+3 | |
* | | Export function to load the keaboard layout. | Diego Nieto Cid | 2011-04-04 | 2 | -0/+17 | |
* | | Remove keyboard driver from XKB implementation. | Diego Nieto Cid | 2011-04-04 | 2 | -507/+3 |