summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-03-10 18:13:03 +0000
committerHans Breuer <hans@src.gnome.org>2001-03-10 18:13:03 +0000
commit0f6d1b4a27130f6846940ffc8154fae3ce09f168 (patch)
tree3475f14aaf0def37364cfe26104102f4d308e949 /ChangeLog
parentd9582bd3e46005219e11d71d2b0ad2da0b7f9f59 (diff)
downloadgdk-pixbuf-0f6d1b4a27130f6846940ffc8154fae3ce09f168.tar.gz
updated
2001-03-10 Hans Breuer <hans@breuer.org> * gdk/gdk.def : updated * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due to offseting the clip_mask at the right place * gdk/win32/gdkwindow-win32.c : don't create background brushes for all the gdkClasses, especially not for the input_only case. Otherwise flickering wont be avoidable, because we don't get WM_ERASEBKGND message for these windows. * gdk/win32/gdkevents-win32.c : initialize event->expose.region and fixed massive redraw problems apparently triggered by Alexanders recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling but it seems to work quite well :-) * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose prototype
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c77fae794..bfdb07b06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2001-03-10 Hans Breuer <hans@breuer.org>
+
+ * gdk/gdk.def : updated
+
+ * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
+ to offseting the clip_mask at the right place
+
+ * gdk/win32/gdkwindow-win32.c : don't create background brushes
+ for all the gdkClasses, especially not for the input_only case.
+ Otherwise flickering wont be avoidable, because we don't get
+ WM_ERASEBKGND message for these windows.
+
+ * gdk/win32/gdkevents-win32.c : initialize event->expose.region
+ and fixed massive redraw problems apparently triggered by Alexanders
+ recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
+ but it seems to work quite well :-)
+
+ * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
+ prototype
+
Sat Mar 10 12:15:31 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.