Morgan Aldridge
Morgan Aldridge
I've recently discovered that a System 6-like black & white 'gray' desktop pattern can be easily set using `xsetroot -gray`, so would like this to be the default desktop pattern....
`mlvwm` currently requires that X11 application 16x16px XPM icons are specified in a `Style...END` block for _every_ application. This requires a lot of extra configuration & downloading/maintaining icons (see the...
I recently learned about Clang's `scan-build` tool for identifying bugs and ran the following on my [OpenBSD](https://www.openbsd.org/) amd64/7.5-stable workstation: ``` scan-build-16 -o tmp/scan-build make -j4 ``` Which identified 29 bugs,...
As noted in Issue #48 (see [this comment](https://github.com/morgant/mlvwm/issues/48#issuecomment-2327371914)), when building `mlvwm` with `clang` under [OpenBSD](https://www.openbsd.org/) amd64/7.5-stable, I get the following warnings: ``` mlvwm.c:386(mlvwm.o:(Done)): warning: strcpy() is almost always misused, please...
As discovered in Issue #45, `SetStartFunction()` in `mlvwm/config.c` contains a bug which can orphan linked list objects, leaking memory, with subsequent parsing of `InitFunction`/`RestartFunction` built-in function blocks in config files....
`SetStartFunction()` in `config.c` doesn't free memory allocated for `ShortCuts` in prior executions
While testing to see if one could use multiple `InitFunction`/`RestartFunction` built-in function blocks in `mlvwm` config files for the purpose of appending commands/lines later (especially when `Read`-ing additional configuration files;...
I did a test stream today and noticed that my bitrate seemed to fluctuate a lot between 2k-4k:  I was streaming in 720p30, so `fauxstream`'s 3500k default bitrate should...
A long-standing known issue that I've experienced is video & audio gradually becoming further out of sync over the duration of a stream. The longer the stream, the worse it...
Beyond the work done in issue #16 re:more accurately rendering windows & window controls in the style of System 7 & Mac OS 8, I've noticed that the menu bar...
In troubleshooting some issues with custom applications "swallowed" into the `mlvwm` menu bar, I've discovered that -- if one is using the `OneClickMenu` configuration option which keeps menus open until...