summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnome.org>2004-02-24 00:15:23 +0000
committerAnders Carlsson <andersca@src.gnome.org>2004-02-24 00:15:23 +0000
commitd6286bc3c48ce9fb861c7cafdded3d2ccd7aa3f2 (patch)
tree632e77df32d19472ace20cf3178415e276966f96 /ChangeLog.pre-2-8
parent6ad1c8996461e47cb3b696e833397c4ac029c9ce (diff)
downloadgdk-pixbuf-d6286bc3c48ce9fb861c7cafdded3d2ccd7aa3f2.tar.gz
Improve bookmark list rendering by controlling the visibility of the
2004-02-24 Anders Carlsson <andersca@gnome.org> * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path), (shortcuts_remove_rows), (shortcuts_append_bookmarks), (create_shortcuts_model), (shortcuts_tree_create), (gtk_file_chooser_default_remove_shortcut_folder): Improve bookmark list rendering by controlling the visibility of the pixbuf cell so that it will be invisible for the separator row, also use a list store instead of a tree store for the model so we won't get unnecessary space for an expander.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-811
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 395e6b3d0..1ed5bf681 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,14 @@
+2004-02-24 Anders Carlsson <andersca@gnome.org>
+
+ * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
+ (shortcuts_remove_rows), (shortcuts_append_bookmarks),
+ (create_shortcuts_model), (shortcuts_tree_create),
+ (gtk_file_chooser_default_remove_shortcut_folder):
+ Improve bookmark list rendering by controlling the visibility
+ of the pixbuf cell so that it will be invisible for the separator
+ row, also use a list store instead of a tree store for the model
+ so we won't get unnecessary space for an expander.
+
Tue Feb 24 01:08:27 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c: Add a destroy implementation in order to