Age | Commit message (Expand) | Author |
2015-06-05 | console-client: Fix lower range of binary search | Diego Nieto Cid |
2015-06-05 | console-client: assert precondition | Diego Nieto Cid |
2015-05-23 | console-client: fix binary search | Justus Winter |
2015-05-23 | console-client: avoid nested function | Justus Winter |
2015-02-02 | Explicit the keymap compatibility flags | Samuel Thibault |
2015-01-03 | console-client: Fix typos in comments | Stefan Weil |
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 |