| Age | Commit message (Expand) | Author |
| 2023-02-07 | Really compute selection coordinates from buffer offset, don't assume | mlelstv |
| 2022-05-20 | s/appropiate/appropriate/ in comments and readme file. | andvar |
| 2021-11-24 | wsmoused: support absolute mouse position events | uwe |
| 2021-09-01 | conditional build fix. | mlelstv |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2012-01-02 | Use more markup. New sentence, new line. Sort sections. | wiz |
| 2012-01-01 | Note the fact that wsmoused will work only with some wsdisplay drivers. | rkujawa |
| 2011-05-31 | a little undocumented debugging. | christos |
| 2009-10-29 | option noinput nounput | christos |
| 2009-10-28 | no unput | christos |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-04-20 | define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160 | drochner |
| 2009-01-19 | fix version ioctl | christos |
| 2009-01-13 | set the event protocol version. | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-07-17 | include <stdlib.h> explicitely, for exit(), getprogname() etc. | drochner |
| 2008-02-24 | This file requires errno.h | dholland |
| 2007-05-27 | Guess the terminal size on each change instead of during program startup. | jmmv |
| 2006-04-15 | WSDISPLAY_CHARFUNCS is gone. | jmmv |
| 2006-03-18 | Change MAX_BLOCKS for b_prop to MAX_PROPS, as it probably should've been. | elad |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2004-06-08 | though -> through. | wiz |
| 2004-06-07 | Spelling fixes, English tweaks, avoid using < and > directly. | snj |
| 2004-03-31 | Fix two typos, reported as part of PR bin/22581. | jmmv |
| 2004-02-05 | Use the correct size when clearing an array. | jmmv |
| 2004-02-05 | Print a new line after an information message. | jmmv |
| 2004-01-20 | Forgot to remove #include <stdbool.h> | matt |
| 2004-01-20 | Remove "bool" support for now since some platforms are still not able to | matt |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2004-01-05 | Add the xconsole_delay property which specifies the number of seconds to | jmmv |
| 2004-01-05 | Add 2004 to copyright notice because of previous change. | jmmv |
| 2004-01-05 | Call wscons mode hooks before and after generic_wscons_event. This is to | jmmv |
| 2004-01-05 | Fix xconsole handling (enable the mouse properly when returning from X). | jmmv |
| 2004-01-05 | fifo, ttystat and xconsole properties are generic (used by all modes), so | jmmv |
| 2004-01-05 | Recognize the "fifo" property (again) in configuration files. This was lost | jmmv |
| 2003-08-06 | Add and use the log_err, log_errx, log_warn and log_warnx functions that act as | jmmv |
| 2003-08-06 | Add the `action' mode, which can be used to associate commands with mouse | jmmv |
| 2003-08-06 | - Let the main program handle multiple run modes easily. Each one is | jmmv |
| 2003-04-16 | Increase width in a tagged list for nicer display. | wiz |
| 2003-03-07 | Use both -I. for generated .h files, and -I${.CURDIR} for include "foo" | fvdl |
| 2003-03-05 | Make the global XConsole variable static. | jmmv |
| 2003-03-04 | Create a pidfile while running (which can be tuned with the new "pidfile" | jmmv |
| 2003-03-04 | Avoid writing things to the fifo if it was not opened. | jmmv |
| 2003-03-04 | Check if configuration data exists before freeing memory. | jmmv |
| 2003-03-04 | Remove trailing whitespace. | jmmv |
| 2003-03-04 | Configuration file is optional, as well as sections inside it. | jmmv |
| 2003-03-04 | Add support to parse a configuration file, /etc/wsmoused.conf by default. | jmmv |
| 2003-01-19 | The next release will be 2.0, not 1.7. | atatat |
| 2002-12-25 | Add a new flag, -l, which swaps mouse buttons; this is useful for left | jmmv |
| 2002-12-25 | Fix a bug that caused the program to enter an infinite loop when selecting | jmmv |