aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-01-31 06:48:04 +0800
committerChris Toshok <toshok@src.gnome.org>2004-01-31 06:48:04 +0800
commitf06004a362ac6bb3bc3248653b5db266d554eb15 (patch)
treeec1e7cb1fda81423d8a3d71808a8e11f420da111 /widgets/misc/ChangeLog
parent728677a50b2f8f0fd7e8d70f5502e6d36f679a2f (diff)
downloadgsoc2013-evolution-f06004a362ac6bb3bc3248653b5db266d554eb15.tar
gsoc2013-evolution-f06004a362ac6bb3bc3248653b5db266d554eb15.tar.gz
gsoc2013-evolution-f06004a362ac6bb3bc3248653b5db266d554eb15.tar.bz2
gsoc2013-evolution-f06004a362ac6bb3bc3248653b5db266d554eb15.tar.lz
gsoc2013-evolution-f06004a362ac6bb3bc3248653b5db266d554eb15.tar.xz
gsoc2013-evolution-f06004a362ac6bb3bc3248653b5db266d554eb15.tar.zst
gsoc2013-evolution-f06004a362ac6bb3bc3248653b5db266d554eb15.zip
add an alignment around the image. This might not be enough. hrm.
2004-01-30 Chris Toshok <toshok@ximian.com> * e-image-chooser.c (e_image_chooser_init): add an alignment around the image. This might not be enough. hrm. (set_image_from_data): handle the case where there's no image (image_height == image_width == 0). (e_image_chooser_get_image_data): new function. (e_image_chooser_set_image_data): new function. svn path=/trunk/; revision=24552
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 826be8b970..e806ec9bf6 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,5 +1,16 @@
2004-01-30 Chris Toshok <toshok@ximian.com>
+ * e-image-chooser.c (e_image_chooser_init): add an alignment
+ around the image. This might not be enough. hrm.
+ (set_image_from_data): handle the case where there's no image
+ (image_height == image_width == 0).
+ (e_image_chooser_get_image_data): new function.
+ (e_image_chooser_set_image_data): new function.
+
+ * e-image-chooser.h: add prototypes for set/get_image_data.
+
+2004-01-30 Chris Toshok <toshok@ximian.com>
+
* e-image-chooser.[ch]: abstract out the drag and droppable image
widget from the contact list editor and stick it here. There's
some code for a "Browse..." button here but it's not enabled.