Remove commented out code.
[geeqie.git] / src / image.c
2012-08-30 Laurent MoninRemove commented out code.
2012-08-20 Vladimir Nadvornikimplemented presentation mode
2012-08-18 Vladimir Nadvornikdropped support for gtk < 2.20
2012-08-13 Vladimir Nadvornikdropped deprecated dither_quality code
2012-08-13 Vladimir Nadvornikselectable image drawing for gtk3
2012-08-13 Vladimir Nadvornikselectable image cleanup
2012-08-13 Vladimir Nadvornikupdated libchamplain code
2012-08-13 Vladimir Nadvornikuse cairo for drawing
2012-08-13 Vladimir Nadvornikuse accessor functions
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-05-14 Klaus EthgenMerge remote-tracking branch 'origin/toer'
2011-09-27 Vladimir Nadvornikdo not mix autodetected and user-defined stereo mode
2011-09-27 Vladimir Nadvornikinfrastructure for image loader backend
2011-09-27 Vladimir Nadvornikadded fixed stereo mode
2011-09-27 Vladimir Nadvorniktype of source stereo image made adjustable from menu
2011-09-27 Vladimir Nadvornikstereo mode preferences
2011-09-27 Vladimir Nadvornikchange stereo mode from menu
2011-09-27 Vladimir Nadvornikfirst stereo support
2011-04-22 Klaus EthgenFix the windowsize
2010-05-10 Klaus EthgenGTK marks several functions as deprecated
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2010-01-17 Laurent MoninFix osd zoom level refreshing (it was broken since...
2009-09-03 Vladimir Nadvornikdo not reload image on copy, move, rename and external...
2009-07-24 Vladimir Nadvornikdo not try to reload deleted image
2009-06-13 Vladimir Nadvornikthe options for custom border color were made independent
2009-06-09 Vladimir Nadvornikenabled color management in img-view
2009-06-09 Vladimir Nadvornikfixed leak in image_post_process_color
2009-06-04 Laurent MoninAdd an option to Image preferences to restrict custom...
2009-04-26 Vladimir Nadvornikadded an option to write image orientation to the metadata
2009-04-25 Vladimir Nadvornikseparated Orientation and Grayscale functions
2009-04-13 Vladimir Nadvornikcolor profile fixes
2009-04-13 Vladimir Nadvornikshow color management status on statusbar
2009-04-13 Vladimir Nadvorniksupport X11 screen profile
2009-03-31 Vladimir Nadvornikimproved debug messages
2009-03-28 Vladimir Nadvornikfixed keyboard focus on start-up
2009-03-28 Vladimir Nadvornikactive image follows keyboard focus
2009-03-14 Vladimir Nadvornikimproved notification system
2009-03-14 Laurent MoninMore gboolean and tidy up.
2009-03-01 Laurent MoninWhen g_new0() is used, drop redundant initializations...
2009-03-01 Laurent MoninClarify colorspace determination (exif 2.2/2.21).
2009-03-01 Laurent MoninEnable 'Use profile from image' item of color managemen...
2009-03-01 Laurent MoninImprove file checks using is_readable_file().
2009-03-01 Laurent Moninimage_select(), image_set_selectable(): tidy up.
2009-03-01 Laurent MoninIndentation fixes.
2009-03-01 Laurent Moninimage_post_process_color(): remove exif parameter,...
2009-03-01 Laurent MoninSlightly modify access_file() and use it to test profil...
2009-02-28 Laurent MoninNo space between function name and first parenthesis...
2009-02-28 Laurent MoninMinor simplification and cleanup.
2009-02-28 Laurent Moninimage_change_complete(): reduce code redundancy and...
2009-02-27 Laurent MoninReally fix up color profiles options tests. Add an...
2009-02-15 Vladimir Nadvornikadded histogram pane
2009-02-15 Vladimir Nadvornikhistogram caching
2009-02-07 Vladimir Nadvornikuse metadata_read_* functions where possible
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-01-29 Laurent Moningint -> gboolean.
2009-01-24 Vladimir Nadvornikfixed glib warning
2009-01-23 Vladimir Nadvornikfixed possible crash
2008-11-27 Laurent MoninFix up deprecated function and not a prototype warnings.
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-09-08 Vladimir Nadvornikadded possibility to redraw only the parts of image...
2008-09-07 Petr OstadalReplaced gtk depreceated code.
2008-09-03 Vladimir Nadvornikdropped IMAGE_THROTTLE_LARGER_IMAGES code
2008-09-03 Vladimir Nadvornikfixed handling of broken images
2008-08-31 Vladimir Nadvornikfixed read ahead callback
2008-08-29 Vladimir Nadvornikconverted image loader to a GObject and use signals...
2008-08-26 Laurent MoninFor the sake of consistency, use glib basic types every...
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-08-25 Petr OstadalFixed segfaulting when alter image in directory without...
2008-08-24 Laurent MoninMark forgotten string for translation.
2008-07-28 Vladimir Nadvornikdo not free unallocated exif data
2008-07-20 Vladimir Nadvornikperiodic testing of changed files can be now disabled
2008-07-18 Vladimir Nadvornikfixed test for changed files in cache
2008-07-18 Laurent MoninIntroduce image_loader_set_done_func().
2008-07-17 Vladimir Nadvornikreload changed images
2008-07-15 Laurent MoninUse a specific enum for image.zoom_mode values (ZoomMod...
2008-06-28 Laurent MoninReduce number of parameters (mostly unused), just pass...
2008-06-27 Vladimir Nadvornikfixed crash in entering fullscreen during loading
2008-06-21 Vladimir Nadvornikcache size made configurable
2008-06-21 Vladimir Nadvornikmeasure pixbuf cache size in bytes
2008-06-21 Vladimir Nadvorniksimple cache for loaded pixbufs
2008-06-18 Vladimir Nadvornikimplemented generic FileData cache
2008-06-12 Laurent MoninMove some functions from image.[ch] to image-overlay...
2008-05-19 Laurent MoninFix some incomplete initialization warnings.
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-09 Laurent MoninMove overlay histogram stuff from ImageWindow to Overla...
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-04-29 Vladimir Nadvornikfixed connected zoom and scroll that didn't work in...
2008-04-24 Laurent MoninRemove whitespace between function name and first paren...
2008-04-24 Laurent MoninRemove whitespace between function name and first paren...
2008-04-24 Laurent MoninMove debug macros from main.h to new debug.h.
2008-04-24 Laurent MoninHandle the newline in DEBUG_N() macro instead of adding one
2008-04-23 Laurent MoninIntroduce macros to display debug messages.
2008-04-22 Laurent MoninMake histogram depends on image window not layout window.
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-20 Vladimir Nadvornikread color profiles from jpeg also with Exiv2
2008-04-20 Laurent MoninEffectively drop empty newlines at end of files (missin...
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-20 Laurent MoninAdd a way to restore original state in Adjust menu.
2008-04-20 Laurent MoninFix the case "orientation from FileData, color profile...
2008-04-19 Laurent MoninKeep image orientation set by the user during the session.
next