summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2002-11-25 23:38:49 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2002-11-25 23:38:49 +0000
commite6107bc236fc60f8e663d6ae9d8d52c95631dc3e (patch)
treeb04ec14160e5640f55d5a70adf21faae56326e70 /ChangeLog.pre-2-2
parenta1f5e821bf76fabd77a28ebeba54275a2a9cbe08 (diff)
downloadgdk-pixbuf-e6107bc236fc60f8e663d6ae9d8d52c95631dc3e.tar.gz
draw text twice, once with the prelight state and clipped to the progress
Tue Nov 26 00:40:53 2002 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkprogressbar.c (gtk_progress_bar_paint_text): draw text twice, once with the prelight state and clipped to the progress bar, and once with the normal state and clipped to the visible part of the trough. Also fix a spelling error pointed out by Matthias Clasen.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-28
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index fdf297cb0..7b46efb41 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,11 @@
+Tue Nov 26 00:40:53 2002 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtkprogressbar.c (gtk_progress_bar_paint_text): draw text
+ twice, once with the prelight state and clipped to the progress
+ bar, and once with the normal state and clipped to the visible
+ part of the trough. Also fix a spelling error pointed out by
+ Matthias Clasen.
+
Mon Nov 25 17:44:09 2002 Owen Taylor <otaylor@redhat.com>
Fixes from #98358, Havoc Pennington.