]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery)
[~andy/gtk] / ChangeLog.pre-2-10
index 2e182a8fada9990cb672f747ab47a57469eb9d06..6e8ebb1135b935cff403be4971eb422227f0084c 100644 (file)
@@ -1,3 +1,101 @@
+2005-10-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * */Makefile.am: use $(GLIB_MKENUMS) instead of 
+       glib-mkenums.  (#318582, Damien Carbery)
+
+       * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
+       docs.  (#317682, Christian - Manny Calavera - Neumair)
+
+       * gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
+       seem to affect the placement of the data in the readonly 
+       section, and causes problems with some compilers.  (#317844)
+
+2005-10-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
+       Fix some issues with background drawing in RTL.  (#318781,
+       Eric Cazeaux)
+
+       * tests/Makefile.am:
+       * tests/testentrycompletion.c: Apply a patch by Christian
+       Persch to add property editors.
+
+       * gtk/gtkstatusicon.c: Emit activate on single-click,
+       not on double-click, change proposed by Milosz Derezynski.
+
+2005-10-25  Kristian Rietveld  <kris@gtk.org>
+
+       Fixes #311955, reported by Markku Vire; and a lot more.
+
+       * gtk/gtktreemodelfilter.c: Made this thing work correctly.
+       Levels can now have invisible nodes cached, functions have been
+       rewritten/refactored to take this into account; also the logic in
+       some functions has been corrected.
+       
+       Each referenced node now references all visible children or a single
+       invisible child, in order to be able to monitor all changes in the
+       child model required for correct operation.
+
+       When a virtual root is set, all nodes on the virtual root level are
+       referenced.
+
+       At last, a bunch of random bug fixes and comment updates.
+
+2005-10-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
+       more docs.  (#319722, Paolo Borelli)
+
+       * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the 
+       initialization of screen_x11->xft_rgba more explicit.  (#319627,
+       Bogdan Nicula)
+
+       * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
+       in a blurb.  (#319499, Francisco Javier F. Serrador)
+
+2005-10-24  Matthias Clasen  <mclasen@redhat.com>
+
+       Add settings to hide the input method and Unicode control character
+       submenus in the context menus of GtkEntry and GtkTextView.  
+       
+       * gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings.
+       
+       * gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here.
+
+       * gtk/gtktextview.c (popup_targets_received): 
+       * gtk/gtkentry.c (popup_targets_received): Use the settings here.
+
+2005-10-24  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting
+       row-has-child-toggled when the level is not in the cache does not
+       make sense.  (This bug probably crept in during the early stages
+       of GtkTreeModelSort when there wasn't a correct row-has-child-toggled
+       implementation yet),
+       (gtk_tree_model_sort_real_unref_node): only get the child iter
+       when we will actually also use it.
+
+2005-10-22  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the
+       widget being realized, in addition to being visible, to avoid
+       running into precondition check in gtk_tree_view_get_cell_area().
+       (approved by Kris).
+
+2005-10-22  Dom Lachowicz <cinamod@hotmail.com>
+
+       * modules/engines/ms-windows/msw_style.c (setup_msw_rc_style): 
+       Experimentally, scrollbar steppers can shrink to 8 pixels on 
+       Win32. Reflect that in the theme.
+       * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally,
+       there is a 1-pixel border between a scrollbar and its child
+       in ScrolledWindows on Win32. Reflect that in the theme.
+       
+2005-10-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
+       for the selection window.  (#318806, Alex Larsson)
+
 2005-10-18  Federico Mena Quintero  <federico@ximian.com>
 
        Fixes bug #317999: