From: <dom...@us...> - 2014-10-28 17:12:58
|
Revision: 653 http://sourceforge.net/p/fvwm-crystal/code/653 Author: dominique_libre Date: 2014-10-28 17:12:55 +0000 (Tue, 28 Oct 2014) Log Message: ----------- functions/Fullscreen: Updated comments. Modified Paths: -------------- ChangeLog fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2014-10-28 17:09:37 UTC (rev 652) +++ ChangeLog 2014-10-28 17:12:55 UTC (rev 653) @@ -10,7 +10,7 @@ preferences. It can edit 1 file at a time. Multiple instances can be launched. A help file must be provided that describe the edited file. apps/DesktopIcons: Add support for arbitrary directories. - + functions/Fullscreen: Updated comments. vendredi 17 octobre 2014 script PrefVars: Add the full screen by default preference into the editor. Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2014-10-28 17:09:37 UTC (rev 652) +++ fvwm/components/functions/Fullscreen 2014-10-28 17:12:55 UTC (rev 653) @@ -32,8 +32,12 @@ # Know bugs, limitations: # - some terminals and gvim does not scale corectly in full-screen. This is because # they use characters instead of pixels to adjust their width. -# If you know how to fix this, please send me a mail: -# <dom...@us...> +# Sometime, it work well the second time you put the window in full screen. +# - Thomas, if you read this, don't tell me you don't like the evolution of that FS function, I know it -) +# but tell me how I can get the State attributes to work fully after a Restart, +# so I can get ride of the temporary files. +# Please don't tell me the State attributes work well after a Restart, it was NEVER the case with the FS function, +# and it is the only reason why I am using temporary files here. DM InfoStoreAdd TmpDirectory "/tmp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |