diff options
author | mathias <mathias> | 2005-06-18 13:47:36 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-06-18 13:47:36 (GMT) |
commit | 019da77c56f951793dfdcb4f04a2fe827f26a835 (patch) | |
tree | 7cd7ed6867e639c8c9db6bd48d2de70b15e0ff22 /ChangeLog | |
parent | a8d7752804bcf5ed21dd3df2464a153227391422 (diff) | |
download | fluxbox-019da77c56f951793dfdcb4f04a2fe827f26a835.zip fluxbox-019da77c56f951793dfdcb4f04a2fe827f26a835.tar.bz2 |
Fixes #1116965, shadwd windows on restart:
shaded icons behaved badly on restart, they went into a real stupid state:
somehow shaded, but at the same time iconic, so you werent able to unshade,
resize them properly.
i fixed that by applying NormalState on shutdowntime (see
FluxboxWindow::restore(), unshading a shaded frame to get good
window dimensions and on init() i mark the window initialized and connect it
to Fluxbox::attachSignals() a bit later.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.14: | 2 | Changes for 0.9.14: |
3 | *05/06/18: | 3 | *05/06/18: |
4 | * Fixes #1116965, shadwd windows on restart (Mathias) | ||
5 | Window.cc | ||
4 | * little Fix for font effects (Mathias) | 6 | * little Fix for font effects (Mathias) |
5 | FbTk/ThemeItems.cc | 7 | FbTk/ThemeItems.cc |
6 | *05/06/15: | 8 | *05/06/15: |