]> 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 a3ca4974143fc819f938b61bb41c7367d9d4148a..63b88144472014662e7b3feb80de60cf24fd056e 100644 (file)
@@ -1,8 +1,37 @@
+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
+       events to children.
+
+Wed Apr 14 03:32:58 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.c (make_directory_button): remove spurious
+       gtk_box_pack_start.
+
 Tue Apr 13 16:19:23 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkpathbar.c (make_directory_button): patch from Owen to
        make the buttons sized by a bold label.  This makes the text
-       'swim' a little, but stops the buttons from resizign, #137210
+       'swim' a little, but stops the buttons from resizing, #137210
 
 2004-04-13  Matthias Clasen  <mclasen@redhat.com>