]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
build in the backend dir after auto-generating files
[~andy/gtk] / ChangeLog
index 726bb5e78685bb4918ee1edbb277c3f1ea9fda03..e8f8700636928224aa3ebf2568edb5f25a9f6ab4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+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.