diff options
author | mathias <mathias> | 2005-04-23 08:11:42 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-04-23 08:11:42 (GMT) |
commit | b0076fb3b4e49b07f3fdca6004630d52a8a2ab50 (patch) | |
tree | 5e1c58dc15cb98111063d4b7634b22a4c7e860f6 /ChangeLog | |
parent | d1876666c91b6f71566db7cf4034709283cf2ee6 (diff) | |
download | fluxbox_pavel-b0076fb3b4e49b07f3fdca6004630d52a8a2ab50.zip fluxbox_pavel-b0076fb3b4e49b07f3fdca6004630d52a8a2ab50.tar.bz2 |
fixed #1020399 aka broken ShowDesktop, its an error to travers the
workspace-windowlist and deiconify each window coz that list is
modified each time a window is iconified. a copy of that list solves
the problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.13 | 2 | Changes for 0.9.13 |
3 | *05/04/23: | ||
4 | * Fixed #1020399 aka broken ShowDesktop - command (mathias) | ||
5 | WorkspaceCmd.cc | ||
3 | *05/04/22: | 6 | *05/04/22: |
4 | * clear maximized-Flags of a resized/moved Window (Mathias= | 7 | * clear maximized-Flags of a resized/moved Window (Mathias) |
5 | Window.cc | 8 | Window.cc |
6 | * fixed Iconified+Sticky Windows not shown in Iconbar (Mathias) | 9 | * fixed Iconified+Sticky Windows not shown in Iconbar (Mathias) |
7 | (when in WorkspaceIcons-Mode | 10 | (when in WorkspaceIcons-Mode |