summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-06-04 22:32:10 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-06-04 22:32:10 +0000
commit5c7c11cec85fd1a35644b3bd1d591c7ac886ecbb (patch)
tree9c2664597f830d1fe800b19f56766c4fb842342b /ChangeLog.pre-2-6
parent2d1f353aa4253679b6125453e645991e59a0d5ce (diff)
downloadgdk-pixbuf-5c7c11cec85fd1a35644b3bd1d591c7ac886ecbb.tar.gz
Get rid of stupid g_return_if_fail on digits greater than 6. If there
2001-06-04 Havoc Pennington <hp@redhat.com> * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on digits greater than 6. If there actually are limits (which there likely aren't), should clamp to them not warn. (gtk_spin_button_new_with_range): don't take log of 0 (gtk_spin_button_size_request): use digits to compute size request, rather than step increment. * tests/testgtk.c (create_spins): test larger values of digits * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected font on map not expose, so we don't get weirdness during scrolling
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-614
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index d6c4f2d08..69e552ad0 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,19 @@
2001-06-04 Havoc Pennington <hp@redhat.com>
+ * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on
+ digits greater than 6. If there actually are limits (which there
+ likely aren't), should clamp to them not warn.
+ (gtk_spin_button_new_with_range): don't take log of 0
+ (gtk_spin_button_size_request): use digits to compute size
+ request, rather than step increment.
+
+ * tests/testgtk.c (create_spins): test larger values of digits
+
+ * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
+ font on map not expose, so we don't get weirdness during scrolling
+
+2001-06-04 Havoc Pennington <hp@redhat.com>
+
* gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
Sam Solon, bug #54577, update value even if not drawable.