]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Register RTL versions of the indent and unindent icons. (#326857, Itai
[~andy/gtk] / ChangeLog.pre-2-10
index 432652f6f3daa7bcee8cbcd47c1073f3026172c0..b09f825453f8484f565d631aced6ae0874dd11df 100644 (file)
@@ -1,3 +1,32 @@
+2006-01-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconfactory.c (get_default_icons): Register RTL 
+       versions of the indent and unindent icons.  (#326857,
+       Itai Bar-Haim)
+
+       * gtk/Makefile.am (STOCK_ICONS): And add them here.
+
+       Fix a crash with combo boxes in RESIZE_IMMEDIATE
+       containers.  (#326806, Sebastian Bacher)
+       
+       * gtk/gtkcombobox.c (gtk_combo_box_size_allocate) 
+       (gtk_combo_box_size_request): Don't call 
+       gtk_combo_box_check_appearance() from here, as that 
+       can lead to recursion. 
+       (gtk_combo_box_init): Instead, call it here.
+
+2006-01-14  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_iter_children): fix
+       a typo which caused this whole thing to not function ...
+
+2006-01-14  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_size_allocate),
+       (validate_visible_area): fixup adjustments and top_row if the
+       current dy + page_size exceeds the new tree view height. (Fixes
+       #316689, reported by Chris Lord).
+
 2006-01-13  Matthias Clasen  <mclasen@redhat.com>
 
        * */abicheck.sh: Make this work on more platforms.