diff options
author | rathnor <rathnor> | 2003-10-28 02:17:03 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-28 02:17:03 (GMT) |
commit | f5f979ef374623fffc321300ec7f699acd20e426 (patch) | |
tree | 71badb4166aeeecda67a94849940e009a02e045c /ChangeLog | |
parent | 6b9b0e89e4549787077ccbdef67893443c76dc75 (diff) | |
download | fluxbox_lack-f5f979ef374623fffc321300ec7f699acd20e426.zip fluxbox_lack-f5f979ef374623fffc321300ec7f699acd20e426.tar.bz2 |
make client windows only reparented one below toplevel - i.e. not into
clientarea
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.6: | 2 | Changes for 0.9.6: |
3 | *03/10/27: | ||
4 | * Change FbWinFrame to NOT reparent client windows into clientarea (Simon) | ||
5 | - fixes (I think) java bug with missing drawing bits of window | ||
6 | - allows us to remove some dodgy "and for parent" hacks (not done in | ||
7 | this patch, but will be in new action system which depends on this) | ||
8 | - clientarea still exists for future implementation of improved | ||
9 | sizing, particularly to provide a backing to clients that don't | ||
10 | take up the whole area. | ||
11 | FbWinFrame.hh/cc Window.hh/cc fluxbox.cc | ||
3 | *03/10/26: | 12 | *03/10/26: |
4 | * Fixed bug in FbWindow::setNew (Henrik) | 13 | * Fixed bug in FbWindow::setNew (Henrik) |
5 | It didn't update member variables | 14 | It didn't update member variables |