summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-07-18 03:39:50 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-18 03:39:50 +0000
commit8ed28a9a1a361142acc550f198f8c609687f49d9 (patch)
treeb10913e561fc46d5b7aa3a06838be6c5188a65db /ChangeLog.pre-2-8
parent01d19b81904d703fd74ca651debd4a8c907bbb4e (diff)
downloadgdk-pixbuf-8ed28a9a1a361142acc550f198f8c609687f49d9.tar.gz
Add a new :orientation property to determine whether text is positioned
Sat Jul 17 23:11:04 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkiconview.h: * gtk/gtkiconview.c (gtk_icon_view_class_init): * gtk/gtkiconview.c (gtk_icon_view_set_orientation): * gtk/gtkiconview.c (gtk_icon_view_get_orientation): * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): Add a new :orientation property to determine whether text is positioned below or beside icons. (#147463)
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 50814bf12..71121c741 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,14 @@
+Sat Jul 17 23:11:04 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkiconview.h:
+ * gtk/gtkiconview.c (gtk_icon_view_class_init):
+ * gtk/gtkiconview.c (gtk_icon_view_set_orientation):
+ * gtk/gtkiconview.c (gtk_icon_view_get_orientation):
+ * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size):
+ * gtk/gtkiconview.c (gtk_icon_view_layout_single_row):
+ Add a new :orientation property to determine whether text
+ is positioned below or beside icons. (#147463)
+
Sat Jul 17 23:03:30 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkiconview.c (gtk_icon_view_paint_item):