aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-18 12:12:30 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-18 12:12:30 (GMT)
commit37b18a9694122e285286757df2a74213b8d27a3e (patch)
tree035d68db3def39a72ce9d41e7337e93c7e768560 /ChangeLog
parent2ab539073b115e3e05cab6b95c4ea638bd8d1b6f (diff)
downloadfluxbox-37b18a9694122e285286757df2a74213b8d27a3e.zip
fluxbox-37b18a9694122e285286757df2a74213b8d27a3e.tar.bz2
combined code for saved window positions and MoveTo key command
added left, right, top, and bottom center reference points
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c0b78c..e0bd9ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1 2Changes for 1.1
3*08/08/18: 3*08/08/18:
4 * Combined code for MoveTo key command and saved window positions (Mark)
5 Side effects:
6 - both now have the following options: TopLeft Left BottomLeft Top Center
7 Bottom TopRight Right BottomRight
8 - the CENTER reference in apps now behaves like WINCENTER
9 - some previously saved positions will be wrong, since they are now
10 computed relative to the toolbar and slit
11 - CENTER/WINCENTER will now work properly with Xinerama when placing the
12 window on a head other than the top left one
13 CurrentWindowCmd.cc/hh Remember.cc Window.cc/hh
4 * Add Top Center, Left Center, Right Center, and Bottom Center tab placement 14 * Add Top Center, Left Center, Right Center, and Bottom Center tab placement
5 options (Mark) 15 options (Mark)
6 FbWinFrame.cc/hh Screen.cc FbTk/Container.cc/hh 16 FbWinFrame.cc/hh Screen.cc FbTk/Container.cc/hh