diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,12 +2,21 @@ | |||
2 | 2 | ||
3 | Changes for 1.3.1 | 3 | Changes for 1.3.1 |
4 | 4 | ||
5 | *11/02/25: | ||
6 | * Bugfix: submenus didn't hide if session*menuDelay was > 0 (Mathias) | ||
7 | FbTk/Menu.cc AttentionHandler.cc | ||
8 | |||
5 | *11/02/24: | 9 | *11/02/24: |
10 | * Bugfix: do not crash when moving transient windows between Workspaces (Mathias) | ||
11 | Workspace.cc | ||
12 | * Bugfix: correct calculation of SystemTray width / height, closes #3150939 (Mathias) | ||
13 | SystemTray.cc | ||
6 | * Bugfix: place WindowMenu correctly upon first call, closes #2731524 (Mathias) | 14 | * Bugfix: place WindowMenu correctly upon first call, closes #2731524 (Mathias) |
7 | Window.cc | 15 | Window.cc |
8 | * Code cleanup (Mathias) | 16 | * Code cleanup (Mathias) |
9 | WorkspaceMenu.cc FbCommands.cc IconbarTool.cc ScreenPlacement.{cc,hh} | 17 | WorkspaceMenu.cc FbCommands.cc IconbarTool.cc ScreenPlacement.{cc,hh} |
10 | Slit.cc ToolFactory.cc Toolbar.cc Window.cc IconButton.cc | 18 | Slit.cc ToolFactory.cc Toolbar.cc Window.cc IconButton.cc |
19 | FbTk/{X}LayerItem.{cc,hh} | ||
11 | 20 | ||
12 | *11/02/23: | 21 | *11/02/23: |
13 | * Bugfix: possible crash when getting an Unmap before a FocusIn event (Henrik) | 22 | * Bugfix: possible crash when getting an Unmap before a FocusIn event (Henrik) |