From: <dom...@us...> - 2010-12-31 17:30:00
|
Revision: 45 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=45&view=rev Author: dominique_libre Date: 2010-12-31 17:29:54 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Debug-Functions : cleanup and support for font preferences Modified Paths: -------------- ChangeLog fvwm/components/functions/Debug-Functions Modified: ChangeLog =================================================================== --- ChangeLog 2010-12-31 17:04:27 UTC (rev 44) +++ ChangeLog 2010-12-31 17:29:54 UTC (rev 45) @@ -7,6 +7,7 @@ released here or in the contrib directory. Work for me but certainly not portable at that time. * Icon-Thumbnails : cleanup and added comment + * Debug-Functions : cleanup and support for font preferences Mercredi 23 décembre 2010 Dominique Michel * New Amiga focus policy : click to focus without raise, Modified: fvwm/components/functions/Debug-Functions =================================================================== --- fvwm/components/functions/Debug-Functions 2010-12-31 17:04:27 UTC (rev 44) +++ fvwm/components/functions/Debug-Functions 2010-12-31 17:29:54 UTC (rev 45) @@ -16,13 +16,11 @@ *FvwmIconMan-Debug-WindowList: Title "Debug Window List: Title [icon:icon title] | class/resource" PipeRead "echo *FvwmIconMan-Debug-WindowList: ButtonGeometry $((($[vp.width]-12)/2))x24" *FvwmIconMan-Debug-WindowList: ManagerGeometry +3+3 -*FvwmIconMan-Debug-WindowList: Font "xft:Verdana:pixelsize=14" -Test (EnvIsSet FVWM_FLAG_UTF_8) *FvwmIconMan-Debug-WindowList: Font "xft:Verdana:pixelsize=14:encoding=iso10646-1" +*FvwmIconMan-Debug-WindowList: Font "xft:$[panel_font]:pixelsize=$[panel_font_size]:encoding=iso10646-1" *FvwmIconMan-Debug-WindowList: Tips always *FvwmIconMan-Debug-WindowList: TipsDelays 400 100 *FvwmIconMan-Debug-WindowList: TipsFormat "%c/%r" -*FvwmIconMan-Debug-WindowList: TipsFont "xft:Verdana:pixelsize=12:Bold" -Test (EnvIsSet FVWM_FLAG_UTF_8) *FvwmIconMan-Debug-WindowList: TipsFont "xft:Verdana:pixelsize=12:Bold:encoding=iso10646-1" +*FvwmIconMan-Debug-WindowList: TipsFont "xft:$[panel_font]:pixelsize=$[panel_font_size]:Bold:encoding=iso10646-1" *FvwmIconMan-Debug-WindowList: TipsBorderWidth 2 *FvwmIconMan-Debug-WindowList: TipsColorset $[cs_panel_inactive] *FvwmIconMan-Debug-WindowList: TipsJustification leftup @@ -46,6 +44,7 @@ Module FvwmIconMan FvwmIconMan-Debug-WindowList *FvwmIdent: Colorset $[cs_panel_active] +*FvwmIdent: Font "xft:$[panel_font]:pixelsize=$[panel_font_size]:encoding=iso10646-1" *FvwmIdent: MinimalLayer 6 DestroyMenu /Debug/WindowList This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |