aboutsummaryrefslogtreecommitdiff
path: root/console-client
Commit message (Expand)AuthorAgeFilesLines
...
* console-client: remove the pid file on clean exitsJustus Winter2013-10-131-0/+5
* Fix gcc warningSamuel Thibault2013-09-211-0/+2
* Fix gcc warningSamuel Thibault2013-09-211-0/+1
* Fix gcc warningSamuel Thibault2013-09-211-0/+2
* Fix cursor sizeSamuel Thibault2013-09-191-2/+2
* console-client: add daemonizing supportJustus Winter2013-08-282-7/+112
* Fix descriptor leakMiguel Figueiredo2013-06-011-2/+1
* Remove unused variableMiguel Figueiredo2013-06-011-2/+0
* Fix console hang on unknown key pressSamuel Thibault2013-05-011-2/+2
* Add io_select_timeout to the io interfaceRichard Braun2013-02-284-12/+45
* Include <stdlib.h> or <mach.h> where neededPino Toscano2013-02-251-0/+1
* Fix comment styleSamuel Thibault2012-12-171-2/+2
* Fix double call to pthread_mutex_unlock in repeat_event().Cyril Roelandt2012-12-171-6/+3
* Fix double call to pthread_mutex_unlock in kbd_repeat_key().Cyril Roelandt2012-12-171-6/+3
* Fix double call to pthread_mutex_unlock in console_move_mouse().Cyril Roelandt2012-12-171-2/+0
* Switch from cthreads to pthreadsRichard Braun2012-11-2712-230/+275
* Remove condition implicationsRichard Braun2012-11-242-4/+2
* Add more keymapsSamuel Thibault2012-09-231-0/+268
* Fix out-of-tree buildSamuel Thibault2012-07-101-1/+2
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2012-07-011-0/+1
|\
| * TODO: make xkb use rulesSamuel Thibault2012-07-011-0/+1
* | Use path to x11 locales from x11.pc instead of our prefixSamuel Thibault2012-07-011-3/+3
|/
* Fix kstoucs generation dependencySamuel Thibault2012-07-011-3/+3
* Merge branch 'master' into xkbSamuel Thibault2012-07-011-5/+1
|\
| * Replace fragile manual »make dist« system with one based on »git archive«.Thomas Schwinge2012-04-081-4/+0
| * Automatically regenerate files that depend on $(hurd-version).Thomas Schwinge2012-04-081-0/+1
* | Merge branch 'master' into xkbSamuel Thibault2012-07-0110-67/+42
|\|
| * fix common misspellingsJonathan Neuschäfer2011-08-206-12/+12
| * Fix restoring from XorgSamuel Thibault2011-08-081-1/+1
| * Let GNU Mach messages appear under Hurd consoleSamuel Thibault2011-08-083-53/+28
| * Fix typoSamuel Thibault2011-08-081-1/+1
* | Print KeySymToUcs4 calls.Diego Nieto Cid2011-04-161-0/+13
* | Find the absolute path to <X11/keysymdef.h>Diego Nieto Cid2011-04-161-1/+1
* | Use locale's compose file by default.Diego Nieto Cid2011-04-163-6/+177
* | Avoid redefinition of NoSymbol.Diego Nieto Cid2011-04-162-4/+0
* | Delete xkb/HACKING file.Diego Nieto Cid2011-04-161-35/+0
* | Cleanup.Diego Nieto Cid2011-04-164-24/+1
* | Deallocate memory on errors.Diego Nieto Cid2011-04-161-1/+7
* | Remove default keymap.Diego Nieto Cid2011-04-165-2679/+5
* | Delete Compose file.Diego Nieto Cid2011-04-162-442/+1
* | Add missing dependency.Diego Nieto Cid2011-04-161-0/+2
* | Reimplement KeySymToUcs4.Diego Nieto Cid2011-04-163-311/+60
* | Depend on X11 for string to keysym mappings.Diego Nieto Cid2011-04-087-5685/+27
* | Update xkb/README.Diego Nieto Cid2011-04-081-22/+17
* | Use first section when there's no default.Diego Nieto Cid2011-04-081-2/+30
* | * console-client/xkb/parser.y (include_section): Free filename.Diego Nieto Cid2011-04-081-0/+3
* | * console-client/xkb/parser.y (include_section): Remove superflous strdup.Diego Nieto Cid2011-04-081-1/+1
* | Added an example for selecting the keymap.Arne Babenhauserheide2011-04-081-1/+1
* | Symbols 0..9 stand for their ascii character.Diego Nieto Cid2011-04-081-1/+7
* | Add support for hexadecimal symbols.Diego Nieto Cid2011-04-081-0/+1