diff options
author | simonb <simonb> | 2007-01-07 11:55:14 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-01-07 11:55:14 (GMT) |
commit | 1cc7b60aa2c2e7a26f9ff6f1461ca0b8a97be8de (patch) | |
tree | 1de2b149b23e589a36c81bd2aa51092db7b6e190 /ChangeLog | |
parent | cfd33dd7a8f392253d8af9f418d86dc3083fc27d (diff) | |
download | fluxbox_pavel-1cc7b60aa2c2e7a26f9ff6f1461ca0b8a97be8de.zip fluxbox_pavel-1cc7b60aa2c2e7a26f9ff6f1461ca0b8a97be8de.tar.bz2 |
per-window transparency, including apps and menu support, plus some
infrastructure and related changes. Thanks for original patch from
Julien Trolet, dmxen at sourceforge dot net
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *07/01/07: | ||
4 | * Support per-window transparency settings. | ||
5 | - new "Transparency" menu in the window menu | ||
6 | - new apps file attribute: | ||
7 | [alpha] {int int} (or just {int}) | ||
8 | Where numbers represent focused and unfocused transparency, | ||
9 | respectively. One number only will be used for both. | ||
10 | - Also, show toggle status for shade and stick in window menu. | ||
11 | (Simon and thanks Julien Trolet, dmxen at sourceforge dot net) | ||
12 | sf.net patch #1511042, feature #1108692 | ||
13 | fluxbox-nls.hh AlphaMenu.hh/cc BoolMenuItem.hh FbTk/Menu.hh | ||
14 | FbTk/MenuItem.hh FbTk/Resource.hh FbWinFrame.hh/cc IntResMenuItem.hh/cc | ||
15 | MenuCreator.cc ObjectResource.hh Remember.hh/cc Screen.cc Slit.cc | ||
16 | Window.hh/cc Toolbar.cc Makefile.am | ||
3 | *07/01/06: | 17 | *07/01/06: |
4 | * Updated nb_NO translations (thanks emptydoor at users dot sf dot net) | 18 | * Updated nb_NO translations (thanks emptydoor at users dot sf dot net) |
5 | nls/nb_NO/Translation.m | 19 | nls/nb_NO/Translation.m |