Jaimos Skriletz
Jaimos Skriletz
FvwmIconMan, using the default config, crashes when trying to display some utf-8 characters. For example the following character crashes FvwmIconMan https://www.compart.com/en/unicode/U+1F479 With some further testing it is related to the...
I would like a feature where I could force the mouse cursor to be boxed into a single monitor or a given rectangle that could then be toggled so when...
If `--enable-golang` is used to build FvwmPrompt, FvwmConsole is not built, but the FvwmConsole manual page is still installed. The manual page should not be installed if the module is...
If building FvwmPrompt, FvwmConsole is not built since this will be its replacement. The same should probably be true for FvwmCommand and FvwmCommandS. These modules should not be built (and...
When running an FvwmEvent to change a button title to state the current desk and page on the event `new_page` and scrolling in FvwmPager lags the Pager (probably due to...
With RandR there is a single root window and not one per monitor, so specifying the screen number for the root window no longer has any effect. This removes the...
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. *...
Building fvwm gives the following depreciating warnings. ``` PictureImageLoader.c:287:9: warning: ‘rsvg_handle_get_dimensions’ is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations] 287 | Frsvg_handle_get_dimensions(rsvg, &dim); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Fsvg.h:9, from PictureImageLoader.c:46:...
Update, improve, rewrite, and add to the functionality of FvwmRearrange to fix issues, better understand monitors and their working area, make use of window hints when computing window sizes, and...