summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-07-09 08:31:54 (GMT)
committerdas <das>2007-07-09 08:31:54 (GMT)
commita5f405cd8430eed957da22358c7830158eb0dd89 (patch)
tree24a556a0ecf5553f747023cdbc144c81be84cd6d /ChangeLog
parent710025d82c3e93a1ca59eda256cfacf1e849293f (diff)
downloadtk-a5f405cd8430eed957da22358c7830158eb0dd89.zip
tk-a5f405cd8430eed957da22358c7830158eb0dd89.tar.gz
tk-a5f405cd8430eed957da22358c7830158eb0dd89.tar.bz2
* macosx/tkMacOSXWindowEvent.c (Tk_MacOSXIsAppInFront): use process mgrcore_stablilizer_merge
* macosx/tkMacOSXMouseEvent.c: to determine if app is in front instead of relying on activate/deactivate events (which may arrive after this info is needed, e.g. during window drag/click activation); replace other process mgr use to get this info with calls to Tk_MacOSXIsAppInFront(). * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): correct window click activation, titlebar click handling and background window dragging/growing in the presence of grabs or window-/app-modal windows; fix window click activation bringing all other app windows to front.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 886700c..3dea016 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,24 @@
+2007-07-09 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tkMacOSXWindowEvent.c (Tk_MacOSXIsAppInFront): use process mgr
+ * macosx/tkMacOSXMouseEvent.c: to determine if
+ app is in front instead of relying on activate/deactivate events (which
+ may arrive after this info is needed, e.g. during window drag/click
+ activation); replace other process mgr use to get this info with calls
+ to Tk_MacOSXIsAppInFront().
+
+ * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): correct
+ window click activation, titlebar click handling and background window
+ dragging/growing in the presence of grabs or window-/app-modal windows;
+ fix window click activation bringing all other app windows to front.
+
+ * macosx/tkMacOSXDraw.c (TkPutImage): handle non-native XImage byte and
+ bit orders; reverse bits via xBitReverseTable instead of InvertByte().
+
2007-07-06 Joe English <jenglish@users.sourceforge.net>
- * library/ttk/aquaTheme.tcl: Set -anchor w for TMenubuttons [#1614540]
+ * library/ttk/aquaTheme.tcl: Set -anchor w for TMenubuttons
+ [Bug 1614540].
2007-07-04 Andreas Kupries <andreask@activestate.com>