| History log of /src/usr.sbin/wsmoused/wsmoused.h |
| Revision | | Date | Author | Comments |
| 1.10 |
| 24-Nov-2021 |
uwe | wsmoused: support absolute mouse position events
Tested with VirtualBox Guest Addtions.
|
| 1.9 |
| 18-Mar-2006 |
elad | Change MAX_BLOCKS for b_prop to MAX_PROPS, as it probably should've been. Fixes overrun found by Coverity, CID 1550.
|
| 1.8 |
| 20-Jan-2004 |
matt | Remove "bool" support for now since some platforms are still not able to cope with it.
|
| 1.7 |
| 05-Jan-2004 |
jmmv | Add 2004 to copyright notice because of previous change.
|
| 1.6 |
| 05-Jan-2004 |
jmmv | Call wscons mode hooks before and after generic_wscons_event. This is to allow the selection mode hide the mouse before the device is closed, thus fixing a minor problem (the pointer remained visible when returning from X for some seconds).
|
| 1.5 |
| 06-Aug-2003 |
jmmv | Add and use the log_err, log_errx, log_warn and log_warnx functions that act as wrappers for err, errx, warn and warnx respectively when running in foreground and call syslog functions when running in daemon mode. Also add and use an extra log_info function for other types of information.
|
| 1.4 |
| 06-Aug-2003 |
jmmv | - Let the main program handle multiple run modes easily. Each one is described by a structure with pointers to functions. - Clearly separate the "selection" mode (which provides copy and paste support in console) from wsmoused's main program. - Added the "modes" property to the configuration file and the "-m" command line option to specify which modes should be activated. (this is mostly useless for now, as only the "selection" mode exists; a new mode will be added soon, hopefully). - While here, several style fixes according to share/misc/style.
|
| 1.3 |
| 04-Mar-2003 |
jmmv | Add support to parse a configuration file, /etc/wsmoused.conf by default. This file lets users tune the behavior of the daemon in a easy way, without having to mess with command line options (nor in rc.conf). It will also simplify future integration of new functionality within the program as multiple "modes" of operator are recognized. The new wsmoused.conf(5) manpage contains all related details.
Some error message cleanup and minor manpage fixes too.
Ok'ed by christos.
|
| 1.2 |
| 25-Dec-2002 |
jmmv | Add a new flag, -l, which swaps mouse buttons; this is useful for left handed users.
Patch provided in my own PR bin/19143 with some minor changes as suggested by wiz.
|
| 1.1 |
| 26-Jun-2002 |
christos | PR/17402: Julio Merino: Userland portion for moused (with some changes from me).
|