]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Fixed first arg type of GtkScale's format_value signal's function pointer.
[~andy/gtk] / ChangeLog.pre-2-4
index c92cd6117abcc02dbd01760dffa9236d1f9197d9..bb168ecd2e315caf8f7e3648a4edc3ed3182d2e7 100644 (file)
@@ -1,3 +1,106 @@
+2001-12-15  Murray Cumming  <murrayc@usa.net>
+
+       * Fixed first arg type of GtkScale's "format_value" signal's
+       function pointer.
+
+2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
+        docs/reference/gtk/tmpl/gtkcelleditable.sgml
+                gtkcelleditable -> GtkCellEditable
+        docs/reference/gtk/tmpl/gtktreesortable.sgml
+                gtktreesortable -> GtkTreeSortable
+
+2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
+       demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
+       and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
+       resp.
+
+Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
+
+       * gtk/gtktreeview.c (validate_visible_area): free path
+       at the end
+
+2001-12-13  Matthias Clasen  <matthiasc@poet.de>
+
+       * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
+
+Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
+       to find the clicked node in the tree when tree == NULL
+
+2001-12-13  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
+       event->state with the default mod mask. 
+
+2001-12-12  jacob berkman  <jacob@ximian.com>
+
+       * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
+
+Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
+       Reset the existing slave before removing it to give
+       it a chance to commit and emit "preedit_changed" 
+       in case there was still a preedit string.
+
+2001-12-12  Matthias Clasen  <matthiasc@poet.de>
+       
+       * gtk/gtktextlayout.c: Typo fixes
+       * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
+
+       * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
+       gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
+
+       * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
+
+Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
+       validate_rows_timer in unrealize.  Reported by Matthew Wilson.
+
+Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
+       "prepainting" the menu before realizing other than
+       via gtk_style_set_background() - this was broken when
+       we added menu scroll support.
+
+       * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
+       window in the expose event -- fixes problem with border
+       flashing during scrolling.
+
+Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtksettings.c (gtk_settings_get_property): Support
+       using names/nicks for the gdk_settings values for enum valued
+       types. (#57678, reported by Anders Carlsson)
+
+Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
+       with insert_page_menu.  Code duplication is bad.
+
+       * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
+       wrong fix yesterday.
+
+Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
+       modifiers.
+
+2001-12-12  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
+       (menu_item)->accel_path first when looking up the accel path.
+
+Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * tests/testgtk.c (layout_expose_handler): Only draw
+       for events on the bin window.
+
 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let