diff options
author | rathnor <rathnor> | 2004-05-13 01:48:18 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-05-13 01:48:18 (GMT) |
commit | 9069ae0d80c278fcba837d50f75a49f18ea44c15 (patch) | |
tree | e7ebc3a06eb456fc7e8e138e0797591fc25c3a20 /ChangeLog | |
parent | 7ed9104ea85e3f7d23e0a523c71ad8dbe7c281c2 (diff) | |
download | fluxbox-9069ae0d80c278fcba837d50f75a49f18ea44c15.zip fluxbox-9069ae0d80c278fcba837d50f75a49f18ea44c15.tar.bz2 |
fix up a number of things for when a window hides while moving,
including a crash bug
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.10: | 2 | Changes for 0.9.10: |
3 | *04/05/13: | ||
4 | * Fix a crash when a window closes while [opaque] moving (Simon) | ||
5 | - also tidy up several related things when a window hides | ||
6 | - don't call frame().hide() explicitly, use FBW.hide(bool) | ||
7 | Window.hh/cc Workspace.hh/cc Screen.cc | ||
3 | *04/05/04: | 8 | *04/05/04: |
4 | * Fix EventManager bug/memory leak (possibly caused crash) (Simon) | 9 | * Fix EventManager bug/memory leak (possibly caused crash) (Simon) |
5 | EventManager.hh/cc | 10 | EventManager.hh/cc |