aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-28 02:17:03 (GMT)
committerrathnor <rathnor>2003-10-28 02:17:03 (GMT)
commitf5f979ef374623fffc321300ec7f699acd20e426 (patch)
tree71badb4166aeeecda67a94849940e009a02e045c /ChangeLog
parent6b9b0e89e4549787077ccbdef67893443c76dc75 (diff)
downloadfluxbox_pavel-f5f979ef374623fffc321300ec7f699acd20e426.zip
fluxbox_pavel-f5f979ef374623fffc321300ec7f699acd20e426.tar.bz2
make client windows only reparented one below toplevel - i.e. not into
clientarea
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3caf342..7b6d846 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.6: 2Changes 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