]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Export gtk_widget_set_accel_path().
[~andy/gtk] / ChangeLog.pre-2-4
index 9cf3af584dc27e846cefd2ed11f440d0f2fdc118..b7c752cbbcfd37a6a649f3dc8a8ce7ffafd02a3b 100644 (file)
@@ -1,3 +1,93 @@
+Tue Jan 29 22:31:07 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.[ch] gtkmenuitem.c gtkitemfactory.c: Export 
+       gtk_widget_set_accel_path().
+
+       * gtk/gtk.def: Add gtk_widget_set_accel_path.
+
+Tue Jan 29 21:50:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkaccelmap.[ch] gtk/gtkbindings.[ch] gtk/gtkwidget.[ch]:
+       Consistently use GdkModifierType. (#66950, Mark Patton)
+
+       * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
+       For consistency with gtk_button_new_from_stock(), fall back
+       to gtk_image_menu_item_new_with_mnemnonic(). (#65944,
+       Havoc Pennington)
+       
+       * gtk/gtkitemfactory.[ch] (gtk_item_factory_path_from_widget): 
+       Make G_CONST_RETURN. (#68527, Matt Wilson)
+
+Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
+       that the end points are included in the range. (#69783,
+       Jeffrey Baker)
+
+Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkscale.[ch]: Revert the last changes to make the
+       number of digits only effect drawing, instead, don't
+       round unless we are in the 'draw_value' mode -- this
+       is the behavior of GTK+-1.2, and keeps the behavior that
+       if the user sees a displayed value, it is the correct value.
+
+Tue Jan 29 19:51:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkenums.h: Deprecate GtkPreviewType,
+       GtkSignalRunType, GtkSideType, GtkSubmenuPlacement, GtkSubmenuDirection
+       (#68183, Matthias Clasen)
+
+       * gtk/gtkmenuitem.h: Remove _gtk_menu_item_set_placement() from
+       the public header to avoid having to use GtkSubmenuPlacement.
+
+       * gtk/{gtkmenuitem.c,gtkmenubar.c,gtkmenushell.c}: #define
+       GTK_MENU_INTERNALS to preserve access to GtkSubmenu*.
+
+       * gdk/gdki18n.h: Deprecate contents. (Darin Adler.)
+
+Tue Jan 29 19:32:47 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_get/set_property): 
+       Fix wrong usage of g_value_set/get_object for PROP_TABS
+       and memory leak in getter for PROP_TABS. (Jeff Franks)
+
+Tue Jan 29 19:04:41 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkstyle.c (gtk_style_render_icon): Document that
+       a size of (GtkIconSize)-1 means don't scale.
+
+       * gtk/gtkstyle.c (gtk_default_render_icon): Obey the
+       -1 convention.
+
+       * gtk/gtkimage.c (gtk_image_expose): Pass in -1 to
+       gtk_style_render_icon() to make sure that we catch it
+       obviously if the style's render function tries to
+       scale.
+
+Tue Jan 29 18:50:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimage.c (gtk_image_expose): Optimize exposes of
+       partial insensitive images.
+
+2002-01-24  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtkimage.c (gtk_image_expose): create insensitive version of
+       the image regardless of storage type, #63305
+
+       * demos/gtk-demo/images.c: add toggle button to demonstrate that
+       GtkImage makes its contents insensitive
+
+Tue Jan 29 17:40:02 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
+       Call _gdk_draw_pixbuf(), thus enabling using this function
+       for pixbufs with alpha. (#68801)
+
+       * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Move
+       implementation of gdk_pixbuf_render_to_drawable()
+       to here.
+
 Tue Jan 29 17:16:17 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtklayout.c: Patch from Jacob Berkman to fix problem
@@ -357,7 +447,7 @@ Wed Jan 23 15:12:16 2002  Owen Taylor  <otaylor@redhat.com>
 
 Wed Jan 23 14:44:12 2002  Owen Taylor  <otaylor@redhat.com>
 
-       * gtk/gtkspinbutton.c (EPSILON): Decreate value since
+       * gtk/gtkspinbutton.c (EPSILON): Decrease value since
        we now use doubles.
 
 Tue Jan 22 16:58:37 2002  Jonathan Blandford  <jrb@redhat.com>