aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2005-06-18 13:47:36 (GMT)
committermathias <mathias>2005-06-18 13:47:36 (GMT)
commit019da77c56f951793dfdcb4f04a2fe827f26a835 (patch)
tree7cd7ed6867e639c8c9db6bd48d2de70b15e0ff22 /ChangeLog
parenta8d7752804bcf5ed21dd3df2464a153227391422 (diff)
downloadfluxbox-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62d3d7e..34907bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.14: 2Changes 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: