summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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