]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Change the labels of the ZOOM_100 and ZOOM_FIT stock items to "_Normal
[~andy/gtk] / ChangeLog
index 4b9f97292a21d38ca373b54cb25bbf1a5990e4fb..92cf83279496546d6f6873a5a0554e326a13fc83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,136 @@
+Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstock.c (builtin_items): Change the labels of the 
+       ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
+       "Best _Fit", to be HIG compliant.  (#124080, Mariano 
+       Suárez-Alvarez)
+
+Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
+       function to plug a few memory leaks.  (#133544, Morten Welinder)
+
+Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
+       Support mnemonic_activate here as well.
+       
+       * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
+       the button, not the tree_view.
+
+Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
+       function, to make mnemonic_activate work for combo boxes.
+       (#133443, Paolo Borelli)
+
+Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
+       to FALSE.  (#133539, Morten Welinder)
+
+Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
+       of the depth one check.  (#133488, Christian Persch)
+
+Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
+       the drawing of tearoff menu items which don't come first in their
+       menu.  (#33311)
+
+Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
+       g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
+
+2004-02-04  Federico Mena Quintero  <federico@ximian.com>
+
+       Fix #59707.
+
+       * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
+       the focus chain.
+       (gtk_label_button_press): Fix prototype.
+       (gtk_label_button_release): Likewise.
+       (gtk_label_motion): Likewise.
+
+       * tests/testgtk.c (create_message_dialog): For the dialog with
+       only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
+
+2004-02-04  Morten Welinder  <terra@gnome.org>
+
+       * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
+       bug 133411, apart from the leak.)
+
+Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
+       in g_object_new, since it depends on lower and upper being set.
+
+2004-02-03  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
+       window not resizable.  Fixes #114032.
+
+2004-02-03  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
+       documentation for the use_separator style property.
+
+2004-02-03  Federico Mena Quintero  <federico@ximian.com>
+
+       Fix #68938.
+
+       * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
+       GtkDialog; right now it only contains an ignore_separator field.
+       (gtk_dialog_class_init): Register the private structure.
+       (gtk_dialog_init): Initialize the priv->ignore_separator field.
+       (_gtk_dialog_set_ignore_separator): New private function.
+       (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
+       use_separator style property.
+       (gtk_message_dialog_style_set): Change the dialog's separator
+       based on the style property.
+       (gtk_message_dialog_init): Set the dialog box to ignore the
+       separator setting.
+
+Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
+       also dist gtkfilesystemwin32.[hc].
+
+Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
+       in rtl mode.  (#129071, chinen@jp.ibm.com)
+
+Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
+       meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
+       mode.  (#107528)
+
+Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Clip narrow columns in rtl-oriented tree views (#128089,  
+       chinen@jp.ibm.com):
+       
+       * gtk/gtkstyle.c (gtk_default_draw_option): 
+       * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
+       given area.
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
+       Use the right clip area when calling gtk_cell_renderer_render().
+       * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
+       Use the right clip area when calling gtk_paint_focus().
+       * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
+       Use the right clip area when calling gtk_paint_toggle() or
+       gtk_paint_check().
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
+       Clip to the expose_area when drawing the background rectangle.
+       
 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):