log src/image-overlay.c @ 2916:ae6cdcd69d9f default tip

age author description
Thu, 22 Nov 2018 15:08:54 +0000 Colin Clark Ref #160: Replace print dialog by standard GTK dialog
Sat, 14 Jul 2018 14:23:55 +0100 Colin Clark Ref #331: Overimposed custom composition rule lines
Thu, 01 Feb 2018 10:07:49 +0000 Colin Clark Ref. #584: There is no way to show the rating of an image
Sat, 16 Sep 2017 20:18:35 +0100 Tomasz Golinski Bug fix #509: Increase number of marks to 10
Mon, 29 May 2017 12:06:13 +0100 Alexander Antimonov <> Fix #381: Feature-Request: Make JPEG comment available for overlays
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Wed, 18 May 2016 20:36:07 +0100 Colin Clark Image overlay configurable colours
Wed, 18 May 2016 12:13:12 +0100 Colin Clark Image overlay configurable font
Sun, 21 Apr 2013 15:13:40 +1000 Emil Mikulic Skip over expanded keys.
Tue, 02 Oct 2012 22:19:13 +0100 Klaus Ethgen Merge branch 'master' into ke-lua ke-lua
Sun, 07 Mar 2010 20:04:23 +0100 Klaus Ethgen First usable lua callback
Thu, 04 Mar 2010 21:05:13 +0100 Klaus Ethgen Overlay info with lua
Thu, 30 Aug 2012 18:32:32 +0200 Laurent Monin Trim trailing white spaces on empty lines.
Thu, 30 Aug 2012 18:31:41 +0200 Laurent Monin Trim trailing white spaces.
Thu, 30 Aug 2012 15:53:29 +0200 Laurent Monin Remove commented out code.
Thu, 30 Aug 2012 14:10:29 +0200 Laurent Monin Silent a warning.
Thu, 30 Aug 2012 14:08:21 +0200 Laurent Monin Drop unused variable.
Tue, 31 Jul 2012 17:41:47 +0200 Vladimir Nadvornik updated version and copyright notice
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Sun, 17 Jan 2010 13:34:48 +0000 Laurent Monin Fix osd zoom level refreshing (it was broken since some times).
Mon, 07 Sep 2009 08:24:09 +0000 Laurent Monin Comment out unused functions, silenting related compilation warnings.
Sat, 27 Jun 2009 15:47:50 +0000 Vladimir Nadvornik improved overlay menu
Mon, 06 Apr 2009 22:13:54 +0000 Laurent Monin Fix up event source ids type: gint -> guint.
Tue, 31 Mar 2009 20:05:16 +0000 Vladimir Nadvornik improved debug messages
Sun, 15 Mar 2009 18:41:25 +0000 Vladimir Nadvornik fixed segfault in osd called from img-view
Sun, 15 Mar 2009 11:58:46 +0000 Vladimir Nadvornik fixed a bug in osd updating, it seems that the osd icons work again
Sun, 15 Mar 2009 11:34:09 +0000 Vladimir Nadvornik compute histogram in idle time
Sat, 14 Mar 2009 19:25:21 +0000 Laurent Monin Use gboolean where applicable, minor cleanup and indentations fixes.
Sun, 01 Mar 2009 23:14:19 +0000 Laurent Monin When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
Sat, 28 Feb 2009 14:40:22 +0000 Vladimir Nadvornik fixed overlay configuration
Thu, 26 Feb 2009 20:50:36 +0000 Laurent Monin Clean up histogram stuff: options saving/restoring, osd histogram separation, tidy up.
Mon, 23 Feb 2009 17:20:40 +0000 Laurent Monin Introduce helpers histogram_toggle_channel() and histogram_toggle_mode().
Sat, 21 Feb 2009 10:29:13 +0000 Laurent Monin Add grid to bar histogram, simplify the code and draw horizontal lines too.
Sun, 15 Feb 2009 19:25:55 +0000 Vladimir Nadvornik added histogram pane
Sun, 15 Feb 2009 17:27:48 +0000 Vladimir Nadvornik fixed histogram drawing
Sun, 15 Feb 2009 13:11:21 +0000 Vladimir Nadvornik histogram caching
Sat, 07 Feb 2009 19:01:21 +0000 Vladimir Nadvornik use metadata_read_* functions where possible
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Sat, 10 Jan 2009 20:40:37 +0000 Vladimir Nadvornik simplified metadata interface, dropped metadata_read,
Sun, 30 Nov 2008 21:43:01 +0000 Laurent Monin Rename most comment_*() functions to more appropriate metadata_*().
Tue, 25 Nov 2008 17:32:51 +0000 Laurent Monin Move comments/keywords read and write stuff to new metadata.{c,h}.
Tue, 25 Nov 2008 17:01:03 +0000 Laurent Monin Fix up unsigned expression always true/false warnings.
Tue, 07 Oct 2008 18:20:22 +0000 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Fri, 29 Aug 2008 12:35:13 +0000 Vladimir Nadvornik do not access image_loader directly
Mon, 25 Aug 2008 22:20:45 +0000 Laurent Monin Whitespaces cleanup.
Sat, 23 Aug 2008 21:07:25 +0000 Laurent Monin 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 Laurent Monin Fix double escaping of image overlay text.
Thu, 17 Jul 2008 21:51:21 +0000 Vladimir Nadvornik reload changed images
Tue, 15 Jul 2008 15:37:14 +0000 Laurent Monin Move code from image_osd_update_cb() to separate functions.
Tue, 15 Jul 2008 14:32:00 +0000 Laurent Monin Tidy up and code redundancy reduction.
Fri, 27 Jun 2008 22:57:48 +0000 Laurent Monin image_osd_mkinfo(): pipe replacement by " - " separator was fixed to work correctly with
Fri, 27 Jun 2008 21:35:21 +0000 Vladimir Nadvornik do not read keywords and comment between exif_read_fd and exif_free_fd
Fri, 27 Jun 2008 10:00:55 +0000 Laurent Monin osd_template_insert(): optimize and simplify using flags.
Fri, 27 Jun 2008 08:05:51 +0000 Laurent Monin image_osd_info_render(): ensure values are always escaped before using pango_layout_set_markup().
Thu, 26 Jun 2008 23:29:08 +0000 Laurent Monin image_osd_info_render(): code cleanup and simplification, drop some useless memory allocations.
Thu, 26 Jun 2008 12:23:48 +0000 Laurent Monin Use flags instead of int parameters for pixbuf_renderer_overlay_add().
Wed, 18 Jun 2008 22:26:52 +0000 Vladimir Nadvornik implemented generic FileData cache
Thu, 12 Jun 2008 20:33:51 +0000 Laurent Monin Allow to set image overlay info position through options:
Thu, 12 Jun 2008 20:17:22 +0000 Laurent Monin Move some functions from image.[ch] to image-overlay.c and make them static:
Sat, 07 Jun 2008 15:08:33 +0000 Vladimir Nadvornik various notification improvements