diff options
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 |