From: <dom...@us...> - 2013-05-01 18:17:01
|
Revision: 333 http://sourceforge.net/p/fvwm-crystal/code/333 Author: dominique_libre Date: 2013-05-01 18:16:56 +0000 (Wed, 01 May 2013) Log Message: ----------- Changed svn version to 3.1.8; functions/Icon-Thumbnails: fix for desiconification of fullscreen windows; fix the focus when restoring the window Modified Paths: -------------- ChangeLog fvwm/components/functions/About fvwm/components/functions/Icon-Thumbnails Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-30 14:43:03 UTC (rev 332) +++ ChangeLog 2013-05-01 18:16:56 UTC (rev 333) @@ -1,5 +1,10 @@ ChangeLog for FVWM-Crystal +Mercredi 1 Mai 2913 Dominique Michel + updated the version to 3.1.8 + functions/Icon-Thumbnails: fix for desiconification of fullscreen windows; + fix the focus when restoring the window + Mardi 30 Avril 2013 Dominique Michel functions/FvwmExpose: Added comment about synchronization recipes/Amiga: Commented out FvwmExpose Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-04-30 14:43:03 UTC (rev 332) +++ fvwm/components/functions/About 2013-05-01 18:16:56 UTC (rev 333) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.1.7" +*About: Text "$[gt.Version]: 3.1.8" *About: Line center *About: Line center *About: Text "$[gt.Original author]: Maciej Delmanowski <ha...@gn...>" Modified: fvwm/components/functions/Icon-Thumbnails =================================================================== --- fvwm/components/functions/Icon-Thumbnails 2013-04-30 14:43:03 UTC (rev 332) +++ fvwm/components/functions/Icon-Thumbnails 2013-05-01 18:16:56 UTC (rev 333) @@ -73,7 +73,8 @@ DestroyFunc RemoveThumbnail AddToFunc RemoveThumbnail + I ThisWindow (!State 5) Break -+ I WindowId $[w.id] Window-Focus-CurrentDesk ++ I ThisWindow DestroyWindowStyle ++ I Schedule 100 WindowId $[w.id] Window-Focus-CurrentDesk + I ThisWindow (!State 4) State 5 false + I ThisWindow (!State 4) Break # Keep this in for the benefit of FVWM 2.5.13, although versions @@ -81,9 +82,9 @@ + I PipeRead "echo WindowStyle Icon \\$\\[Icon-$[w.id]\\]" + I WindowId $[w.id] Layer 0 4 + I UnsetEnv Icon-$[w.id] -+ I DestroyWindowStyle + I Test (f $[ThumbDirectory]/icon.tmp.$[w.id].png) Exec exec rm -f $[ThumbDirectory]/icon.tmp.$[w.id].png + I State 4 false ++ I Test (f $[infostore.TmpDirectory]/fullscreen.19.$[w.id].$[page.nx].$[page.ny].tmp) ThisWindow Fullscreen-Start # Restore the thumbnails after session restart DestroyFunc RecoverThumbnails This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |