diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-04-14 21:04:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-04-14 21:04:29 +0000 |
commit | 321cedab98b73823121073ef200aa6bc1cd8217b (patch) | |
tree | b045556ed340785dd4313faa5d9d45528a172bfc /ChangeLog.pre-2-4 | |
parent | b18a684f280d75b738d68eb4df62606f8afe6d23 (diff) | |
download | gdk-pixbuf-321cedab98b73823121073ef200aa6bc1cd8217b.tar.gz |
Add a11y relations between the color wheel and the spin buttons. (#132745,
2004-04-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcolorsel.c: Add a11y relations between the color
wheel and the spin buttons. (#132745, Padraig, O'Briain)
* gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
the meaning of size == -1.
* gtk/gtkwidget.c (gtk_widget_render_icon): Explicitly accept
a size of -1. (#137436, Brian Cameron)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 63b881444..d0b1e824e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,14 @@ 2004-04-14 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkcolorsel.c: Add a11y relations between the color + wheel and the spin buttons. (#132745) + + * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document + the meaning of size == -1. + + * gtk/gtkwidget.c (gtk_widget_render_icon): Explicitly accept + a size of -1. (#137436, Brian Cameron) + * gtk/gtkcombobox.c: Make the arrow and separator regular children of an hbox inside the button, and propagate state changes from the button to the cell view. (part of the fix |