aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-02-02 19:04:57 (GMT)
committermarkt <markt>2007-02-02 19:04:57 (GMT)
commit2b25b05b27a0d4735ace950d667510bb4cf309b7 (patch)
tree7e426a707fb2195e4e357e06a58a51062a8dcdf7 /ChangeLog
parentde9ac128956c08aef22e68306c4f3fdcfde0221d (diff)
downloadfluxbox-2b25b05b27a0d4735ace950d667510bb4cf309b7.zip
fluxbox-2b25b05b27a0d4735ace950d667510bb4cf309b7.tar.bz2
added SetAlpha key command
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 278079f..61408c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*07/02/02:
4 * Update window transparency immediately when using pseudotransparency,
5 also introduced new key command: SetAlpha [[+-]<int> [[+-]<int>]] (Mark)
6 - with no arguments, returns the focused window to default settings
7 - with one argument, changes both focused and unfocused settings the same
8 way
9 - with two arguments, the first changes the focused alpha, and the second
10 changes the unfocused alpha
11 E.g. SetAlpha 127 +5 will set the focused alpha to 127 and increment the
12 unfocused alpha by 5 (until it reaches 255)
13 FbWinFrame.cc FbCommandFactory.cc CurrentWindowCmd.cc/hh
3*07/01/26: 14*07/01/26:
4 * Fix default workspace names, and don't show empty menus (Mark) 15 * Fix default workspace names, and don't show empty menus (Mark)
5 Workspace.cc FbTk/Menu.cc 16 Workspace.cc FbTk/Menu.cc