mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-09 18:15:54 +01:00
- If fonts are specified as xlfd, convert to fc names before creating them.
This was we internally only deal with fc names and properties. It will incur a small performance hit as the font needs to be parsed/unparsed, but this is only for backward-compatibility to support old xlfd names. People are encouraged to swtich to fontconfig names. - WINGs no longer adds sans as a fallback for internal fonts. It is automatically done by fontconfig (if it can't find the requested font it will use the closest match which is the default font: sans-serif) - Added code to honor the AntialiasesText global option - Fixed style names for WMCopyFontWithStyle() - Added fonts in style files where they were missing. Also changed some fonts to better defaults.
This commit is contained in:
5
TODO
5
TODO
@@ -5,13 +5,9 @@ To do before next release:
|
||||
and give a warning if font is not converted, but let user manually convert
|
||||
it with convertfonts as the process may need manual tweaking for best
|
||||
results)
|
||||
- figure out a better gnustep path for wprefs.app installation
|
||||
- check whether window states are being saved/restored properly via netwm
|
||||
on restart/crash-restart (grep for XXX/TODO)
|
||||
|
||||
1. make AntialiasedText in WMGLOBAL work
|
||||
2. make wmaker read old xlfd, but warn about them so people use convert
|
||||
(I think it reads them, but the warning needs to be added)
|
||||
|
||||
=====================================================================
|
||||
|
||||
@@ -29,6 +25,7 @@ Do ASAP:
|
||||
|
||||
Need to do:
|
||||
===========
|
||||
- figure out a better gnustep path for wprefs.app installation
|
||||
- impelment a generic pixmap type, which receives attributes
|
||||
(scaled/maxscaled/centered/tiled, smoothed, size/position, ...)
|
||||
- allow user to select/restore default root menu from wprefs
|
||||
|
||||
Reference in New Issue
Block a user