Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-22 | use timerclear macro | Okan Demirmen | |
ok miod@ | |||
2009-06-21 | Support mouses with lots of buttons. Also, fix a crash when pressing | Jacek Masiulaniec | |
a button that's outside of the hardcoded range; miod@ ok | |||
2009-06-05 | Add the ability to attach wsmoused to a different wsdisplay than wsdisplay0 | Miod Vallat | |
(i.e. ttyCcfg) with the new -D option. While there, a lot of cleanup, including not creating a pidfile by default (since there might be more than one wsmoused running on multiple wsdisplay systems). | |||
2007-11-24 | Since switches from X to consoles are aysnchronous, wsmoused(8) can be awakened | Miod Vallat | |
before the X server has release the mouse device. Instead of an arbitrary sleep, loop (with increasing delays) until we can open the device again. Found the hard way and tested by jmc@ | |||
2007-09-18 | use C99 explicit struct initializer instead of deprecated gcc 2.5 | Otto Moerbeek | |
style. ok miod@ millert@ | |||
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat | |
Mouse. Currently limited to USB mice. Adapted from a diff from Gareth <garf@loveandnature.co.za> on tech@ | |||
2006-04-17 | setjmp.h not used | Theo de Raadt | |
2005-08-12 | prefer a simpler synopsis: we do not really need a separate case for -i; | Jason McIntyre | |
2004-01-04 | gcc3 doesn't like varargs, it was found that the varargs.h inclusion is | Dale Rahn | |
unnecessary for these files, delete. ok espie@ | |||
2003-12-22 | No need to setup a signal handler for SIGKILL as you can't catch it anyway. | Miod Vallat | |
2003-11-08 | - correct SYNOPSIS | Jason McIntyre | |
- sort options - sync usage() - new sentence, new line | |||
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt | |
2003-04-13 | try to use the X Window System, X11 or XFree86 consistently. | Jason McIntyre | |
diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@ | |||
2002-05-30 | minor KNF | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-03-27 | Add X-Window support to wsmoused(8). This allows running wsmoused(8) and | jbm | |
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window. | |||
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-02-15 | KNF | Theo de Raadt | |
2002-01-12 | Make sure the daemon() call is harmless to file descriptors. | Miod Vallat | |
Problem reported by markus@, fix by me, ok markus@ millert@ | |||
2001-12-09 | Do not use stdio functions after a successfull call to daemon(), use | Miod Vallat | |
syslog() instead. ok millert@ | |||
2001-11-02 | _exit() in signal handler | Theo de Raadt | |
2001-09-20 | Jumbo wsmoused cosmeto: | Miod Vallat | |
- fix some cosmetic bugs - improves some code paths - generalizes the use of stderr, and uses errx/warnx whenevr possible - converts wsmoused.c to KNF ok jbm@ | |||
2001-08-31 | Restore mouse resolution to default value at exit. | jbm | |
2001-08-13 | Wall cleanup | Peter Valchev | |
2001-08-12 | Use INFTIM where possible. | Federico G. Schwindt | |
2001-04-14 | Userland daemon for wscons console mouse features. | Aaron Campbell | |