summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Janik <timj@imendio.com>2006-05-10 14:02:20 +0000
committerTim Janik <timj@src.gnome.org>2006-05-10 14:02:20 +0000
commit4e8e3add5b7defdaa5d628f85079d9b64754d9c4 (patch)
treed8b9fc850067e03a2da335ab1bda4f8a12e26856 /ChangeLog
parent6942f71c31374fb894e3422fa984df42810aafcf (diff)
downloadgtk+-4e8e3add5b7defdaa5d628f85079d9b64754d9c4.tar.gz
applied unified patch for configurable scroll arrow sizes from bug #333632
Wed May 10 15:57:53 2006 Tim Janik <timj@imendio.com> * applied unified patch for configurable scroll arrow sizes from bug #333632 and bug #325282. * gtk/gtkwidget.c (gtk_widget_class_init): added ::scroll-arrow-hlength and ::scroll-arrow-vlength style properties. fixed upper limit for ::separator-width and ::separator-height to be MAXINT. * gtk/gtkmenu.c: use GtkWidget::scroll-arrow-vlength to determine the scroll arrow size, instead of using a hard coded constant. * gtk/gtknotebook.c: use GtkWidget::scroll-arrow-vlength and GtkWidget::scroll-arrow-hlength to determine scroll arrow sizes. added GtkNotebook::arrow-spacing style property to configure the spacing between scroll arrows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a3d405a50..cf5a7aa6e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Wed May 10 15:57:53 2006 Tim Janik <timj@imendio.com>
+
+ * applied unified patch for configurable scroll arrow sizes from
+ bug #333632 and bug #325282.
+
+ * gtk/gtkwidget.c (gtk_widget_class_init): added ::scroll-arrow-hlength
+ and ::scroll-arrow-vlength style properties. fixed upper limit for
+ ::separator-width and ::separator-height to be MAXINT.
+
+ * gtk/gtkmenu.c: use GtkWidget::scroll-arrow-vlength to determine the
+ scroll arrow size, instead of using a hard coded constant.
+
+ * gtk/gtknotebook.c: use GtkWidget::scroll-arrow-vlength and
+ GtkWidget::scroll-arrow-hlength to determine scroll arrow sizes.
+ added GtkNotebook::arrow-spacing style property to configure the
+ spacing between scroll arrows.
+
2006-05-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpagesetupunixdialog.c: Don't include langinfo.h