]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Make the arrow and separator regular children of an hbox inside the
[~andy/gtk] / ChangeLog
index 524a6aad2f65b39dc6a917894ad79b0d1c8773a4..63b88144472014662e7b3feb80de60cf24fd056e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)