Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   nia
Date:           Mon Oct 12 11:07:24 UTC 2020

Modified Files:
        src/distrib/sets/lists/xbase: mi
        src/external/mit/ctwm/etc: system.ctwmrc
        src/external/mit/ctwm/libexec: Makefile ctwm_app_menu
Added Files:
        src/external/mit/ctwm/libexec: ctwm_font_size

Log Message:
Automatic font scaling based on screen size in the default ctwm config.

Based on a shell script which gets the DPI from the X server, and if this
fails, attempts to guess based on resolution. Taking advantage of M4 macros
in the ctwmrc, we can also scale the workspace manager and window list.

The following sizes are supported: 6x12 (<800x600) 8x16 12x24 (4k and higher)
16x32 32x64

Also makes Spleen the default font in ctwm


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/distrib/sets/lists/xbase/mi
cvs rdiff -u -r1.7 -r1.8 src/external/mit/ctwm/etc/system.ctwmrc
cvs rdiff -u -r1.1 -r1.2 src/external/mit/ctwm/libexec/Makefile \
    src/external/mit/ctwm/libexec/ctwm_app_menu
cvs rdiff -u -r0 -r1.1 src/external/mit/ctwm/libexec/ctwm_font_size

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index