Commit Graph

47 Commits

Author SHA1 Message Date
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
Morgan Aldridge
30eecc92de
Merge pull request #12 from TheMorc/roundedcorners
Add RoundedScreenCorners config setting. Issue #15
2021-03-12 11:59:21 -05:00
TheMorc
8370f234a2 MLVWM: change the default font size from 14 to 12 2021-03-10 18:42:32 +01:00
TheMorc
b36ef7942d Borders: Fix stripes and whitespace around titlebar buttons & text 2021-03-10 18:42:32 +01:00
Morgan Aldridge
ed66d041e8 Merge branch 'pixelmodifications' of https://github.com/TheMorc/mlvwm into TheMorc-pixelmodifications 2021-03-07 15:33:31 -05:00
TheMorc
464b322653 MLVWM: change the default font size from 14 to 12 2021-03-07 20:36:21 +01:00
TheMorc
02d34fa5dd Borders: Fix stripes and whitespace around titlebar buttons & text 2021-03-07 20:36:21 +01:00
Morgan Aldridge
b02b7a0a95 Merge branch 'pixelmodifications' of https://github.com/TheMorc/mlvwm into TheMorc-pixelmodifications 2021-03-07 13:28:03 -05:00
Morgan Aldridge
d40c836bba
Merge pull request #11 from TheMorc/gitignore
Meta: Add .gitignore
2021-03-07 12:54:53 -05:00
TheMorc
5770821197 Meta: Add .gitignore
Adding .gitignore so we don't mistakenly push compiled stuff over
to the repo. Now also with ignored files for QtCreator.
2021-03-07 18:48:00 +01:00
TheMorc
9ea97d0641 Borders: Fix stripes and whitespace around titlebar buttons & text 2021-03-07 11:38:52 +01:00
TheMorc
882e556d35 Add_Window&Borders: Move placement of titlebar buttons
These changes don't seem to break the System7 theme at all.
2021-03-07 11:17:39 +01:00
TheMorc
0a3517159f Borders&Event: Fix rectangle size on MinMax button 2021-03-07 10:58:19 +01:00
TheMorc
4cd1d76fe1 Menus: Change menubar size to 20 2021-03-07 10:55:35 +01:00
TheMorc
8370be7cc1 Add RoundedScreenCorners config setting
This setting enables drawing of all rounded screen corners

(small interesting thing: Mac OS 9 had rounded screen corners but
they must've disabled them later because I don't have them on my
snow 2003 iBook G3.)
2021-03-06 19:35:32 +01:00
Morgan Aldridge
4910df83f7 Update CHANGELOG 2021-01-30 15:06:32 -05:00
Morgan Aldridge
09ea1b39d4 Duplicate command string in RestartSystem() as it'll get freed in Done() before it's used. Issue #10 2021-01-30 15:01:56 -05:00
Morgan Aldridge
e65b6ff507 Added new README.md for GitHub 2020-12-31 10:12:57 -05:00
Morgan Aldridge
3eabf02106 Update CHANGELOG 2020-12-30 18:03:51 -05:00
Morgan Aldridge
0121f255f8 Merge branch 'sprintf-to-snprintf' 2020-12-30 18:02:43 -05:00
Morgan Aldridge
b6b147bdfe Update man page authors section and add a history section 2020-12-30 17:50:43 -05:00
Morgan Aldridge
5c4b663a68 Updated man page to include description of EdgeResistance configuration option. Issue #8 2020-12-30 17:34:59 -05:00
Morgan Aldridge
5ed03df783 Convert strcat()s to snprintf()s. Issue #6 2020-12-27 11:30:39 -05:00
Morgan Aldridge
7c8f22ff56 Convert sprintf()s to snprintf()s. Issue #6 2020-12-25 20:51:46 -05:00
Morgan Aldridge
67e74cbdd1 Fix compiler warnings 2020-12-22 17:14:05 -05:00
Morgan Aldridge
6c2a9da7c6 Updated TaC's email address in copyright headers, at his request 2020-12-19 12:35:02 -05:00
Morgan Aldridge
e40f2cf685 Imported mlvwm 0.9.1 release 2015-04-04 20:01:23 -04:00
Morgan Aldridge
9c8f9eaaf2 Imported mlvwm 0.9.0 release 2015-04-04 19:58:04 -04:00
Morgan Aldridge
adcec20bb8 Imported mlvwm 0.8.9 release 2015-04-04 19:54:38 -04:00