log src/image-overlay.c @ 1712:7f91f906f9c2

age author description
Mon, 07 Sep 2009 08:24:09 +0000 zas_ Comment out unused functions, silenting related compilation warnings.
Mon, 06 Apr 2009 22:13:54 +0000 zas_ Fix up event source ids type: gint -> guint.
Tue, 31 Mar 2009 20:05:16 +0000 nadvornik improved debug messages
Sun, 15 Mar 2009 18:41:25 +0000 nadvornik fixed segfault in osd called from img-view
Sun, 15 Mar 2009 11:58:46 +0000 nadvornik fixed a bug in osd updating, it seems that the osd icons work again
Sun, 15 Mar 2009 11:34:09 +0000 nadvornik compute histogram in idle time
Sat, 14 Mar 2009 19:25:21 +0000 zas_ Use gboolean where applicable, minor cleanup and indentations fixes.
Sun, 01 Mar 2009 23:14:19 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
Sat, 28 Feb 2009 14:40:22 +0000 nadvornik fixed overlay configuration
Thu, 26 Feb 2009 20:50:36 +0000 zas_ Clean up histogram stuff: options saving/restoring, osd histogram separation, tidy up.
Mon, 23 Feb 2009 17:20:40 +0000 zas_ Introduce helpers histogram_toggle_channel() and histogram_toggle_mode().
Sat, 21 Feb 2009 10:29:13 +0000 zas_ Add grid to bar histogram, simplify the code and draw horizontal lines too.
Sun, 15 Feb 2009 19:25:55 +0000 nadvornik added histogram pane
Sun, 15 Feb 2009 17:27:48 +0000 nadvornik fixed histogram drawing
Sun, 15 Feb 2009 13:11:21 +0000 nadvornik histogram caching
Sat, 07 Feb 2009 19:01:21 +0000 nadvornik use metadata_read_* functions where possible
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
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%.
Sat, 10 May 2008 21:29:53 +0000 zas_ Fix display of collection in overlay info.
Sat, 10 May 2008 14:22:18 +0000 zas_ image_osd_get() now returns OsdShowFlags.
Sat, 10 May 2008 13:54:25 +0000 zas_ Display a simple grid with histogram.
Sat, 10 May 2008 09:00:14 +0000 zas_ Save full OSD state to rc file and restore it on startup.
Fri, 09 May 2008 12:43:10 +0000 zas_ image_osd_info_render(): if there's no fd, just return.
Fri, 09 May 2008 12:33:24 +0000 zas_ Move overlay histogram stuff from ImageWindow to OverlayStateData.
Fri, 09 May 2008 11:15:56 +0000 zas_ Introduce image_get_osd_data() and image_set_osd_data().
Fri, 09 May 2008 09:58:46 +0000 zas_ image_osd_get() and image_osd_set() now uses flags.
Fri, 09 May 2008 09:34:38 +0000 zas_ image_osd_histogram_chan_toggle(), image_osd_histogram_log_toggle():
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Tue, 29 Apr 2008 22:44:06 +0000 nadvornik fixed a memory leak
Tue, 29 Apr 2008 18:12:49 +0000 nadvornik cleanup: use image_get_image_size
Wed, 23 Apr 2008 23:51:02 +0000 zas_ Make image_osd_histogram_onoff_toggle() and image_osd_histogram_onoff_status() static.
Wed, 23 Apr 2008 23:47:53 +0000 zas_ Fix image overlay displayed only on second "I" press in layout view.
Tue, 22 Apr 2008 09:40:05 +0000 zas_ Correctly escape data before using pango_layout_set_markup().
Tue, 22 Apr 2008 09:01:29 +0000 zas_ Use image_osd_toggle() in layout_menu_overlay_cb().
Tue, 22 Apr 2008 08:53:07 +0000 zas_ Merge view_overlay_toggle() and layout_image_overlay_toggle() into new image_osd_toggle().
Tue, 22 Apr 2008 08:34:30 +0000 zas_ Make histogram depends on image window not layout window.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Mon, 21 Apr 2008 20:12:49 +0000 zas_ Rename few functions and replace fullscreen info with image overlay template string.
Mon, 21 Apr 2008 20:01:22 +0000 zas_ Replace fullscreen.info and fullscreen.show_info options by:
Mon, 21 Apr 2008 15:30:16 +0000 zas_ Fix a segfault occuring when pressing 'i' for overlay info
Sun, 20 Apr 2008 21:35:03 +0000 nadvornik read color profiles from jpeg also with Exiv2
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Fri, 18 Apr 2008 23:09:03 +0000 zas_ Add zoom ratio display to OSD in fullscreen mode.
Fri, 18 Apr 2008 21:51:08 +0000 zas_ Remove forgotten debug printf().
Fri, 18 Apr 2008 21:42:00 +0000 zas_ Fix OSD display when fullscreen info string is empty.
Fri, 11 Apr 2008 23:32:22 +0000 zas_ Rationalize fullscreen options naming.
Fri, 11 Apr 2008 22:14:36 +0000 zas_ Add a new struct ConfOptions to handle options.
Thu, 10 Apr 2008 11:31:20 +0000 zas_ Do not display ... if not truncated.
Thu, 10 Apr 2008 10:43:15 +0000 zas_ Add the possibility to truncate overlay infos displayed:
Wed, 09 Apr 2008 20:49:32 +0000 nadvornik improved histogram drawing
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Tue, 08 Apr 2008 21:52:04 +0000 nadvornik fixed histogram label
Tue, 08 Apr 2008 20:56:50 +0000 nadvornik reworked the histogram patch by Uwe Ohse, most of the code is in
Mon, 07 Apr 2008 19:06:17 +0000 zas_ Fix a segfault on fullscreen file deletion reported by Frdric Mantegazza.
Mon, 07 Apr 2008 08:09:39 +0000 zas_ Display marks in overlay info only if at least one is set.
Thu, 03 Apr 2008 22:03:14 +0000 zas_ Add parenthesis around affection to clear a gcc warning.
Mon, 31 Mar 2008 22:10:25 +0000 zas_ Customizable info overlay in fullscreen, based on the patch posted to gqview-devel list by Timo on 2007-09-10.
Mon, 31 Mar 2008 07:29:03 +0000 zas_ Indentation and white lines minor fixes.
Sun, 23 Mar 2008 20:38:54 +0000 nadvornik rename GQview -> Geeqie over the code
Fri, 14 Dec 2007 21:51:46 +0000 nadvornik show active marks in image overlay
Fri, 20 Jul 2007 07:10:48 +0000 bruclik compilation fix
Fri, 13 Jul 2007 14:03:08 +0000 bruclik First implementation of marks for all photos.
Sat, 02 Dec 2006 21:57:12 +0000 gqview Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
Thu, 30 Nov 2006 03:56:25 +0000 gqview Wed Nov 29 22:53:03 2006 John Ellis <johne@verizon.net>
Wed, 29 Nov 2006 19:38:25 +0000 gqview Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
Sat, 19 Mar 2005 01:15:17 +0000 gqview ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
Sat, 26 Feb 2005 00:13:35 +0000 gqview Sync to GQview 1.5.9 release.