summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-04-07 06:16:03 (GMT)
committerdas <das>2006-04-07 06:16:03 (GMT)
commit3c11e6e3b108c9af89950d9f67f78f1bf00997d5 (patch)
tree25927753719516cad63118d804ccd1a6b8af996e /ChangeLog
parent94ec6d314586f3e5a501ef37de0039905b32bfe8 (diff)
downloadtk-3c11e6e3b108c9af89950d9f67f78f1bf00997d5.zip
tk-3c11e6e3b108c9af89950d9f67f78f1bf00997d5.tar.gz
tk-3c11e6e3b108c9af89950d9f67f78f1bf00997d5.tar.bz2
* macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): fix return
values, implement window dragging & growing in background (with Command key down) and by fronting clicks, use correct button & modifier state API when application is in background (also in TkMacOSXButtonKeyState). * macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): ensure QD port is set correctly before using API relying on it. * macosx/tkMacOSXMouseEvent.c: now that [wm attributes -titlepath] works correctly, add OS support for dragging proxy icons and using the titlepath menu.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3214404..5a3d463 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-04-07 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): fix return
+ values, implement window dragging & growing in background (with Command
+ key down) and by fronting clicks, use correct button & modifier state
+ API when application is in background (also in TkMacOSXButtonKeyState).
+
+ * macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): ensure QD port is set
+ correctly before using API relying on it.
+
+2006-04-06 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * macosx/tkMacOSXMouseEvent.c: now that [wm attributes -titlepath]
+ works correctly, add OS support for dragging proxy icons and
+ using the titlepath menu.
+
2006-04-06 Daniel Steffen <das@users.sourceforge.net>
* macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errors