Age | Commit message (Expand) | Author |
2014-05-26 | Avoid compiler warning about empty bodies | Justus Winter |
2013-11-09 | Normalize whitespace at the end of each file to '\n' | Justus Winter |
2013-09-21 | Fix gcc warning | Samuel Thibault |
2013-06-01 | Fix descriptor leak | Miguel Figueiredo |
2013-05-01 | Fix console hang on unknown key press | Samuel Thibault |
2012-09-23 | Add more keymaps | Samuel Thibault |
2012-07-01 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd | Samuel Thibault |
2012-07-01 | Use path to x11 locales from x11.pc instead of our prefix | Samuel Thibault |
2012-07-01 | TODO: make xkb use rules | Samuel Thibault |
2011-04-16 | Print KeySymToUcs4 calls. | Diego Nieto Cid |
2011-04-16 | Use locale's compose file by default. | Diego Nieto Cid |
2011-04-16 | Avoid redefinition of NoSymbol. | Diego Nieto Cid |
2011-04-16 | Delete xkb/HACKING file. | Diego Nieto Cid |
2011-04-16 | Cleanup. | Diego Nieto Cid |
2011-04-16 | Deallocate memory on errors. | Diego Nieto Cid |
2011-04-16 | Remove default keymap. | Diego Nieto Cid |
2011-04-16 | Delete Compose file. | Diego Nieto Cid |
2011-04-16 | Reimplement KeySymToUcs4. | Diego Nieto Cid |
2011-04-08 | Depend on X11 for string to keysym mappings. | Diego Nieto Cid |
2011-04-08 | Update xkb/README. | Diego Nieto Cid |
2011-04-08 | Use first section when there's no default. | Diego Nieto Cid |
2011-04-08 | * console-client/xkb/parser.y (include_section): Free filename. | Diego Nieto Cid |
2011-04-08 | * console-client/xkb/parser.y (include_section): Remove superflous strdup. | Diego Nieto Cid |
2011-04-08 | Added an example for selecting the keymap. | Arne Babenhauserheide |
2011-04-08 | Symbols 0..9 stand for their ascii character. | Diego Nieto Cid |
2011-04-08 | Add support for hexadecimal symbols. | Diego Nieto Cid |
2011-04-08 | Update foreign files. | Diego Nieto Cid |
2011-04-08 | Document new options. | Diego Nieto Cid |
2011-04-08 | * console-client/xkb/xkb.c (iskeypad): Access up to 'width' symbols. | Diego Nieto Cid |
2011-04-08 | 'vmods' is an alias for 'virtual_modifiers'. | Diego Nieto Cid |
2011-04-08 | Fix handling of error conditions. | Diego Nieto Cid |
2011-04-08 | Fix memory errors. | Diego Nieto Cid |
2011-04-08 | Add neo support | Alexander Preisinger |
2011-04-08 | README update | Alexander Preisinger |
2011-04-08 | Enable hurd extensions in every layout. | Diego Nieto Cid |
2011-04-08 | Remove obsolete variable declaration. | Diego Nieto Cid |
2011-04-08 | Use vfprintf in debug_printf and write to stderr. | Diego Nieto Cid |
2011-04-08 | Add debugging messages. | Diego Nieto Cid |
2011-04-08 | Emit warnings on undeclared virtual modifiers. | Diego Nieto Cid |
2011-04-08 | Report inexistent section. | Diego Nieto Cid |
2011-04-08 | Add function to read the state of the scanner. | Diego Nieto Cid |
2011-04-08 | Check for end of file. | Diego Nieto Cid |
2011-04-08 | Propagate error on unexpected end of files. | Diego Nieto Cid |
2011-04-08 | Give the file name and line number where an unexpected end of file was found. | Diego Nieto Cid |
2011-04-08 | Warn when too many virtual modifier are defined. | Diego Nieto Cid |
2011-04-08 | Avoid hashing garbage for short keynames. | Diego Nieto Cid |
2011-04-08 | Rule vmod returns an int with the vmod's bit on. | Diego Nieto Cid |
2011-04-08 | Recreate xkb/keymap/hurd from xkeyboard-config-1.8's xfree86 keymap. | Diego Nieto Cid |
2011-04-08 | Update key type assigment routine. | Diego Nieto Cid |
2011-04-08 | Skip to main file's default section when needed. | Diego Nieto Cid |