]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Updated Bulgarian translation
[~andy/gtk] / ChangeLog.pre-2-10
index 0bb43fb4159c542dd1e53eb91fd7ff9ff8f574c9..f28efb01ccd37151e75456a478bafcc3b9d3ee3a 100644 (file)
@@ -1,5 +1,123 @@
+2004-12-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_setup_mnemonic): Fix a 
+       copy-and-paste error, noticed by Robert Ă–gren.
+
+2004-12-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level) 
+       (gtk_combo_box_menu_row_changed): Only wrap if we are in the
+       topmost menu.  (#160936, John Finlay)
+
+2004-12-10  Matthias Clasen  <mclasen@redhat.com>
+
+       Support no-Alt mnemnonics in menu bars  (#101309, Owen Taylor)
+       
+       * gtk/gtkwindow.c: Factor out mnemonic hash code into
+       a separate file.
+
+       * gtk/gtkmnemonichash.[hc]: Factored out mnemonic hash
+       code from gtkwindow.c.
+
+       * gtk/Makefile.am (gtk_c_sources): Add gtkmnemonichash.[hc].
+
+       * gtk/gtkmenushell.c (struct _GtkMenuShellPrivate): Give 
+       menu shells their own mnemonic hash.
+
+       * gtk/gtkmenushell.h: Add private api to support mnemonics.
+
+       * gtk/gtklabel.c (gtk_label_setup_mnemonic): Add mnemonic to
+       the menushell mnemonic hash when inside a menu.
+       
+Fri Dec 10 13:59:32 2004  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtk.symbols: add recent new functions.
+
+2004-12-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwindow.c: Revert the patch which added no-alt 
+       mnemonics, since it interfers badly with menus.  (#160911,
+       Jonathan Blandford)
+
+2004-12-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_class_init): Fix a property
+       nick typo. 
+
+       * gtk/gtkfilechooserdefault.c: Apply a patch to reset the 
+       filter if an otherwise invisible file is selected via the 
+       location popup.  (#159896, Carlos Garnacho Parro)
+
+       Fix #145463, reported by Michael Natterer.
+       
+       * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add an
+       editing flag to keep track of when editing is done.
+       
+       * gtk/gtkcellrenderer.h:
+       * gtk/gtkcellrenderer.c (gtk_cell_renderer_stop_editing): New
+       function to replace gtk_cell_renderer_editing_canceled(). 
+       Deprecate gtk_cell_renderer_editing_canceled(). 
+
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done): 
+       * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_editing_done): 
+       * gtk/gtktreeview.c (gtk_tree_view_stop_editing):
+       Use gtk_cell_renderer_stop_editing().
+       
+2004-12-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkliststore.h: 
+       * gtk/gtkliststore.c (gtk_list_store_insert_with_values): 
+       (gtk_list_store_insert_with_valuesv): Add functions which allow
+       faster insertion of rows in sorted list stores.  (#160063)
+
+2004-12-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo
+       in the docs.  (#160826, Jay Camp)
+
+2004-12-08  Federico Mena Quintero  <federico@ximian.com>
+
+       Merged from gtk-2-4:
+
+       * gtk/gtkfilechooserdefault.c (pending_op_process): Center the
+       selected row so that it's easily visible.
+
+2004-12-08  Matthias Clasen  <mclasen@redhat.com>
+
+       Fix #111031, reported by Padraig O'Briain:
+       
+       * gtk/gtktextlayout.h: 
+       * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_position): 
+       Add a variant of gtk_text_layout_get_iter_at_pixel() which
+       returns the character at the position, not the closest
+       cursor position.
+
+       * gtk/gtktextview.h: 
+       * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): 
+       Add a variant of gtk_text_view_get_iter_at_location() which
+       returns the character at the position, not the closest
+       cursor position.
+
+2004-12-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkaccelmap.c (internal_change_entry): Remove all 
+       entries for the same key, not just the first one.  (#159498, 
+       Christian Persch)
+
+2004-12-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Use
+       button->event_window for the fake leave event, otherwise
+       the button ignores it.  
+
 2004-12-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkiconview.c (gtk_icon_view_rows_reordered): Make this
+       work, no need to invert the array. 
+
+       * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Emit
+       rows_reordered if the row has been moved.  (#160063)
+
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): 
        Don't mess up the column header state if the button release
        event is missed.  (#159640)