Fix #262: double click and fullscreen
[geeqie.git] / src / image.c
2017-06-21 Colin ClarkFix #262: double click and fullscreen
2017-05-03 Colin ClarkFix #123: Limit image expansion in Fit To Window
2017-04-14 Colin ClarkFix #290: Mouse-only image viewing
2017-02-25 Colin ClarkFix #473: Parameter type fix for "motion-notify-event...
2017-02-15 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-02-15 Klaus EthgenMerge remote-tracking branch 'github_caclark_geeqie...
2017-02-14 cclarkOrientation commands and file selections
2017-01-26 Colin ClarkFix #469: Exif rotation problems
2016-05-24 Klaus EthgenUpdate copyright in all files
2016-05-24 Klaus EthgenEnable color manager in all fullscreen methods
2016-05-19 Klaus EthgenRefined zoom step
2015-08-11 Klaus EthgenMerge requests 12, 13 and 14 into master
2015-08-11 Michael SchwendtNULL-ptr crash in image_read_ahead_done_cb()
2012-10-02 Klaus EthgenMerge branch 'master' into ke-lua
2012-08-30 Laurent MoninTrim trailing white spaces on empty lines.
2012-08-30 Laurent MoninTrim trailing white spaces.
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-10-29 Klaus EthgenMerge branch 'ke' into ke-lua
2011-10-29 Klaus EthgenMerge branch 'master' into ke
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-12-23 Klaus EthgenMerge branch 'ke' into ke-lua
2010-12-23 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
next