diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-08-15 13:46:32 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-15 13:46:32 +0000 |
commit | 4b5f259ba03131f21cc820331731d166fd0d3f56 (patch) | |
tree | af9d8ff93a1aa5c8c4db0e2a1cf3df8a9b5d1424 /ChangeLog.pre-2-8 | |
parent | 0bdd39e4978d51e6f02d55cd1446d0474b4482a7 (diff) | |
download | gdk-pixbuf-4b5f259ba03131f21cc820331731d166fd0d3f56.tar.gz |
Use object data to mark widgets and groups as visited, so that we avoid
2005-08-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksizegroup.c: Use object data to mark widgets and
groups as visited, so that we avoid constant extra list
traversals. Also allocate quarks in class_init. (#311618,
Michael Natterer)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 777ce0893..2cf76c7be 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,9 +1,16 @@ 2005-08-15 Matthias Clasen <mclasen@redhat.com> + * gtk/gtksizegroup.c: Use object data to mark widgets and + groups as visited, so that we avoid constant extra list + traversals. Also allocate quarks in class_init. (#311618, + Michael Natterer) + * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the download location for the hicolor icon theme. (#313475, Olexiy Avramchenko) + * gtk/gtkicontheme.c: Remove debug spew. + 2005-08-15 Owen Taylor <otaylor@redhat.com> * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap): |