all repos — fluxbox @ 3eea27600b10941cc3d47fa7c84cfaea982459ed

custom fork of the fluxbox windowmanager

updated ChangeLog
Mathias Gumz akira at fluxbox dot org
commit

3eea27600b10941cc3d47fa7c84cfaea982459ed

parent

1fe7245f40f50b9d139d576e0036036d0dcfa3a2

1 files changed, 9 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -2,12 +2,21 @@ (Format: Year/Month/Day)

Changes for 1.3.1 +*11/02/25: + * Bugfix: submenus didn't hide if session*menuDelay was > 0 (Mathias) + FbTk/Menu.cc AttentionHandler.cc + *11/02/24: + * Bugfix: do not crash when moving transient windows between Workspaces (Mathias) + Workspace.cc + * Bugfix: correct calculation of SystemTray width / height, closes #3150939 (Mathias) + SystemTray.cc * Bugfix: place WindowMenu correctly upon first call, closes #2731524 (Mathias) Window.cc * Code cleanup (Mathias) WorkspaceMenu.cc FbCommands.cc IconbarTool.cc ScreenPlacement.{cc,hh} Slit.cc ToolFactory.cc Toolbar.cc Window.cc IconButton.cc + FbTk/{X}LayerItem.{cc,hh} *11/02/23: * Bugfix: possible crash when getting an Unmap before a FocusIn event (Henrik)