diff options
author | markt <markt> | 2007-02-02 19:10:58 (GMT) |
---|---|---|
committer | markt <markt> | 2007-02-02 19:10:58 (GMT) |
commit | 2f4d0f6cdea116e203daddffae4ab2be802b024f (patch) | |
tree | 3241b9fba150d8410ea3401aa6e31abc2887bf03 /ChangeLog | |
parent | 2b25b05b27a0d4735ace950d667510bb4cf309b7 (diff) | |
download | fluxbox-2f4d0f6cdea116e203daddffae4ab2be802b024f.zip fluxbox-2f4d0f6cdea116e203daddffae4ab2be802b024f.tar.bz2 |
revert svn 4684, transparency in window buttons
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *07/02/02: | 3 | *07/02/02: |
4 | * Reverted patch from svn 4684, allowing transparency in window buttons, | ||
5 | until we get it working with titlebar transparency, since the old buggy | ||
6 | behavior at least didn't break settings already in use (Mark) | ||
7 | FbWinFrame.cc WinButton.cc/hh | ||
4 | * Update window transparency immediately when using pseudotransparency, | 8 | * Update window transparency immediately when using pseudotransparency, |
5 | also introduced new key command: SetAlpha [[+-]<int> [[+-]<int>]] (Mark) | 9 | also introduced new key command: SetAlpha [[+-]<int> [[+-]<int>]] (Mark) |
6 | - with no arguments, returns the focused window to default settings | 10 | - with no arguments, returns the focused window to default settings |
@@ -25,9 +29,6 @@ Changes for 1.0rc3: | |||
25 | * Detect user's shell from environment rather than assuming /bin/sh (Mark) | 29 | * Detect user's shell from environment rather than assuming /bin/sh (Mark) |
26 | FbCommands.cc | 30 | FbCommands.cc |
27 | *07/01/21: | 31 | *07/01/21: |
28 | * Allow transparency in window buttons, so they show the titlebar underneath | ||
29 | instead of black (Mark) | ||
30 | WinButton.cc/hh FbWinFrame.cc | ||
31 | * Little fix for closing tabs with non-default gravity (Mark) | 32 | * Little fix for closing tabs with non-default gravity (Mark) |
32 | Window.cc | 33 | Window.cc |
33 | * Several fixes for menu behavior (Mark) | 34 | * Several fixes for menu behavior (Mark) |