log src/histogram.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Sun, 13 Sep 2009 12:33:11 +0000 nadvornik preserve histmap on NOTIFY_CHANGE
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, 29 Mar 2009 19:57:19 +0000 nadvornik fixed a typo
Thu, 26 Mar 2009 07:56:01 +0000 nadvornik fixed histogram drawing
Sun, 15 Mar 2009 11:34:09 +0000 nadvornik compute histogram in idle time
Sat, 14 Mar 2009 17:21:35 +0000 nadvornik improved notification system
Sat, 14 Mar 2009 11:26:43 +0000 zas_ More gboolean and tidy up.
Sat, 28 Feb 2009 20:57:26 +0000 zas_ max value -> value. Shorter.
Sat, 28 Feb 2009 20:13:11 +0000 nadvornik show histogram label in the title
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().
Sun, 22 Feb 2009 17:40:32 +0000 zas_ Fix and simplify histogram code, drop histogram based on mean value.
Sun, 22 Feb 2009 13:29:49 +0000 zas_ Attempt to simplify and fix histrogram code.
Sat, 21 Feb 2009 10:53:18 +0000 zas_ Move grid color setting to histogram_new().
Sat, 21 Feb 2009 10:33:56 +0000 zas_ Remove histogram_ prefix from struct _Histogram fields names and rename them more properly.
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 13:11:21 +0000 nadvornik histogram caching
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Tue, 26 Aug 2008 21:19:33 +0000 zas_ Indentation fixes.
Fri, 09 May 2008 08:39:18 +0000 zas_ Preserve last histogram modes.
Fri, 09 May 2008 07:32:30 +0000 zas_ Use function(void) instead of function() for declaring functions which
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Mon, 21 Apr 2008 14:19:48 +0000 zas_ histogram_draw(): tidy up.
Mon, 21 Apr 2008 13:39:17 +0000 zas_ histogram_read(): speed up calculations by 20%.
Mon, 21 Apr 2008 11:44:03 +0000 zas_ histogram_read(): use memset() to initialize histogram data instead of for() loop.
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Wed, 09 Apr 2008 20:49:32 +0000 nadvornik improved histogram drawing
Tue, 08 Apr 2008 23:41:01 +0000 zas_ int -> gint
Tue, 08 Apr 2008 23:25:46 +0000 zas_ Fix missing header files inclusions.
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Tue, 08 Apr 2008 20:56:50 +0000 nadvornik reworked the histogram patch by Uwe Ohse, most of the code is in