Mercurial > geeqie.yaz
diff TODO @ 115:53b2bfdcff69
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.
author | gqview |
---|---|
date | Tue, 28 Nov 2006 17:06:47 +0000 |
parents | 50fc73e08550 |
children | 197b8d2e52ce |
line wrap: on
line diff
--- a/TODO Mon Nov 27 06:37:48 2006 +0000 +++ b/TODO Tue Nov 28 17:06:47 2006 +0000 @@ -23,7 +23,7 @@ > color profiles: d> support profiles embedded in images - > check if clamp arg is handled correct in post_process_*() + d> check if clamp arg is handled correct in post_process_*() > add support in img-view.c --- @@ -117,15 +117,11 @@ Minor (non blockers): ---------------------------------------------- -d> update icon used for window to the (not so) new icon - > fix gtk_table_attach use to not use FALSE for fill vertical arg. > xv and xpaint are hardly used or even installed by any distro anymore - time to remove these (and find alternates?) seems silly to only have gimp. -d> update .desktop MimeType list to match Fedora's patch for missing formats - > allow editor commands to be interrupted (via SIGTERM?) > fix hanging editor commands that await user input (how to handle, or even detect this?) @@ -135,8 +131,6 @@ > fix printing of transparent images to not use black for transparency (white or user settable). -d> add [shift]+G to display as greyscale - > fix comment field in keywords bar to a height of 2 or 3 text lines. > add toolbar to: (UPDATE: these toolbars may not make it into 1.6) @@ -153,8 +147,6 @@ > Initiating full screen from the command line should not show main window until full screen is exited. -d> add --geometry suipport - > Add shortcut to jump to next folder within parent folder. > add animated image support