diff options
author | rathnor <rathnor> | 2003-07-28 15:06:36 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-28 15:06:36 (GMT) |
commit | d353b688dec41daddeec9696586a4519f58cce45 (patch) | |
tree | 322a29e0e31cb15a7725047c10144c4ab3d5e130 /ChangeLog | |
parent | f9bb208da8e8926281c91f3e386ec1de48f700a2 (diff) | |
download | fluxbox_pavel-d353b688dec41daddeec9696586a4519f58cce45.zip fluxbox_pavel-d353b688dec41daddeec9696586a4519f58cce45.tar.bz2 |
update many things to use WinClient instead of FluxboxWindow
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 0.9.5: | 2 | Changes for 0.9.5: |
3 | *03/07/29: | ||
4 | * Change: (Simon) | ||
5 | - Fluxbox::window search | ||
6 | - Fluxbox::m_focused_window | ||
7 | - strut saving | ||
8 | - Some event handling | ||
9 | - and more | ||
10 | to use WinClient, not FluxboxWindow. | ||
11 | This should fix some bugs where things weren't consistent and | ||
12 | hopefully sets the stage to fix various other things that get out of | ||
13 | whack. | ||
14 | fluxbox.hh/cc Screen.hh/cc Window.hh/cc Workspace.cc WinClient.hh/cc | ||
15 | CurrentWindowCmd.hh/cc AtomHandler.hh Ewmh.hh/cc Gnome.hh/cc | ||
16 | Remember.hh ToolbarHandler.hh Toolbar.cc CurrentWindowCmd.hh/cc | ||
3 | *03/07/28: | 17 | *03/07/28: |
4 | * Added MoveTabLeft and MoveTabRight commands (Henrik) | 18 | * Added MoveTabLeft and MoveTabRight commands (Henrik) |
5 | Window.hh/cc, FbWinFrame.hh/cc, FbCommandFactory.cc | 19 | Window.hh/cc, FbWinFrame.hh/cc, FbCommandFactory.cc |