Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --font-width option to force 8/9 pixel font width | Samuel Thibault | 2014-02-13 | 5 | -11/+66 |
* | Fix typos | Samuel Thibault | 2014-02-12 | 1 | -2/+2 |
* | console-client: remove spurious pthread_spin_unlocks | Justus Winter | 2013-12-09 | 1 | -2/+0 |
* | Normalize whitespace at the end of each file to '\n' | Justus Winter | 2013-11-09 | 4 | -4/+0 |
* | console-client: replace function epilogue with console_exit | Justus Winter | 2013-10-13 | 1 | -2/+1 |
* | console-client: minor stylistic fix | Justus Winter | 2013-10-13 | 1 | -1/+1 |
* | console-client: fix error handling | Justus Winter | 2013-10-13 | 1 | -0/+1 |
* | console-client: entitle console_exit with the noreturn attribute | Justus Winter | 2013-10-13 | 1 | -1/+1 |
* | console-client: remove the pid file on clean exits | Justus Winter | 2013-10-13 | 1 | -0/+5 |
* | Fix gcc warning | Samuel Thibault | 2013-09-21 | 1 | -0/+2 |
* | Fix gcc warning | Samuel Thibault | 2013-09-21 | 1 | -0/+1 |
* | Fix gcc warning | Samuel Thibault | 2013-09-21 | 1 | -0/+2 |
* | Fix cursor size | Samuel Thibault | 2013-09-19 | 1 | -2/+2 |
* | console-client: add daemonizing support | Justus Winter | 2013-08-28 | 2 | -7/+112 |
* | Fix descriptor leak | Miguel Figueiredo | 2013-06-01 | 1 | -2/+1 |
* | Remove unused variable | Miguel Figueiredo | 2013-06-01 | 1 | -2/+0 |
* | Fix console hang on unknown key press | Samuel Thibault | 2013-05-01 | 1 | -2/+2 |
* | Add io_select_timeout to the io interface | Richard Braun | 2013-02-28 | 4 | -12/+45 |
* | Include <stdlib.h> or <mach.h> where needed | Pino Toscano | 2013-02-25 | 1 | -0/+1 |
* | Fix comment style | Samuel Thibault | 2012-12-17 | 1 | -2/+2 |
* | Fix double call to pthread_mutex_unlock in repeat_event(). | Cyril Roelandt | 2012-12-17 | 1 | -6/+3 |
* | Fix double call to pthread_mutex_unlock in kbd_repeat_key(). | Cyril Roelandt | 2012-12-17 | 1 | -6/+3 |
* | Fix double call to pthread_mutex_unlock in console_move_mouse(). | Cyril Roelandt | 2012-12-17 | 1 | -2/+0 |
* | Switch from cthreads to pthreads | Richard Braun | 2012-11-27 | 12 | -230/+275 |
* | Remove condition implications | Richard Braun | 2012-11-24 | 2 | -4/+2 |
* | Add more keymaps | Samuel Thibault | 2012-09-23 | 1 | -0/+268 |
* | Fix out-of-tree build | Samuel Thibault | 2012-07-10 | 1 | -1/+2 |
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd | Samuel Thibault | 2012-07-01 | 1 | -0/+1 |
|\ | |||||
| * | TODO: make xkb use rules | Samuel Thibault | 2012-07-01 | 1 | -0/+1 |
* | | Use path to x11 locales from x11.pc instead of our prefix | Samuel Thibault | 2012-07-01 | 1 | -3/+3 |
|/ | |||||
* | Fix kstoucs generation dependency | Samuel Thibault | 2012-07-01 | 1 | -3/+3 |
* | Merge branch 'master' into xkb | Samuel Thibault | 2012-07-01 | 1 | -5/+1 |
|\ | |||||
| * | Replace fragile manual »make dist« system with one based on »git archive«. | Thomas Schwinge | 2012-04-08 | 1 | -4/+0 |
| * | Automatically regenerate files that depend on $(hurd-version). | Thomas Schwinge | 2012-04-08 | 1 | -0/+1 |
* | | Merge branch 'master' into xkb | Samuel Thibault | 2012-07-01 | 10 | -67/+42 |
|\| | |||||
| * | fix common misspellings | Jonathan Neuschäfer | 2011-08-20 | 6 | -12/+12 |
| * | Fix restoring from Xorg | Samuel Thibault | 2011-08-08 | 1 | -1/+1 |
| * | Let GNU Mach messages appear under Hurd console | Samuel Thibault | 2011-08-08 | 3 | -53/+28 |
| * | Fix typo | Samuel Thibault | 2011-08-08 | 1 | -1/+1 |
* | | Print KeySymToUcs4 calls. | Diego Nieto Cid | 2011-04-16 | 1 | -0/+13 |
* | | Find the absolute path to <X11/keysymdef.h> | Diego Nieto Cid | 2011-04-16 | 1 | -1/+1 |
* | | Use locale's compose file by default. | Diego Nieto Cid | 2011-04-16 | 3 | -6/+177 |
* | | Avoid redefinition of NoSymbol. | Diego Nieto Cid | 2011-04-16 | 2 | -4/+0 |
* | | 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 |