summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-06-05 15:24:59 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-06-05 15:24:59 +0000
commiteb34d1939909e6167aa58396a8e74dfb8ffab06f (patch)
treedfdeb8c3900154424b646baf6d2f367bdc48f9e4 /ChangeLog
parentf6b5d39189aa8cc0db4b4d362f34e35400e8687b (diff)
downloadgtk+-eb34d1939909e6167aa58396a8e74dfb8ffab06f.tar.gz
Hack gdk_event_get_graphics_expose() to sort of work by adding an extra
Mon Jun 5 13:29:31 2000 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose() to sort of work by adding an extra return_exposes arg to gdk_event_translate() - it might be better to simply deprecate the function altogether and force people to rewrite without it. gdk_window_scroll() handles most of it, and where gdk_window_scroll() doesn't work, simply redrawing more does. * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up assertion. * gtk-config.in: Include PANGO_CFLAGS/LIBS. * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a bunch of pretty much useless /* Print debugging info */ comments which had drifted away from the code they were commenting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fd0965fc7..1c93d51544 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Mon Jun 5 13:29:31 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
+ to sort of work by adding an extra return_exposes arg
+ to gdk_event_translate() - it might be better to simply
+ deprecate the function altogether and force people to rewrite
+ without it. gdk_window_scroll() handles most of it, and where
+ gdk_window_scroll() doesn't work, simply redrawing more does.
+
+ * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
+ assertion.
+
+ * gtk-config.in: Include PANGO_CFLAGS/LIBS.
+
+ * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a
+ bunch of pretty much useless /* Print debugging info */ comments
+ which had drifted away from the code they were commenting.
+
2000-06-02 Havoc Pennington <hp@pobox.com>
* gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer