]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. It
[~andy/gtk] / ChangeLog.pre-2-10
index e79f1c674fe5be60aa0d4376c5856e6435b67c3d..bbe27c0f657462118c4eead9f6b551de91a28adc 100644 (file)
@@ -1,3 +1,38 @@
+2004-04-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
+       Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. 
+       It doesn't like that.  (#140642, Christian Persch)
+
+       * demos/gtk-demo/expander.c (do_expander): A new demo.
+
+       * demos/gtk-demo/Makefile.am (demos): Add expander.c.
+
+2004-04-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_allocate_children): Make
+       sure anchored children get size allocated, even if the layout
+       is valid.  (#122323, Andrew E. Makeev)
+       (gtk_text_view_scroll_pages): 
+       (gtk_text_view_scroll_hpages): Don't scroll to cursor position
+       if we already have pending scrolls. Bandaid fix for #78513.
+
+Mon Apr 19 17:59:17 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * INSTALL.in: Update libpng and libjpeg URLs, remove
+       note about building without since that's not the normal
+       case.
+
+Sun Apr 11 09:45:11 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkicontheme.c (load_themes): Fix a couple of typos in
+       handling of SVG/non-SVG unthemed icons.
+
+2004-04-19  Morten Welinder  <terra@gnome.org>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_focus): Don't leak list of
+       children.  (#140523)
+
 2004-04-19  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):