]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Implement a clientmessage based scheme for makeing sure that all GTK+
[~andy/gtk] / ChangeLog.pre-2-8
index a0c88cc9fc7b410aa3d6a5404f956138ea0e5569..eb9e32ae91140451be352ef50bab62f1c156a78b 100644 (file)
@@ -1,3 +1,36 @@
+2005-08-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwindow.c (gtk_window_client_event): 
+       * gtk/gtkicontheme.c (ensure_valid_themes) 
+       (_gtk_icon_theme_check_reload): Implement a clientmessage based
+       scheme for makeing sure that all GTK+ applications notice if an
+       icon theme has been updated. This should prevent multiple versions
+       of an icon theme cache to be mapped in memory at the same time,
+       which can cause excessive memory consumption.  (#313156, Chris 
+       Lahey)
+
+2005-08-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note
+       regarding icon theme changes.
+
+       * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning
+       pixbufs which are backed by the mmapped memory of an icon cache,
+       increase the refcount of the icon cache, so that the memory is not
+       munmapped away underneath the pixbuf upon icon theme changes.  
+       (#314170, Kjartan Maraas)
+
+       * docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order 
+       to link against Xext.  (#314062)
+
+       * gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
+       overruns.  (#314081, Hans Breuer)
+
+2005-08-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_get_layout): Clarify that the
+       returned layout must not be modified.
+
 Sat Aug 20 16:12:14 2005  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_set_model): clear