fvwm
fvwm copied to clipboard
Official FVWM repository
Fixed typo in default config, "Destory" -> "Destroy"
Add patches from the Debian package of fvwm. + Increase number of extended mouse buttons. + Use upstream `PKG_PROG_PKG_CONFIG`. + Reproducible Builds. + Fix `FvwmIconMan` triggering size hint warnings. +...
* Update ./configure --help to correctly state that --enable-mandoc is needed to build man pages. * Update make uninstall to remove the directories and links created during the install. *...
Backport this fix from fvwm3 to fvwm2: https://github.com/fvwmorg/fvwm3/commit/5c17c83df4605d2d97999740cf180af983298896
turned to the man page and found a detail lacking - reviewed fvwm/fvwm.c to confirm how this worked and amended other entries to refer to the variables versus hardcoded paths.
This will allow building with compilers that diagnose some C99 constraint violations as errors instead of warnings.
Another off by one. Buf has max size, so to get a null-byte at the end, we can only use max - 1
from gcc-12 up, this modul will terminated with *** buffer overflow detected ***. That's because the sprintf further down will copy not only the string, but also a linefeed and...
This fixes a race condition when WM_TAKE_FOCUS message is sent to client windows, with the last event time as time parameter. The client might react to the WM_TAKE_FOCUS message with...
This made sense with much older compilers, but now that clag and gcc are adding errors all the time, this check is redundant. This fixes building with gcc-14 and Debian...