]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
New function for getting toplevel window at position.
[~andy/gtk] / ChangeLog
index 58d0759b0faabe91faef7557c1b37f9615302c8e..20aa691ece7fbb67223e63b63c349fd28d2f306d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,102 @@
+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
+
+       * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
+
+       * gtk/gtkimage.c: handle animations
+
+       * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
+       border_width * 2, not just border_width
+
+       * gtk/gtkscale.c: add "format_value" signal to allow people
+       to override the way values are drawn.
+       (gtk_scale_get_value_size): fix width/height mistake,
+       and compute size from actual displayed text, not 
+       from made-up text.
+
+       * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
+       signal registration
+
+       * tests/testtext.c: Add "Remove all tags" menu item for testing
+
+       * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
+
+       * demos/gtk-demo/main.c (main): add hack so we can find modules
+       without installing gtk
+
+       * demos/gtk-demo/textview.c (insert_text): demo font scaling
+
+       * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
+       factor)
+       (gtk_cell_renderer_text_set_property): remove some bogus
+       g_object_notify
+
+       * gtk/gtktexttag.c: add "scale" property which is a font scaling
+       factor
+
+       * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
+       to layout
+
+       * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
+       gtk_text_iter_is_first
+
+2001-01-06  Hans Breuer  <hans@breuer.org>
+
+       * gdk/gdk.def : updated exports
+
+       * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
+       gdk won't compile anymore
+       * gdk/win32/gdkevents-win32.c : initialize ret_val when
+       processing GDK_FILTER functions, initialize event.key->hardware_keycode.
+       Improved gdk_flush () to not only do pending drawing operations
+       but also process all currently pending events. This should make
+       the behaviour more similar to the X11 version.  
+
+       * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
+       option needs to be set even if there is no GDK_GC_BACKGROUND.
+       (gdk_win32_hdc_get) : use predraw_set_background () independent
+       of value_mask. This allows to draw dashed lines leaving the original
+       background intact.
+
+       * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
+       after processing, because we can't reuse it as the X11 version does.
+
+       * gtk/gtk.def : updated exports
+
+       * gtk/makefile.msc.in : added ATK, removed all test apps. (I
+       would like to get rid of this file again, and use straight
+       makefile.msc again, as the other Gtk+ subdirs do)
+
+       * test/makefile.msc (new file) : build the test apps here
+
 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
 
        * Release 1.3.5