]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Fix from Phil Blundell for compiling without Xkb. (#95909)
[~andy/gtk] / ChangeLog.pre-2-6
index 73f3459ce38588f85cad2687ccfc9a7cd425e847..1de90bc0be8b0ec8a821dc3b94672180434b24cf 100644 (file)
@@ -1,3 +1,102 @@
+Wed Oct 16 15:19:44 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkkeys-x11.c: Fix from Phil Blundell for
+       compiling without Xkb. (#95909)
+
+Wed Oct 16 14:32:43 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkpixmap.c 
+       gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c
+       gdk/win32/gdkdrawable-win32.c gdk/linux-fb/gdkdrawable-fb2.c
+       gdk/linux-fb/gdkprivate-fb.h:
+       Make 'filled' arguments for draw_arc/polygon/rectangle
+       gboolean not gint. (#94976)
+       
+Wed Oct 16 17:11:46 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Make
+       tear-off menuitems obey the "selected_shadow_type" style property.
+
+Tue Oct 15 17:25:47 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * modules/input/gtkimcontextxim.c (get_im): Don't use 
+       connect_swapped() when the function being connected
+       has a non-swapped signature.
+
+Tue Oct 15 09:54:54 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * modules/input/gtkimcontextxim.c (get_im): Initialize
+       info->ics to NULL. (Hidetoshi Tajima.)  
+
+       * modules/input/gtkimcontextxim.c (status_window_get): 
+       Call set_resizable on the window, not on the structure.
+
+Mon Oct 14 19:17:34 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.1.1 ===
+
+Mon Oct 14 18:50:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Version 2.1.1, interface age 0, binary age 101.
+
+       * NEWS: Updates
+
+Tue Oct 15 00:53:14 2002  Kristian Rietveld  <kris@gtk.org>
+
+       Behaviour change, apply changes if the entry of the editable gets
+       a focus out event (#82405).
+
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event):
+       new function,
+       (gtk_cell_renderer_text_start_editing): stop editing and apply
+       changes on focus-out.
+
+Tue Oct 15 00:47:35 2002  Kristian Rietveld  <kris@gtk.org>
+
+       Fixes an *evil* GtkTreeModelSort bug, #93629.
+
+       * gtk/gtktreemodel.c (release_row_references): return if the
+       refs->list is NULL.
+
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_changed): if we
+       are swapping two rows (re-insertion on row_changed), also *emit*
+       a rows_reordered signal. oops.
+
+Tue Oct 15 00:45:03 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkliststore.c (gtk_list_store_remove_silently): free
+       the actual link after the node has been removed (#92014).
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_column_finalize):
+       free the cell_list and the child if the exists (#92014).
+
+Tue Oct 15 00:40:25 2002  Kristian Rietveld  <kris@gtk.org>
+
+       Don't accept drops if the model has been sorted, #93758)
+
+       * gtk/gtkliststore.c (gtk_list_store_row_drop_possible): return
+       FALSE if the list has been sorted.
+
+       * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): check
+       if drag_dest is a TreeStore, return FALSE if the tree has been
+       sorted.
+
+Tue Oct 15 00:33:59 2002  Kristian Rietveld  <kris@gtk.org>
+
+       Compiler warning fixage, (#85858, #85859, #85860, #85872)
+
+       * gtk/gtkcellrendererpixbuf (gtk_cell_renderer_pixbuf_render):
+       s/guint/GtkCellRendererState/.
+       
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
+       ditto.
+
+       * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render),
+       (gtk_cell_renderer_toggle_activate): ditto.
+
+       * gtk/gtkliststore.c (gtk_list_store_get_flags): a
+       s/guint/GtkTreeModelFlags/ on the return type.
+
 Mon Oct 14 15:10:34 2002  Owen Taylor  <otaylor@redhat.com>
 
        * modules/input/gtkimcontextxim.c: