]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
New function for getting toplevel window at position.
[~andy/gtk] / ChangeLog
index 924440869b531244bea9c7a8a01200e93432ef3f..20aa691ece7fbb67223e63b63c349fd28d2f306d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2001-05-07  Alexander Larsson  <alexl@redhat.com>
+
+       * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
+       New function for getting toplevel window at position.
+       (gdk_drag_find_window): Use get_toplevel_window () instead
+       of gdk_window_get_pointer(). (gdk_drag_status): Use
+       correct context for getting window.
+
+       * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
+       g_strdup the atom name.
+
+       * gdk/linux-fb/gdkwindow-fb.c:
+       Costmetic fix.
+
+       * gtk/gtkdnd.c (gtk_drag_source_handle_event):
+       Add code for changing cursor on linux-fb backend (same as
+       win32).
+
+2001-05-07  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
+       present before doing anything with it.  Patch from Håvard Kvålen
+       <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
+       report was not for the development branch of GTK+, but it applies
+       anyways).
+
 2001-05-04  Havoc Pennington  <hp@redhat.com>
 
        * configure.in: fix some shell typos