]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
build in the backend dir after auto-generating files
[~andy/gtk] / ChangeLog
index cedb7ab8db58eeaf87d56ddc39388db292c2f8db..e8f8700636928224aa3ebf2568edb5f25a9f6ab4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,77 @@
+2001-07-29  Hans Breuer  <hans@breuer.org>
+
+       * gdk/makefile.msc : build in the backend dir after
+       auto-generating files
+
+       * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
+       with code from win32-production-branch.
+
+       *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
+       before calling DestroyWindow, which indirectly calls 
+       gdk_window_destroy_notify ()
+
+       (performance patch merged from win32-production-branch)
+       * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
+       Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
+       R2_COPYPEN rop). It is claimed to be much faster.
+
+Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
+       add an "attributes" property to the text renderer for ATK.
+
+2001-07-26  Alex Larsson  <alexl@redhat.com>
+
+       * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
+       Initialize image->bits_per_pixel from the drawable, not from
+       the root window.
+
+       * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
+       Fix cast. argument is an IMPL already.
+
+2001-07-15  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
+       (gtk_window_remove_accel_group): same here.
+       (gtk_window_key_press_event): same here.
+
+       * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
+       (gtk_widget_remove_accelerator): same here.
+       (gtk_widget_remove_accelerators): same here.
+
+       * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
+       instead of GtkObject.
+
+       * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
+       now takes GObjects.
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
+       pass a GObject to gtk_accel_group_entries_from_object.
+       (gtk_item_factory_create_item): s/accel_widget/accel_object/
+
+       * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
+
+       * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
+
+       * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
+       GObjects can have accelerators set now.  Add compatibility
+       defines.
+
+       * gtk/gtkmarshal.list: add missing marshallers.
+
+       * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
+       accelerators on plain GObjects.  gtk_accel_group_object_destroy
+       has been converted into a weak reference, and
+       gtk_accel_group_delete_entries is now a destroy notify for that
+       piece of data.
+
 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
 
        * gdk/gdkdraw.c: Added a check on the colormap depth to
        gdk_drawable_set_colormap()
-       * gdk/x11/gdkimage-x11.c: combination of Mathias Hasselmann's
+       * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
        patch to fix colorsel and my patch to fix gdk_drawable_get_image()
        for pixmaps without visuals (more specifically, bitmaps)
        * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it