]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
poznat prevod
[~andy/gtk] / ChangeLog.pre-2-8
index 6559a9e0dc59743c3e3d9ac5b72dccf8564d4a47..66fa6abd34026016f4a71fa60c301a5af0e91687 100644 (file)
@@ -1,3 +1,126 @@
+Thu Aug  5 19:58:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkplug.c (gtk_plug_realize): Call
+       gdk_window_enable_synchronized_configure()
+
+       * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Make
+       noop if gdk_window_enable_synchronized_configure() has not been
+       called.
+
+2004-08-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooser.[hc]: Add setter and getter for the 
+       ::show-hidden property.  (#145610, Jeff Franks)
+
+       * tests/testiconview.c: Add buttons to select and unselect all
+       nodes, make the popup menu actually work.
+
+       * gtk/gtkiconview.c: Make GTK_SELECTION_BROWSE work as intended,
+       let button 3 presses through to the app, to make popup menus
+       work.
+
+       * tests/Makefile.am: Add testiconview.
+       * tests/testiconview.c: A test for GtkIconView
+       * tests/gnome-textfile.png: ...which uses this image.
+
+Wed Aug  4 01:37:57 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktreeview.c: 
+       * gtk/gtktreestore.c: 
+       * gtk/gtktreemodelfilter.c: 
+       * gtk/gtknotebook.c: s/childs/children/g.
+
+Wed Aug  4 01:04:48 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Fix #133446, noticed by Christian Persch:
+       
+       * gtk/gtkaction.c (gtk_action_class_init): Add a new boolean 
+       property ::visible-overflown. 
+       * gtk/gtkaction.c (gtk_action_create_menu_proxy): Don't create 
+       a menu proxy if visible_overflown is FALSE.  
+
+Tue Aug  3 20:16:26 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkactiongroup.[hc]: Make the the GtkAction{Toggle,Radio,}Entry*
+       arguments to the gtk_action_group_add_..._actions() functions const, 
+       since the most common use case is to use a static array.  (142334, 
+       Mariano Suarez-Alvarez)
+
+Tue Aug  3 20:03:33 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkuimanager.c (get_node): Make gtk_ui_manager_add_ui()
+       accept paths with a leading "/ui".  (#149077, David Malcolm)
+
+Tue Aug  3 19:59:29 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkiconview.c: Fix some warnings.
+
+Tue Aug  3 18:38:40 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktreemodelfilter.c: Correct the return type
+       of gtk_tree_model_filter_get_flags().  (#149195, Morten Welinder)
+
+Tue Aug  3 18:16:55 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Fix #149191, reported by Morten Welinder:
+       
+       * gtk/gtkmain.c: Include gtkclipboard.h,
+       * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
+       _gtk_widget_emit_grab_notify.  
+
+Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkicontheme.c (add_size): Add missing parens.
+       (#149190, Morten Welinder)
+
+Tue Aug  3 14:29:49 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove 
+       accidentally committed debug code.
+
+Tue Aug  3 01:19:12 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize 
+       for the case that row_column and col_column are unset.  
+       (#148868, Lorenzo Gil Sánchez)
+
+Mon Aug  2 21:52:45 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gdk/x11/gdkwindow-x11.c (ensure_sync_counter): New
+       function. Make sure the sync counter is recreated when a window is
+       reparented to become a toplevel. (#148358)
+
+2004-08-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/testcombo.c: Some trees in combo boxes.
+
+       * gtk/gtkcombobox.c: Rework the combo box to handle 
+       tree models.  (#139582, Matt Walton)
+       
+       * gtk/gtktreeview.h: 
+       * gtk/gtktreeview.c: 
+       * gtk/gtktreeprivate.h: Add a new boolean property 
+       ::hover-expand and make the treeview expand/collapse rows
+       on mouseover if it is set.
+
+       * gtk/gtkiconview.h: Remove some erroneous declarations.
+
+       * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't
+       crash if the displayed row is gone.
+
+2004-08-02  Morten Welinder  <terra@gnome.org>
+
+       * gtk/gtkentry.c (gtk_entry_motion_notify): C99ism.
+
+Mon Aug  2 01:30:03 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktextview.[hc]: 
+       * gtk/gtkentry.[hc]: Add a new binding signal ::backspace,
+       bind it to the backspace key, and make it pay attention 
+       to the Pango backspace_deletes_character 
+       attribute.  (#119891, Noah Levitt, patch by Theppitak 
+       Karoonboonyanan)
+
 Mon Aug  2 01:02:57 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):