diff options
author | das <das> | 2006-04-07 06:15:42 (GMT) |
---|---|---|
committer | das <das> | 2006-04-07 06:15:42 (GMT) |
commit | 82780ae1278b1a90e446dc7535ec0c75e87b4a0c (patch) | |
tree | b857b1cd53b4c16c6b24f74944dc43bafdfc4426 /ChangeLog | |
parent | c00d853ea77cacb48ff6fd5c6055c81ab95caad5 (diff) | |
download | tk-82780ae1278b1a90e446dc7535ec0c75e87b4a0c.zip tk-82780ae1278b1a90e446dc7535ec0c75e87b4a0c.tar.gz tk-82780ae1278b1a90e446dc7535ec0c75e87b4a0c.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +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] |