From: <dom...@us...> - 2013-05-18 22:18:07
|
Revision: 423 http://sourceforge.net/p/fvwm-crystal/code/423 Author: dominique_libre Date: 2013-05-18 22:18:04 +0000 (Sat, 18 May 2013) Log Message: ----------- NEWS: Kenneth E. Lester, Jr. gave me the persmission to use his icons. functions/BlingBling: added FvwmIconMan into the exclude styles Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/BlingBling Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-17 21:54:55 UTC (rev 422) +++ ChangeLog 2013-05-18 22:18:04 UTC (rev 423) @@ -1,5 +1,9 @@ ChangeLog for FVWM-Crystal +Samedi 18 Mai 2013 Dominique Michel + NEWS: Kenneth E. Lester, Jr. gave me the persmission to use his icons. + functions/BlingBling: added FvwmIconMan into the exclude styles + Vendredi 17 Mai 2013 Dominique Michel Udated the French locale with the new strings. doc/FAQ: added 3.11 about theme consistancy with applications Modified: NEWS =================================================================== --- NEWS 2013-05-17 21:54:55 UTC (rev 422) +++ NEWS 2013-05-18 22:18:04 UTC (rev 423) @@ -1,3 +1,7 @@ +- Kenneth E. Lester, Jr. kindly gave me the permission to use his icons. + His original and beautiful work can be find at + http://www.five-star.com/icons.htm + Version 3.1.12 -------------- Modified: fvwm/components/functions/BlingBling =================================================================== --- fvwm/components/functions/BlingBling 2013-05-17 21:54:55 UTC (rev 422) +++ fvwm/components/functions/BlingBling 2013-05-18 22:18:04 UTC (rev 423) @@ -1,12 +1,12 @@ # Function Bling bling for FVWM-Crystal # -# Version: 0.9.0 +# Version: 0.9.1 # Licence: GPL 2 # # Author: Dominique Michel <dom...@us...> # # Created: 15/05/2013 -# Changed: 15/05/2013 +# Changed: 18/05/2013 # # Description: This function will change the windows translucency # with focus change. Original idea: Gronono on the gentoo forum @@ -18,8 +18,8 @@ # Set last focused window translucent, and focused window opaque DestroyFunc FvwmTranslucensyChange AddToFunc FvwmTranslucencyChange -+ I ThisWindow (!FvwmButtons*, !ApplicationPanel, !FvwmPager*, !Iconic) Exec $[FVWM_SYSTEMDIR]/scripts/SetTranslucency $[LastFocus] $[w.id] -+ I ThisWindow (!FvwmButtons*, !ApplicationPanel, !FvwmPager*, !Iconic) SetEnv LastFocus $[w.id] ++ I ThisWindow (!FvwmButtons*, !ApplicationPanel, !FvwmPager*, !FvwmIconMan*, !Iconic) Exec $[FVWM_SYSTEMDIR]/scripts/SetTranslucency $[LastFocus] $[w.id] ++ I ThisWindow (!FvwmButtons*, !ApplicationPanel, !FvwmPager*, !FvwmIconMan*, !Iconic) SetEnv LastFocus $[w.id] # FvwmEvent config DestroyModuleConfig FvwmTranslucencyChangeEvent: * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |