log src/image-overlay.c @ 1260:51dec1b35246

age author description
Sat, 10 Jan 2009 20:40:37 +0000 nadvornik simplified metadata interface, dropped metadata_read,
Sun, 30 Nov 2008 21:43:01 +0000 zas_ Rename most comment_*() functions to more appropriate metadata_*().
Tue, 25 Nov 2008 17:32:51 +0000 zas_ Move comments/keywords read and write stuff to new metadata.{c,h}.
Tue, 25 Nov 2008 17:01:03 +0000 zas_ Fix up unsigned expression always true/false warnings.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Fri, 29 Aug 2008 12:35:13 +0000 nadvornik do not access image_loader directly
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Sat, 23 Aug 2008 21:07:25 +0000 zas_ Fix another missing separator bug in image overlay. This one was occuring with default string when no ISO data was available from exif.
Sat, 16 Aug 2008 07:18:16 +0000 zas_ Fix double escaping of image overlay text.
Thu, 17 Jul 2008 21:51:21 +0000 nadvornik reload changed images
Tue, 15 Jul 2008 15:37:14 +0000 zas_ Move code from image_osd_update_cb() to separate functions.
Tue, 15 Jul 2008 14:32:00 +0000 zas_ Tidy up and code redundancy reduction.
Fri, 27 Jun 2008 22:57:48 +0000 zas_ image_osd_mkinfo(): pipe replacement by " - " separator was fixed to work correctly with
Fri, 27 Jun 2008 21:35:21 +0000 nadvornik do not read keywords and comment between exif_read_fd and exif_free_fd
Fri, 27 Jun 2008 10:00:55 +0000 zas_ osd_template_insert(): optimize and simplify using flags.
Fri, 27 Jun 2008 08:05:51 +0000 zas_ image_osd_info_render(): ensure values are always escaped before using pango_layout_set_markup().
Thu, 26 Jun 2008 23:29:08 +0000 zas_ image_osd_info_render(): code cleanup and simplification, drop some useless memory allocations.
Thu, 26 Jun 2008 12:23:48 +0000 zas_ Use flags instead of int parameters for pixbuf_renderer_overlay_add().
Wed, 18 Jun 2008 22:26:52 +0000 nadvornik implemented generic FileData cache
Thu, 12 Jun 2008 20:33:51 +0000 zas_ Allow to set image overlay info position through options:
Thu, 12 Jun 2008 20:17:22 +0000 zas_ Move some functions from image.[ch] to image-overlay.c and make them static:
Sat, 07 Jun 2008 15:08:33 +0000 nadvornik various notification improvements
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd
Tue, 03 Jun 2008 13:54:22 +0000 zas_ Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
Mon, 26 May 2008 18:32:04 +0000 nadvornik Fix histogram grid - patch by Uwe Ohse
Sat, 24 May 2008 20:01:59 +0000 zas_ Allow to escape star characters in the template string with a \.
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Thu, 22 May 2008 10:09:07 +0000 zas_ Modify set_default_image_overlay_template_string() to accept the pointer to
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Tue, 13 May 2008 11:58:47 +0000 zas_ Keywords and comment can now be displayed in OSD info using %keywords% and %comment%.