log src/image-overlay.c @ 1811:f405ec9b696b default tip

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Sun, 17 Jan 2010 13:34:48 +0000 zas_ Fix osd zoom level refreshing (it was broken since some times).
Mon, 07 Sep 2009 08:24:09 +0000 zas_ Comment out unused functions, silenting related compilation warnings.
Sat, 27 Jun 2009 15:47:50 +0000 nadvornik improved overlay menu
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.