Morgan Aldridge
|
add1272285
|
Renamed misspelled ChoiseMenu() to ChooseMenu() in functions.c & menus.c. Issue #48
|
2024-09-03 17:03:11 -04:00 |
|
Morgan Aldridge
|
cbab6e0fa5
|
Removed unused variable from menus.c's RedrawMenuBar() as identified by clang warning (not scan-build). Issue #48
|
2024-09-03 16:18:00 -04:00 |
|
Morgan Aldridge
|
00fd54c78e
|
Fixed potential garbage return value in event.c's NextActiveWin(), as identified by clang scan-build. Issue #48
|
2024-09-02 13:10:20 -04:00 |
|
Morgan Aldridge
|
548842fd9c
|
Fixed bugs in config.c & mlvwm.c where calloc() was being used to accidentally allocate memory for a number of MlvwmWindows instead of just a number of pointers to MlvwmWindows for Scr.LastActive, as identified by clang scan-build. Issue #48
|
2024-09-02 12:49:08 -04:00 |
|
Morgan Aldridge
|
e04bf6a127
|
Fixed dereference of null pointer in misc.c's RaiseMlvwmWindow(), as identified by clang scan-build. Issue #48
|
2024-09-02 11:48:09 -04:00 |
|
Morgan Aldridge
|
f3a80b30a7
|
Fixed a number of potential dereferenced null pointers in menu.c's press_menu() & ChoiseMenu(), as identified by clang scan-build. Issue #48
|
2024-09-02 11:30:46 -04:00 |
|
Morgan Aldridge
|
99bf7df259
|
Fixed a possible uninitialized argument value in misc.c's ReadIcon() as identified by clang scan-build. Issue #48
|
2024-09-02 00:21:22 -04:00 |
|
Morgan Aldridge
|
a2679804a9
|
Fixed a null pointer being passed to strcmp() in menus.c's ChangeMenuLabel() as identified by clang scan-build. Issue #48
|
2024-09-01 18:12:51 -04:00 |
|
Morgan Aldridge
|
355d9ba363
|
Fixed a potential memory leak in misc.c's ReadIcon() if the icon path can't be found, as identified by clang scan-build. Issue #48
|
2024-08-31 13:40:09 -04:00 |
|
Morgan Aldridge
|
edb8ed9bea
|
Cleaned up several 'dead assignment' detected by clang scan-build. Issue #48
|
2024-08-31 13:06:16 -04:00 |
|
Morgan Aldridge
|
962f6de8bf
|
Updated README to list NetBSD, Arch Linux, and NixOS as having packaged versions, plus linked to repology.org and embedded badge. Issue #32
|
2024-08-25 14:16:02 -04:00 |
|
Morgan Aldridge
|
a600dd87f6
|
Updated CHANGELOG re:'flush' to 'flash' change. Issue #46
|
2024-08-25 13:53:53 -04:00 |
|
Morgan Aldridge
|
eb061a9432
|
Further correction of the 'flush' misspelling to the correct 'flash' in sample config & documentation. Issue #46
|
2024-08-25 13:47:08 -04:00 |
|
Morgan Aldridge
|
d0ab867521
|
Corrected the 'flush' misspelling to the correct 'flash' in code & documentation, but preserving the old 'FlushMenu' built-in command and specifying that is depricated in the manual page. Issue #46
|
2024-08-25 13:42:39 -04:00 |
|
Morgan Aldridge
|
b48fe824dd
|
Updated CHANGELOG re:locale/font/enconding error/debug logging improvements. Issue #30 & PR #31
|
2024-08-25 12:26:10 -04:00 |
|
Morgan Aldridge
|
6bcb838940
|
Merge pull request #31 from Hammster/fallback-font-loading
"Added fallback XLFD font name, Removed dead code" by Hans Koch
|
2024-08-25 12:11:31 -04:00 |
|
Hans Koch
|
fb8e2339ce
|
Added fallback XLFD font name, Removed dead code
|
2022-03-19 17:27:44 +01:00 |
|
Morgan Aldridge
|
8eb3738420
|
Updated mlvwm version number to 0.9.4
0.9.4
|
2021-09-09 11:40:07 -04:00 |
|
Morgan Aldridge
|
5d6b7e17c5
|
Updated CHANGELOG re:fixed xdotool window move & new SwallowFocusClick config command. Issue #25, Issue #24.
|
2021-09-09 11:23:00 -04:00 |
|
Morgan Aldridge
|
7a3daaebf4
|
Updated manual page to describe the new 'SwallowFocusClick' config command. Issue #24
|
2021-09-09 11:08:41 -04:00 |
|
Morgan Aldridge
|
2d324d13cf
|
Updated handle_button_press() to appropriately pass initial click in inactive windows, plus added 'SwallowFocusClick' config command to disable the functionality. Issue #24
|
2021-09-09 11:01:44 -04:00 |
|
Morgan Aldridge
|
f6b4a84199
|
Fixed config file parsing to prevent false-positive command matches in some edge cases
|
2021-09-09 10:57:44 -04:00 |
|
Morgan Aldridge
|
692432b807
|
Update handle_configure_request() to not modify tmp_win before calling SetUpFrame(), plus reduced vars used. Issue #25
|
2021-09-05 11:07:17 -04:00 |
|
Morgan Aldridge
|
b039615084
|
Uncomment setting tmp_win->frame_x & tmp_win->frame_y in handle_configure_request() to fix xdotool not moving windows. Issue #25
|
2021-09-05 10:53:24 -04:00 |
|
Morgan Aldridge
|
24578885f2
|
META: Fix broken screenshot thumbnails in README.md
|
2021-05-30 10:38:48 -04:00 |
|
Morgan Aldridge
|
694d9c26a1
|
META: Added screenshots to README.md
|
2021-05-30 10:34:38 -04:00 |
|
Morgan Aldridge
|
70e08cf7cf
|
Updated mlvwm version number to 0.9.3
0.9.3
|
2021-04-01 08:29:26 -04:00 |
|
Morgan Aldridge
|
71b9f4bb7a
|
Updated CHANGELOG re:styling improvements. Issue #16
|
2021-03-25 16:15:02 -04:00 |
|
Morgan Aldridge
|
7bbc1f1bde
|
Added initial CONTRIBUTING.md and linked to from README.md. Issue #14
|
2021-03-25 09:05:41 -04:00 |
|
Morgan Aldridge
|
9aaa7f42a6
|
Updated README.md Installation section to note installing via package managers
|
2021-03-25 09:00:44 -04:00 |
|
Morgan Aldridge
|
eb4c348b6a
|
Fix typo & spacing in History section of README.md
|
2021-03-25 08:51:31 -04:00 |
|
Morgan Aldridge
|
885f80f1e0
|
META: ignore vim temporary files
|
2021-03-25 08:21:03 -04:00 |
|
Morgan Aldridge
|
1abad78a41
|
Grayscale scroll bar background pattern for default theme. Issue #16
|
2021-03-24 09:10:01 -04:00 |
|
Morgan Aldridge
|
6984cda115
|
More accurate rendering of title bar, esp. for default System7 theme. Issue #16
|
2021-03-24 08:11:46 -04:00 |
|
Morgan Aldridge
|
5fd232652b
|
More accurate rendering & positioning of close & min/max title bar buttons, esp. for default System7 theme. Issue #16
|
2021-03-24 07:34:35 -04:00 |
|
Morgan Aldridge
|
708a30f602
|
Fixed top left & right rounded corners in System8 theme. Issue #16, issue #17
|
2021-03-18 09:48:22 -04:00 |
|
Morgan Aldridge
|
9a32e76a33
|
Reduce window shadows by 1px. Issue #16, issue #20
|
2021-03-17 17:58:38 -04:00 |
|
Morgan Aldridge
|
e822ec57b9
|
Merge branch 'master' into scroll-bar-theme-improvements
|
2021-03-17 15:27:52 -04:00 |
|
Morgan Aldridge
|
c4fc6df49c
|
Merge branch 'TheMorc-pixelmodifications' into master
|
2021-03-17 15:16:55 -04:00 |
|
Morgan Aldridge
|
e0823a6a15
|
Borders: Restore stripes around titlebar buttons & text on monochrome displays
|
2021-03-17 15:08:33 -04:00 |
|
Morgan Aldridge
|
89a829e8e2
|
Merge branch 'pixelmodifications' of https://github.com/TheMorc/mlvwm into TheMorc-pixelmodifications
|
2021-03-17 14:45:59 -04:00 |
|
Morgan Aldridge
|
817ec609b9
|
More accurate rendering of scroll bars. Issue #16
|
2021-03-14 13:09:58 -04:00 |
|
Morgan Aldridge
|
c1c65d7a44
|
Updated manual page to reflect new default ScrollBarWidth. Issue #16
|
2021-03-14 11:47:18 -04:00 |
|
Morgan Aldridge
|
6822305905
|
More accurate rendering of scroll bars. Issue #16
|
2021-03-14 11:40:42 -04:00 |
|
Morgan Aldridge
|
da10f2cf46
|
More accurate rendering of resize boxes. Issue #16
|
2021-03-13 10:01:41 -05:00 |
|
Morgan Aldridge
|
95da6807a5
|
More accurate rendering of scrollbars. Issue #16
|
2021-03-13 09:28:23 -05:00 |
|
Morgan Aldridge
|
352a147fc8
|
Default scrollbar width to 16px. Issue #16
|
2021-03-13 09:27:36 -05:00 |
|
Morgan Aldridge
|
7d51d64c60
|
Merge branch 'pixelmodifications' of https://github.com/TheMorc/mlvwm into TheMorc-pixelmodifications
|
2021-03-12 13:23:15 -05:00 |
|
Morgan Aldridge
|
e4a31ff47a
|
Updated CHANGELOG regarding new RoundedScreenCorners configuration setting. Issue #15
|
2021-03-12 12:09:00 -05:00 |
|
Morgan Aldridge
|
da399d1bd9
|
Added RoundedScreenCorners config setting to manual page. Issue #15
|
2021-03-12 12:05:40 -05:00 |
|