summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-07-16 20:27:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-16 20:27:40 +0000
commitc0af1c1aaac502c8304f7b95ffefce2b4dd5fb9c (patch)
treefb65084de9afa231664360b11d4306cf834ae20e /ChangeLog
parentd8df3618135b4abe4a3af6cba6bff6aea225fc0f (diff)
downloadgtk+-c0af1c1aaac502c8304f7b95ffefce2b4dd5fb9c.tar.gz
Add a combo box cell renderer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b15ca79470..452243d8f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,30 @@
2004-07-16 Matthias Clasen <mclasen@redhat.com>
+ Add a combo box cell renderer (#139347, Lorenzo Gil Sanchez)
+
+ * gtk/gtkcellrenderercombo.[hc]: New Files.
+
+ * gtk/gtk.h:
+ * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources):
+ Add the new files.
+
+ * gtk/gtkcombobox.[hc]: Implement GtkCellEditable, add a
+ :has-frame property for suppressing the frame around
+ the child and redo the size allocation logic to take
+ focus width into account.
+
+ * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init):
+ Acknowledge the GtkComboBox:has-frame property and make
+ the entry fill its allocation vertically.
+
+ * gtk/gtkmarshalers.list: Add BOOLEAN:STRING.
+
+ * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Queue
+ a draw here to keep non-widget windows from leaving
+ shadows behind.
+
+2004-07-16 Matthias Clasen <mclasen@redhat.com>
+
* gtk/gtkcombobox.c (gtk_combo_box_forall): Don't iterate
multiple times over some of the children.