]> Pileus Git - ~andy/gtk/commitdiff
Save before committing...
authorRichard Hult <rhult@src.gnome.org>
Mon, 24 Jul 2006 10:46:58 +0000 (10:46 +0000)
committerRichard Hult <rhult@src.gnome.org>
Mon, 24 Jul 2006 10:46:58 +0000 (10:46 +0000)
ChangeLog
ChangeLog.pre-2-10

index ee66a114ac258e7d898f8552ad2c39d281eead2d..f2d6f4f3a48ef98a84a205987d6454fd3ff2d428 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2006-07-24  Richard Hult  <richard@imendio.com>                                                                         
+
+       * gdk/quartz/gdkwindow-quartz.c (gdk_window_set_type_hint): Set the
+       window level depending on the type hint.
+
+       * gdk/quartz/gdkevents-quartz.c (gdk_keyboard_grab,
+       pointer_ungrab_internal): Only break the grab if the new window is
+       a different one.
+       (gdk_event_translate): Catch the case where the entire app loses 
+       focus and break any grabs. Only do implicit grabs when the event
+       mask has both press and release.
+
+       * gdk/quartz/gdkkeys-quartz.c (translate_keysym):
+       * gdk/quartz/gdkselection-quartz.c:
+
+        * gdk/quartz/GdkQuartzWindow.c
+       ([GdkQuartzWindow -windowDidResignKey:]): Use this to update the
+       focus window instead of resignMain, fixes the case where other apps
+       uses focus follows mouse (like the terminal can).
+
 2006-07-23  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version
index ee66a114ac258e7d898f8552ad2c39d281eead2d..f2d6f4f3a48ef98a84a205987d6454fd3ff2d428 100644 (file)
@@ -1,3 +1,23 @@
+2006-07-24  Richard Hult  <richard@imendio.com>                                                                         
+
+       * gdk/quartz/gdkwindow-quartz.c (gdk_window_set_type_hint): Set the
+       window level depending on the type hint.
+
+       * gdk/quartz/gdkevents-quartz.c (gdk_keyboard_grab,
+       pointer_ungrab_internal): Only break the grab if the new window is
+       a different one.
+       (gdk_event_translate): Catch the case where the entire app loses 
+       focus and break any grabs. Only do implicit grabs when the event
+       mask has both press and release.
+
+       * gdk/quartz/gdkkeys-quartz.c (translate_keysym):
+       * gdk/quartz/gdkselection-quartz.c:
+
+        * gdk/quartz/GdkQuartzWindow.c
+       ([GdkQuartzWindow -windowDidResignKey:]): Use this to update the
+       focus window instead of resignMain, fixes the case where other apps
+       uses focus follows mouse (like the terminal can).
+
 2006-07-23  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version