]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Make the arrow and separator regular children of an hbox inside the
[~andy/gtk] / ChangeLog.pre-2-8
index 4d9c8cb70cc284741c4cb8d387281214730dca22..63b88144472014662e7b3feb80de60cf24fd056e 100644 (file)
@@ -1,3 +1,22 @@
+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)
+
 Wed Apr 14 03:45:39 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_expose): propagate expose