summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-10-27 17:46:35 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-10-27 17:46:35 +0000
commit72e543f08080be0ce54a1d177df7e3f213c3924f (patch)
treeda3e423ff4a7707a05f915ed973f5c7079f33403 /ChangeLog
parent70d528b5ed5ceb4b5fcfc2601ff5b3e28acc0cf5 (diff)
downloadglade-72e543f08080be0ce54a1d177df7e3f213c3924f.tar.gz
- Reimplemented GtkImage from ground up. - Reimplemented stock on
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: - Reimplemented GtkImage from ground up. - Reimplemented stock on GtkButton. - Made toolbutton editables show up in the toolbar editor * gladeui/glade-base-editor.[ch]: Added glade_base_editor_add_editable() * plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-tool-bar-editor.c: Implement new Editable vfunc set_show_name() * gladeui/glade-editor-table.c, gladeui/glade-editable.c, gladeui/glade-editor.c: Added new vfunc set_show_name() * plugins/gtk+/Makefile.am, plugins/gtk+/glade-image-editor.[ch]: New editor widget for GtkImage * gladeui/glade-property-class.[ch]: string props can now be "stock" or "stock-icon" * gladeui/glade-widget-adaptor.c: No more stock enum eprops * gladeui/glade-editor-property.c: Handle string types with "stock" or "stock-icon" svn path=/trunk/; revision=2004
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95fbf72a..b208e9f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2008-10-27 Tristan Van Berkom <tvb@gnome.org>
+
+ * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c:
+ - Reimplemented GtkImage from ground up.
+ - Reimplemented stock on GtkButton.
+ - Made toolbutton editables show up in the toolbar editor
+
+ * gladeui/glade-base-editor.[ch]: Added glade_base_editor_add_editable()
+
+ * plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-tool-bar-editor.c:
+ Implement new Editable vfunc set_show_name()
+
+ * gladeui/glade-editor-table.c, gladeui/glade-editable.c, gladeui/glade-editor.c:
+ Added new vfunc set_show_name()
+
+ * plugins/gtk+/Makefile.am, plugins/gtk+/glade-image-editor.[ch]: New editor
+ widget for GtkImage
+
+ * gladeui/glade-property-class.[ch]: string props can now be "stock" or "stock-icon"
+
+ * gladeui/glade-widget-adaptor.c: No more stock enum eprops
+
+ * gladeui/glade-editor-property.c: Handle string types with "stock" or "stock-icon"
+
2008-10-26 Tristan Van Berkom <tvb@gnome.org>
* plugins/gtk+/Makefile.am, plugins/gtk+/glade-tool-button-editor.[ch]: