summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-07-31 14:10:55 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-07-31 14:10:55 (GMT)
commit8dd5c32785f13f36633b81a30186b977d740bf8b (patch)
tree72e2f2fed5f6061a545aea89677902efe6f84bec /ChangeLog
parent5436e993cdf88474bf2f8c3a80a5b7dfcf3af3e1 (diff)
downloadtk-8dd5c32785f13f36633b81a30186b977d740bf8b.zip
tk-8dd5c32785f13f36633b81a30186b977d740bf8b.tar.gz
tk-8dd5c32785f13f36633b81a30186b977d740bf8b.tar.bz2
Postpone paned-window layout arrangement on geometry event until idle,
as is done in other window managers, to fix problems with size calculations when the children don't already know their sizes anyway. Now the layout of the vertical pane demo works better (overall initial window width is right!)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46113a7..b6084c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-07-31 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tkPanedWindow.c (PanedWindowReqProc): Postpone pane
+ arrangement until idle, as is done in other window managers, to
+ fix problems with size calculations when the children don't
+ already know their sizes anyway.
+
+ * unix/configure: Regen.
+ * unix/tcl.m4: Update from Tcl.
+
2002-07-29 Mo DeJong <mdejong@users.sourceforge.net>
* unix/configure: Regen.