Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
authorJohn Ellis <johne@verizon.net>
Tue, 28 Nov 2006 17:06:47 +0000 (17:06 +0000)
committerJohn Ellis <johne@verizon.net>
Tue, 28 Nov 2006 17:06:47 +0000 (17:06 +0000)
commit6d557a7a62fa26cfbb766d156740b0ec731d9a53
treec4b85a3200b7dfe079006493af5b064ceae04bd5
parent6f694c071ce7ec62a2a3705311daae40d6cfea21
Tue Nov 28 11:54:30 2006  John Ellis  <johne@verizon.net>

        * color-man.[ch]: Allow color manager to work with GdkPixbufs not
        linked to an ImageWindow. Fix missing embedded dummy function when
        compiling without color profile support.
        * image.c: When embedded color profiles is enabled and EXIF ColorSpace
        is set to 1 use sRGB color profile for the image. Also fixed order of
        starting the image read-ahead when color profiles are in use.
        * typedefs.h (ImageWindow): Use gpointer definition correctly so that
        cm is a pointer and not a pointer to a pointer.
        * utilops.c: Pass 0 to vertical fill arg of gtk_table_attach() instead
        of FALSE.
ChangeLog
TODO
src/color-man.c
src/color-man.h
src/image.c
src/typedefs.h
src/utilops.c