summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-04-14 20:26:26 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-14 20:26:26 +0000
commitb18a684f280d75b738d68eb4df62606f8afe6d23 (patch)
treef9556e6835175b4f34b7d1888d0dcf91ccf6cf95 /ChangeLog.pre-2-4
parent5dc40ee3b447902c7d2078b08775314d1eb869a1 (diff)
downloadgtk+-b18a684f280d75b738d68eb4df62606f8afe6d23.tar.gz
Make the arrow and separator regular children of an hbox inside the
2004-04-14 Matthias Clasen <mclasen@redhat.com> * 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 for #138650, should also fix #137535) * gtk/gtkcellview.c (gtk_cell_view_expose): Pass the PRELIT state to gtk_cell_renderer_render() when prelighted. (part of the fix for #138650) * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): Use PRELIGHT state when appropriate. (part of the fix for #138650)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-413
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 524a6aad2f..63b8814447 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,18 @@
2004-04-14 Matthias Clasen <mclasen@redhat.com>
+ * 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
+ for #138650, should also fix #137535)
+
+ * gtk/gtkcellview.c (gtk_cell_view_expose): Pass the PRELIT
+ state to gtk_cell_renderer_render() when prelighted. (part
+ of the fix for #138650)
+
+ * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
+ Use PRELIGHT state when appropriate. (part of the fix for
+ #138650)
+
* gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't spit
out warnings if called before the combo box is
realized. (#139742, Philip Langdale)