Commit Graph

  • add1272285 Renamed misspelled ChoiseMenu() to ChooseMenu() in functions.c & menus.c. Issue #48 fix-clang-scan-build-identified-bugs Morgan Aldridge 2024-09-03 17:03:11 -0400
  • cbab6e0fa5 Removed unused variable from menus.c's RedrawMenuBar() as identified by clang warning (not scan-build). Issue #48 Morgan Aldridge 2024-09-03 16:18:00 -0400
  • 00fd54c78e Fixed potential garbage return value in event.c's NextActiveWin(), as identified by clang scan-build. Issue #48 Morgan Aldridge 2024-09-02 13:10:20 -0400
  • 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 Morgan Aldridge 2024-09-02 12:49:08 -0400
  • e04bf6a127 Fixed dereference of null pointer in misc.c's RaiseMlvwmWindow(), as identified by clang scan-build. Issue #48 Morgan Aldridge 2024-09-02 11:48:09 -0400
  • f3a80b30a7 Fixed a number of potential dereferenced null pointers in menu.c's press_menu() & ChoiseMenu(), as identified by clang scan-build. Issue #48 Morgan Aldridge 2024-09-02 11:30:46 -0400
  • 99bf7df259 Fixed a possible uninitialized argument value in misc.c's ReadIcon() as identified by clang scan-build. Issue #48 Morgan Aldridge 2024-09-02 00:21:22 -0400
  • a2679804a9 Fixed a null pointer being passed to strcmp() in menus.c's ChangeMenuLabel() as identified by clang scan-build. Issue #48 Morgan Aldridge 2024-09-01 18:12:51 -0400
  • 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 Morgan Aldridge 2024-08-31 13:40:09 -0400
  • edb8ed9bea Cleaned up several 'dead assignment' detected by clang scan-build. Issue #48 Morgan Aldridge 2024-08-31 13:06:16 -0400
  • 962f6de8bf Updated README to list NetBSD, Arch Linux, and NixOS as having packaged versions, plus linked to repology.org and embedded badge. Issue #32 master Morgan Aldridge 2024-08-25 14:16:02 -0400
  • a600dd87f6 Updated CHANGELOG re:'flush' to 'flash' change. Issue #46 Morgan Aldridge 2024-08-25 13:53:53 -0400
  • eb061a9432 Further correction of the 'flush' misspelling to the correct 'flash' in sample config & documentation. Issue #46 Morgan Aldridge 2024-08-25 13:47:08 -0400
  • 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 Morgan Aldridge 2024-08-25 13:42:39 -0400
  • b48fe824dd Updated CHANGELOG re:locale/font/enconding error/debug logging improvements. Issue #30 & PR #31 Morgan Aldridge 2024-08-25 12:26:10 -0400
  • 6bcb838940
    Merge pull request #31 from Hammster/fallback-font-loading Morgan Aldridge 2024-08-25 12:11:31 -0400
  • fb8e2339ce Added fallback XLFD font name, Removed dead code Hans Koch 2022-03-19 17:27:44 +0100
  • 8eb3738420 Updated mlvwm version number to 0.9.4 0.9.4 Morgan Aldridge 2021-09-09 11:40:07 -0400
  • 5d6b7e17c5 Updated CHANGELOG re:fixed xdotool window move & new SwallowFocusClick config command. Issue #25, Issue #24. Morgan Aldridge 2021-09-09 11:23:00 -0400
  • 7a3daaebf4 Updated manual page to describe the new 'SwallowFocusClick' config command. Issue #24 do-not-swallow-inactive-window-clicks Morgan Aldridge 2021-09-09 11:08:41 -0400
  • 2d324d13cf Updated handle_button_press() to appropriately pass initial click in inactive windows, plus added 'SwallowFocusClick' config command to disable the functionality. Issue #24 Morgan Aldridge 2021-09-09 11:01:44 -0400
  • f6b4a84199 Fixed config file parsing to prevent false-positive command matches in some edge cases Morgan Aldridge 2021-09-09 10:57:44 -0400
  • 692432b807 Update handle_configure_request() to not modify tmp_win before calling SetUpFrame(), plus reduced vars used. Issue #25 configure-request-window-move-fix Morgan Aldridge 2021-09-05 11:07:17 -0400
  • b039615084 Uncomment setting tmp_win->frame_x & tmp_win->frame_y in handle_configure_request() to fix xdotool not moving windows. Issue #25 Morgan Aldridge 2021-09-05 10:53:24 -0400
  • 24578885f2 META: Fix broken screenshot thumbnails in README.md Morgan Aldridge 2021-05-30 10:38:48 -0400
  • 694d9c26a1 META: Added screenshots to README.md Morgan Aldridge 2021-05-30 10:34:38 -0400
  • 70e08cf7cf Updated mlvwm version number to 0.9.3 0.9.3 Morgan Aldridge 2021-04-01 08:29:26 -0400
  • 71b9f4bb7a Updated CHANGELOG re:styling improvements. Issue #16 Morgan Aldridge 2021-03-25 16:15:02 -0400
  • 7bbc1f1bde Added initial CONTRIBUTING.md and linked to from README.md. Issue #14 Morgan Aldridge 2021-03-25 09:05:41 -0400
  • 9aaa7f42a6 Updated README.md Installation section to note installing via package managers Morgan Aldridge 2021-03-25 09:00:44 -0400
  • eb4c348b6a Fix typo & spacing in History section of README.md Morgan Aldridge 2021-03-25 08:51:31 -0400
  • 885f80f1e0 META: ignore vim temporary files Morgan Aldridge 2021-03-25 08:21:03 -0400
  • 1abad78a41 Grayscale scroll bar background pattern for default theme. Issue #16 Morgan Aldridge 2021-03-24 09:10:01 -0400
  • 6984cda115 More accurate rendering of title bar, esp. for default System7 theme. Issue #16 title-bar-theme-improvements Morgan Aldridge 2021-03-24 08:11:46 -0400
  • 5fd232652b More accurate rendering & positioning of close & min/max title bar buttons, esp. for default System7 theme. Issue #16 Morgan Aldridge 2021-03-24 07:34:35 -0400
  • 1d99100814 Added System6 configuration setting and first pass at forcing monochrome styling. Issue #18 System6 Morgan Aldridge 2021-03-21 16:28:17 -0400
  • 708a30f602 Fixed top left & right rounded corners in System8 theme. Issue #16, issue #17 Morgan Aldridge 2021-03-18 09:48:22 -0400
  • 9a32e76a33 Reduce window shadows by 1px. Issue #16, issue #20 Morgan Aldridge 2021-03-17 17:58:38 -0400
  • e822ec57b9 Merge branch 'master' into scroll-bar-theme-improvements scroll-bar-theme-improvements Morgan Aldridge 2021-03-17 15:27:52 -0400
  • c4fc6df49c Merge branch 'TheMorc-pixelmodifications' into master Morgan Aldridge 2021-03-17 15:16:55 -0400
  • e0823a6a15 Borders: Restore stripes around titlebar buttons & text on monochrome displays TheMorc-pixelmodifications Morgan Aldridge 2021-03-17 15:08:33 -0400
  • 89a829e8e2 Merge branch 'pixelmodifications' of https://github.com/TheMorc/mlvwm into TheMorc-pixelmodifications Morgan Aldridge 2021-03-17 14:45:59 -0400
  • 817ec609b9 More accurate rendering of scroll bars. Issue #16 Morgan Aldridge 2021-03-14 13:09:58 -0400
  • c1c65d7a44 Updated manual page to reflect new default ScrollBarWidth. Issue #16 Morgan Aldridge 2021-03-14 11:47:18 -0400
  • 6822305905 More accurate rendering of scroll bars. Issue #16 Morgan Aldridge 2021-03-14 11:40:42 -0400
  • da10f2cf46 More accurate rendering of resize boxes. Issue #16 Morgan Aldridge 2021-03-13 10:01:41 -0500
  • 95da6807a5 More accurate rendering of scrollbars. Issue #16 Morgan Aldridge 2021-03-13 09:28:23 -0500
  • 352a147fc8 Default scrollbar width to 16px. Issue #16 Morgan Aldridge 2021-03-13 09:27:36 -0500
  • 7d51d64c60 Merge branch 'pixelmodifications' of https://github.com/TheMorc/mlvwm into TheMorc-pixelmodifications Morgan Aldridge 2021-03-12 13:23:15 -0500
  • e4a31ff47a Updated CHANGELOG regarding new RoundedScreenCorners configuration setting. Issue #15 Morgan Aldridge 2021-03-12 12:09:00 -0500
  • da399d1bd9 Added RoundedScreenCorners config setting to manual page. Issue #15 Morgan Aldridge 2021-03-12 12:05:40 -0500
  • 30eecc92de
    Merge pull request #12 from TheMorc/roundedcorners Morgan Aldridge 2021-03-12 11:59:21 -0500
  • 8370f234a2 MLVWM: change the default font size from 14 to 12 TheMorc 2021-03-07 20:23:55 +0100
  • b36ef7942d Borders: Fix stripes and whitespace around titlebar buttons & text TheMorc 2021-03-07 11:38:52 +0100
  • ed66d041e8 Merge branch 'pixelmodifications' of https://github.com/TheMorc/mlvwm into TheMorc-pixelmodifications Morgan Aldridge 2021-03-07 15:33:31 -0500
  • 464b322653 MLVWM: change the default font size from 14 to 12 TheMorc 2021-03-07 20:23:55 +0100
  • 02d34fa5dd Borders: Fix stripes and whitespace around titlebar buttons & text TheMorc 2021-03-07 11:38:52 +0100
  • b02b7a0a95 Merge branch 'pixelmodifications' of https://github.com/TheMorc/mlvwm into TheMorc-pixelmodifications Morgan Aldridge 2021-03-07 13:28:03 -0500
  • d40c836bba
    Merge pull request #11 from TheMorc/gitignore Morgan Aldridge 2021-03-07 12:54:53 -0500
  • 5770821197 Meta: Add .gitignore TheMorc 2021-03-04 23:21:12 +0100
  • 9ea97d0641 Borders: Fix stripes and whitespace around titlebar buttons & text TheMorc 2021-03-07 11:38:52 +0100
  • 882e556d35 Add_Window&Borders: Move placement of titlebar buttons TheMorc 2021-03-07 11:16:42 +0100
  • 0a3517159f Borders&Event: Fix rectangle size on MinMax button TheMorc 2021-03-07 10:58:19 +0100
  • 4cd1d76fe1 Menus: Change menubar size to 20 TheMorc 2021-03-07 10:55:35 +0100
  • 8370be7cc1 Add RoundedScreenCorners config setting TheMorc 2021-03-06 19:35:32 +0100
  • 4910df83f7 Update CHANGELOG Morgan Aldridge 2021-01-30 15:06:32 -0500
  • 09ea1b39d4 Duplicate command string in RestartSystem() as it'll get freed in Done() before it's used. Issue #10 Morgan Aldridge 2021-01-30 15:01:56 -0500
  • e65b6ff507 Added new README.md for GitHub 0.9.2 Morgan Aldridge 2020-12-31 10:12:57 -0500
  • 3eabf02106 Update CHANGELOG Morgan Aldridge 2020-12-30 18:03:51 -0500
  • 0121f255f8 Merge branch 'sprintf-to-snprintf' Morgan Aldridge 2020-12-30 18:02:43 -0500
  • b6b147bdfe Update man page authors section and add a history section Morgan Aldridge 2020-12-30 17:50:43 -0500
  • 5c4b663a68 Updated man page to include description of EdgeResistance configuration option. Issue #8 Morgan Aldridge 2020-12-30 17:34:59 -0500
  • 5ed03df783 Convert strcat()s to snprintf()s. Issue #6 sprintf-to-snprintf Morgan Aldridge 2020-12-27 11:30:39 -0500
  • 7c8f22ff56 Convert sprintf()s to snprintf()s. Issue #6 Morgan Aldridge 2020-12-25 20:18:00 -0500
  • 67e74cbdd1 Fix compiler warnings Morgan Aldridge 2020-12-22 17:14:05 -0500
  • 6c2a9da7c6 Updated TaC's email address in copyright headers, at his request Morgan Aldridge 2020-12-19 12:35:02 -0500
  • e40f2cf685 Imported mlvwm 0.9.1 release 0.9.1 Morgan Aldridge 2015-04-04 20:01:23 -0400
  • 9c8f9eaaf2 Imported mlvwm 0.9.0 release 0.9.0 Morgan Aldridge 2015-04-04 19:58:04 -0400
  • adcec20bb8 Imported mlvwm 0.8.9 release 0.8.9 Morgan Aldridge 2015-04-04 19:54:38 -0400