]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Fix #150125:
[~andy/gtk] / ChangeLog
index 208bcd21df726c827997ec4cda662d343d43901d..2fd66c34b4205e20e3beb09753b78b233a38b12a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,102 @@
+Mon Aug 16 01:35:25 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Fix #150125:
+       
+       * gtk/gtkcombobox.[hc]: Add a ::focus-on-click property and
+       change the default behaviour to focus on click.
+
+       * gtk/gtkbutton.c (gtk_button_set_focus_on_click): Typo fix.
+
+Mon Aug 16 01:03:08 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset): 
+       (gtk_text_iter_set_visible_line_index): Count from the 
+       beginning of the line, not from the current position.  (#150101,
+       Torsten Schoenfeld)
+
+2004-08-15  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk-zip.sh.in: Fix typo. The gtk.immodules file had never been
+       included in my zipfiles...!
+
+       * gtk/gtkfilesystemwin32.c (extract_icon): Improve handling of
+       icon alpha channel (on Windows XP) and mask (older Windows
+       versions). (#148641, Tim Evans)
+
+Sun Aug 15 02:31:55 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkfilesystemunix.c (get_icon_type_from_stat): Make 
+       the use of S_ISFIFO and S_ISSOCK conditional.  (#150146,
+       Gustavo Carneiro)
+
+2004-08-14  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkfilechooserdefault.c (shortcuts_append_home,
+       shortcuts_append_desktop, set_local_only)
+       * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_render_icon)
+       * gtk/gtkpathbar.c (find_button_type, _gtk_path_bar_set_file_system): 
+       Guard against g_get_home_dir() returning NULL. (#150007)
+
+Sat Aug 14 17:56:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkentry.c (gtk_entry_get_pixel_ranges): New function. 
+
+       * gtk/gtkentry.c (in_selection): New function using
+       gtk_entry_get_pixel_ranges() to determine whether a click is in
+       the selection. Improve entry behavior wrt. dragging and
+       selecting. Bug #143249.
+
+Sat Aug 14 17:53:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * configure.in: Require glib 2.5.2
+       
+       * gtk/gtksequence.[ch]: New internal data structure.
+
+       * gtk/gtkliststore.[hc]: Reimplement in terms of new data
+       structure
+       
+       * tests/Makefile.am (testtreemodel_SOURCES):
+       * tests/testtreemodel.c: New test program written by Matthias.
+
+2004-08-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_style_set): 
+       Don't install the settings_notify_cb from here, since it
+       may be called before the first screen_changed signal, 
+       confusing the logic in gtk_file_chooser_screen_changed().
+       (#148803, Abel Daniel)
+
+       * gtk/gtkcombobox.c: Make re-sensitivation work
+       in menu mode.
+
+       * gtk/gtkaction.c (gtk_action_new): Fix the docs.
+
+Fri Aug 13 01:06:56 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktreeview.c (gtk_tree_view_row_inserted): 
+       Make fixed height mode handle insertions.  (#135955, 
+       Michael Vogt, testcase by Tim-Philipp Müller, fix by
+       Pawel Salek)
+
+Fri Aug 13 00:40:18 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkhandlebox.c: Add missing include.
+
+Thu Aug 12 23:52:12 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Fix #149547, Markus Lausser:
+       
+       * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): 
+       * gtk/gtkcombobox.c (gtk_combo_box_size_request): Don't 
+       crash if size_request or size_allocate are called early.
+
+       * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Protect
+       against being allocated too small.
+
 Thu Aug 12 21:02:57 2004  Matthias Clasen  <maclas@gmx.de>
 
-       * demos/gtk-demo/appwindow.c (about_cb): Adjust to GtkAboutDialog API changes.
+       * demos/gtk-demo/appwindow.c (about_cb): Adjust to GtkAboutDialog 
+       API changes.
 
        * gtk/gtkaboutdialog.h: 
        * gtk/gtkaboutdialog.c (gtk_about_dialog_set_email_hook): 
@@ -22,7 +118,7 @@ Thu Aug 12 01:35:46 2004  Matthias Clasen  <maclas@gmx.de>
        implementing the necesssary ATK interfaces.  (#149728,
        Padraig O'Briain)
 
-Thu Aug 12 00:02:29 2004  Matthias Clasen  <maclas@gmx.de>
+Thu Aug 12 00:02:29 2004  Matthias Clasen  <maclas@gmx.de
 
        * gtk/gtkaction.c (gtk_action_new): Link to information about
        allowed action names.  (#149620, David Malcolm)