diff options
author | hobbs <hobbs> | 2005-05-31 05:22:05 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-05-31 05:22:05 (GMT) |
commit | fc78e34773eccf9b18da80e95c97c21a9f95bdb7 (patch) | |
tree | 3ef6cf82a65462c23f70bf33cb38492c0044e91c /ChangeLog | |
parent | 953aa290e058aea0a6289ac56b5be357466d470c (diff) | |
download | tk-fc78e34773eccf9b18da80e95c97c21a9f95bdb7.zip tk-fc78e34773eccf9b18da80e95c97c21a9f95bdb7.tar.gz tk-fc78e34773eccf9b18da80e95c97c21a9f95bdb7.tar.bz2 |
* generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes
to panedwindow from Daniel South. Improved auto-size to fit
internal windows, fixed sash placement at edge of pane, fixed
calculation of stretch amount for internal windows.
[Bug 1124198 1161543 1054117 1010941 795869 690169 1192323]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-05-30 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes + to panedwindow from Daniel South. Improved auto-size to fit + internal windows, fixed sash placement at edge of pane, fixed + calculation of stretch amount for internal windows. + [Bug 1124198 1161543 1054117 1010941 795869 690169 1192323] + * generic/tkMenu.c (MenuCmd): create event handler earlier to ensure proper destruction of menu through DestroyNotify. [Bug 1159367] |