Trim trailing white spaces.
[geeqie.git] / src / histogram.c
2012-08-30 Laurent MoninTrim trailing white spaces.
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-09-13 Vladimir Nadvornikpreserve histmap on NOTIFY_CHANGE
2009-06-27 Vladimir Nadvornikimproved overlay menu
2009-04-06 Laurent MoninFix up event source ids type: gint -> guint.
2009-03-31 Vladimir Nadvornikimproved debug messages
2009-03-29 Vladimir Nadvornikfixed a typo
2009-03-26 Vladimir Nadvornikfixed histogram drawing
2009-03-15 Vladimir Nadvornikcompute histogram in idle time
2009-03-14 Vladimir Nadvornikimproved notification system
2009-03-14 Laurent MoninMore gboolean and tidy up.
2009-02-28 Laurent Moninmax value -> value. Shorter.
2009-02-28 Vladimir Nadvornikshow histogram label in the title
2009-02-26 Laurent MoninClean up histogram stuff: options saving/restoring...
2009-02-23 Laurent MoninIntroduce helpers histogram_toggle_channel() and histog...
2009-02-22 Laurent MoninFix and simplify histogram code, drop histogram based...
2009-02-22 Laurent MoninAttempt to simplify and fix histrogram code.
2009-02-21 Laurent MoninMove grid color setting to histogram_new().
2009-02-21 Laurent MoninRemove histogram_ prefix from struct _Histogram fields...
2009-02-21 Laurent MoninAdd grid to bar histogram, simplify the code and draw...
2009-02-15 Vladimir Nadvornikadded histogram pane
2009-02-15 Vladimir Nadvornikhistogram caching
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-08-26 Laurent MoninFor the sake of consistency, use glib basic types every...
2008-08-26 Laurent MoninIndentation fixes.
2008-05-09 Laurent MoninPreserve last histogram modes.
2008-05-09 Laurent MoninUse function(void) instead of function() for declaring...
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-21 Laurent Moninhistogram_draw(): tidy up.
2008-04-21 Laurent Moninhistogram_read(): speed up calculations by 20%.
2008-04-21 Laurent Moninhistogram_read(): use memset() to initialize histogram...
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-09 Vladimir Nadvornikimproved histogram drawing
2008-04-08 Laurent Moninint -> gint
2008-04-08 Laurent MoninFix missing header files inclusions.
2008-04-08 Laurent Moningqview.h -> main.h
2008-04-08 Vladimir Nadvornikreworked the histogram patch by Uwe Ohse, most of the...