summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-11-17 15:04:21 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-11-17 15:04:21 +0000
commit47a06a247feb5626a481c9809737e281e5ae30ca (patch)
tree45b0f72a92ef40963c428ca93b2e66fe86f97ea7
parent9b593427aab6bb5bd63bd7d657e871c66bf1704a (diff)
downloadgdk-pixbuf-47a06a247feb5626a481c9809737e281e5ae30ca.tar.gz
Add a note about range arrow sensitivity.
2005-11-17 Matthias Clasen <mclasen@redhat.com> * README.in: Add a note about range arrow sensitivity.
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.pre-2-102
-rw-r--r--README.in6
3 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28a729fd6..100264926 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-11-17 Matthias Clasen <mclasen@redhat.com>
+ * README.in: Add a note about range arrow sensitivity.
+
* perf/treeview.c: const correctness fixes
found by Arjan van de Ven and gcc.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 28a729fd6..100264926 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,7 @@
2005-11-17 Matthias Clasen <mclasen@redhat.com>
+ * README.in: Add a note about range arrow sensitivity.
+
* perf/treeview.c: const correctness fixes
found by Arjan van de Ven and gcc.
diff --git a/README.in b/README.in
index 0880fbbe3..7cc430479 100644
--- a/README.in
+++ b/README.in
@@ -36,6 +36,12 @@ Release notes for 2.10
in third-party widgets which forget to call gtk_style_attach() in their
realize functions.
+* Range widgets like GtkScrollbar now render their arrows insensitive
+ when the slider is at the end. Applications which react to arrow
+ clicks even if the slider is at the end may want to use the new
+ gtk_range_set_[upper/lower]_stepper_sensitivity() functions to
+ prevent the arrows from being rendered insensitive.
+
Release notes
=============