]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Add a new type GTK_IMAGE_ICON_NAME for named icons, update the size and
[~andy/gtk] / ChangeLog
index da41277cb455ce7bc51c8a2f5166119c31b57e48..db54756c051896e98a9d5b94a639f09d48404837 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,20 @@
+2004-10-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkimage.h: 
+       * gtk/gtkimage.c (gtk_image_new_from_icon_name)
+       (gtk_image_set_from_icon_name, gtk_image_get_icon_name)
+       (gtk_image_set_pixel_size, gtk_image_get_pixel_size):  Add a
+       new type GTK_IMAGE_ICON_NAME for named icons, update the size
+       and content of stock, icon set and named icon images upon style
+       changes, and allow to set a fixed pixel size for named icon
+       images.  (#155688, James Henstridge)
+
+       * tests/testimage.c: Test application for theming behaviour of
+       different image types and for image dnd.
+
 2004-10-24  Matthias Clasen  <mclasen@redhat.com>
 
-       * gtk/gtkcellrenderercombo.c: Use G_DEFINE_TYPE, intialize the
+       * gtk/gtkcellrenderercombo.c: Use G_DEFINE_TYPE, initialize the
        has_entry property, ref the model and add a finalizer.  (#156325,
        Olivier Andrieu)