summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-07-28 08:00:39 (GMT)
committerhobbs <hobbs>2005-07-28 08:00:39 (GMT)
commit00cf5c432ebd15491be7dae391686b0a6c856248 (patch)
treeb1b77849087adc2e32f849705158444f7815ef5d /ChangeLog
parenta8b4cdc0ae29558241512cba5e42dc3cfb5a9c59 (diff)
downloadtk-00cf5c432ebd15491be7dae391686b0a6c856248.zip
tk-00cf5c432ebd15491be7dae391686b0a6c856248.tar.gz
tk-00cf5c432ebd15491be7dae391686b0a6c856248.tar.bz2
* macosx/tkMacOSXWm.c (TkpWmSetState): add IsWindowCollapsed check
before calling CollapseWindow. (WmResizableCmd): adjust kWindow*Attributes according to resize parameters. * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): handle inToolbarButton action (generates <<ToolbarButton>> virtual event) and correct inCollapseBox to properly track the event (waiting for buttonrelease) and generate the Unmap event (Map event on redisplay still missing).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3cfc38..5999472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-07-28 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * macosx/tkMacOSXWm.c (TkpWmSetState): add IsWindowCollapsed check
+ before calling CollapseWindow.
+ (WmResizableCmd): adjust kWindow*Attributes according to resize
+ parameters.
+
+ * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): handle
+ inToolbarButton action (generates <<ToolbarButton>> virtual event)
+ and correct inCollapseBox to properly track the event (waiting for
+ buttonrelease) and generate the Unmap event (Map event on
+ redisplay still missing).
+
2005-07-27 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkFrame.c (DisplayFrame):