]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Updates
[~andy/gtk] / ChangeLog
index d1c30ed4a0546d7e22dd3b3667536145f8b543e8..656c686bef6d101ff727d19101f317300462a2b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2006-03-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * AUTHORS: Updates, typo fix
+
+       * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Document that
+       @cell must be one of the renderers of the icon view, warn if 
+       it is not, and ignore @start_editing if @cell is not set.
+       (#335001, Emmanuel Rodriguez)
+
+2006-03-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Add a missing comma.  (#334774, Peter Breitenlohner)
+
+       * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) 
+       (gtk_action_group_add_toggle_actions_full) 
+       (gtk_action_group_add_radio_actions_full): Check for a stock 
+       icon, not a stock item, when deciding whether to use stock-id 
+       or icon-name.  (#334760, Jody Goldberg)
+
+       * gtk/gtkimage.c (gtk_image_clear): Update the size of the image, 
+       by swapping the implementations of gtk_image_clear and
+       gtk_image_reset.  (#334657)
+
+       * README.in: Add a note about GtkNotebook signals.
+
+2006-03-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_list_button_released) 
+       (gtk_combo_box_list_key_press): Popdown the list before changing
+       the active iter, otherwise people will be surprised by the
+       grabs that are still in place when their ::changed handler
+       runs. 
+
+2006-03-15  Dom Lachowicz <cinamod@hotmail.com>
+
+       * modules/engines/ms-windows/msw_style.c: Override style->realize/
+       style->unrealize, so that GTK+ doesn't automatically attempt to apply
+       shading to the GC colors, causing a mismatch with the Win32 native
+       colors. Problem found by (and suggested solution by) "Cosmic Integer"
+
+       * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Make expander-size
+       a bit closer to Microsoft's values (bug 325699, Brad Taylor)
+       
+2006-03-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/testcellrenderertext.c: Add test cases for alignment.
+
+       * gtk/gtkcellrenderertext.c: Add an alignment property,
+       and fix some cases where ellipsize_set was being used to
+       mean "we're ellipsizing" even when ellipsize was set to NONE.  
+       (#318761, Ross Burton)
+
+       * gtk/gtkimcontextsimple.c: Make return and release work again
+       to commit a hex sequence. Additionally, make escape reset the
+       im context when in a hex sequence.  (#334423, Behdad Esfahbod)
+
+2006-03-13  Matthias Clasen  <mclasen@redhat.com>
+
+       Make actions work with named icons.  (#323484, Jorn Baayen)
+       
+       * gtk/gtkactiongroup.c: If the stock-id field of a GtkActionEntry
+       does not contain a registered stock id, interpret it as an
+       icon name.
+
+       * gtk/gtkaction.c: Add an icon-name property to actions and
+       use it for icons if a stock-id is not specified.
+
 2006-03-12  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkwindow.c (gtk_window_compute_configure_request): Don't