summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-01-21 21:09:03 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-01-21 21:09:03 +0000
commita0fa647a640aef8d6aa308a70c1b1888cbf15b03 (patch)
treec1a94cf8f0cd58019abe91c2f39c6350d96bbcce /ChangeLog
parent6878910ad47cd711e40259e399409da19008cd96 (diff)
downloadgdk-pixbuf-a0fa647a640aef8d6aa308a70c1b1888cbf15b03.tar.gz
[ Tried to commit wrong file last time ]
Thu Jan 21 16:03:02 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtktreeitem.c: Add a paint routine, fix up bugs in drawing where if the expose area was contained completely in the right side of the tree the background wasn't redraw, etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a57339555..521055bb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Thu Jan 21 16:03:02 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkbutton.c (gtk_button_expose): Code cleanup.
+
+ * gtk/gtktreeitem.c: Add a paint routine, fix up bugs
+ in drawing where if the expose area was contained
+ completely in the right side of the tree the background
+ wasn't redraw, etc.
+
+ * gtk/gtkwidget.c (gtk_widget_clip_rect): Fix a bug
+ in clipping draw regions while propagating them
+ upwards.
+
Thu Jan 21 12:20:51 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcolorsel.c (gtk_color_selection_dialog_new):