]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Also reserve space for the resize grip if the grip_window is not realized
[~andy/gtk] / ChangeLog
index db565e1553cce983772c738077ebbb7890f1f35d..f48edfe0c04ccf4240166faefd062b407cf71b7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,29 @@
+2004-11-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Also
+       reserve space for the resize grip if the grip_window is not
+       realized yet.  (#158010, Christian Persch)
+       (gtk_statusbar_button_press): Only start a resize if the
+       button press comes from the grip_window.  (#158011, Christian Persch)
+
+2004-11-11  Tor Lillqvist  <tml@iki.fi>
+
+       Fix for #137551, by Robert Ă–gren:
+
+       * gdk/win32/gdkevents-win32.c (generate_focus_event): New function.
+
+       (gdk_keyboard_grab, gdk_keyboard_ungrab): Generate focus change
+       events.
+       
+       (gdk_event_translate): Check for keyboard grabs and not pointer
+       grabs when handling WM_{SET,KILL}FOCUS. Use generate_focus_event().
+
 2004-11-11  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkuimanager.c (update_node): Remove two more places
        where we were unconditionally setting "visible", causing
        unnecessary notifications.
+       (update_node): Fix some C99isms.
 
        * gtk/gtkclipboard.c (gtk_clipboard_get_for_display): 
        (gtk_clipboard_get): Clarify the docs.  (#156638, Torsten