log src/image.c @ 1802:956aab097ea7

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).
Thu, 03 Sep 2009 19:18:20 +0000 nadvornik do not reload image on copy, move, rename and external editor
Fri, 24 Jul 2009 12:56:54 +0000 nadvornik do not try to reload deleted image
Sat, 13 Jun 2009 19:26:32 +0000 nadvornik the options for custom border color were made independent
Tue, 09 Jun 2009 19:12:37 +0000 nadvornik enabled color management in img-view
Tue, 09 Jun 2009 19:08:52 +0000 nadvornik fixed leak in image_post_process_color
Thu, 04 Jun 2009 19:51:20 +0000 zas_ Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
Sun, 26 Apr 2009 09:01:35 +0000 nadvornik added an option to write image orientation to the metadata
Sat, 25 Apr 2009 22:08:09 +0000 nadvornik separated Orientation and Grayscale functions
Mon, 13 Apr 2009 22:40:47 +0000 nadvornik color profile fixes
Mon, 13 Apr 2009 14:39:50 +0000 nadvornik show color management status on statusbar
Mon, 13 Apr 2009 10:55:49 +0000 nadvornik support X11 screen profile
Tue, 31 Mar 2009 20:05:16 +0000 nadvornik improved debug messages
Sat, 28 Mar 2009 15:51:21 +0000 nadvornik fixed keyboard focus on start-up
Sat, 28 Mar 2009 15:31:04 +0000 nadvornik active image follows keyboard focus
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.
Sun, 01 Mar 2009 21:06:55 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
Sun, 01 Mar 2009 19:48:38 +0000 zas_ Clarify colorspace determination (exif 2.2/2.21).
Sun, 01 Mar 2009 17:58:19 +0000 zas_ Enable 'Use profile from image' item of color management menu only if such profile information is available from image.
Sun, 01 Mar 2009 17:13:14 +0000 zas_ Improve file checks using is_readable_file().
Sun, 01 Mar 2009 16:46:40 +0000 zas_ image_select(), image_set_selectable(): tidy up.
Sun, 01 Mar 2009 16:43:48 +0000 zas_ Indentation fixes.
Sun, 01 Mar 2009 15:54:37 +0000 zas_ image_post_process_color(): remove exif parameter, just extract it when needed.
Sun, 01 Mar 2009 15:41:51 +0000 zas_ Slightly modify access_file() and use it to test profile files existence and read access.
Sat, 28 Feb 2009 20:48:47 +0000 zas_ No space between function name and first parenthesis, it eases greping (see CODING).
Sat, 28 Feb 2009 17:12:00 +0000 zas_ Minor simplification and cleanup.
Sat, 28 Feb 2009 16:59:20 +0000 zas_ image_change_complete(): reduce code redundancy and implify.
Fri, 27 Feb 2009 23:25:31 +0000 zas_ Really fix up color profiles options tests. Add an indicator of the embedded color profile when recognized (a * just after sRGB or AdobeRGB compatible).
Sun, 15 Feb 2009 19:25:55 +0000 nadvornik added histogram pane
Sun, 15 Feb 2009 13:11:21 +0000 nadvornik histogram caching
Sat, 07 Feb 2009 19:01:21 +0000 nadvornik use metadata_read_* functions where possible
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Thu, 29 Jan 2009 19:07:07 +0000 zas_ gint -> gboolean.
Sat, 24 Jan 2009 12:15:01 +0000 nadvornik fixed glib warning
Fri, 23 Jan 2009 22:53:02 +0000 nadvornik fixed possible crash
Thu, 27 Nov 2008 12:29:38 +0000 zas_ Fix up deprecated function and not a prototype warnings.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Mon, 08 Sep 2008 19:57:51 +0000 nadvornik added possibility to redraw only the parts of image that are already
Sun, 07 Sep 2008 23:01:30 +0000 bruclik Replaced gtk depreceated code.
Wed, 03 Sep 2008 19:58:21 +0000 nadvornik dropped IMAGE_THROTTLE_LARGER_IMAGES code
Wed, 03 Sep 2008 19:52:11 +0000 nadvornik fixed handling of broken images
Sun, 31 Aug 2008 21:19:00 +0000 nadvornik fixed read ahead callback
Fri, 29 Aug 2008 20:53:53 +0000 nadvornik converted image loader to a GObject and use signals for notification
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Mon, 25 Aug 2008 18:13:33 +0000 bruclik Fixed segfaulting when alter image in directory without images.
Sun, 24 Aug 2008 10:00:02 +0000 zas_ Mark forgotten string for translation.
Mon, 28 Jul 2008 18:02:10 +0000 nadvornik do not free unallocated exif data
Sun, 20 Jul 2008 15:04:40 +0000 nadvornik periodic testing of changed files can be now disabled
Fri, 18 Jul 2008 21:20:49 +0000 nadvornik fixed test for changed files in cache
Fri, 18 Jul 2008 09:55:15 +0000 zas_ Introduce image_loader_set_done_func().
Thu, 17 Jul 2008 21:51:21 +0000 nadvornik reload changed images
Tue, 15 Jul 2008 12:52:02 +0000 zas_ Use a specific enum for image.zoom_mode values (ZoomMode) and
Sat, 28 Jun 2008 07:43:37 +0000 zas_ Reduce number of parameters (mostly unused), just pass the event pointer.
Fri, 27 Jun 2008 18:43:05 +0000 nadvornik fixed crash in entering fullscreen during loading
Sat, 21 Jun 2008 22:01:45 +0000 nadvornik cache size made configurable
Sat, 21 Jun 2008 19:26:01 +0000 nadvornik measure pixbuf cache size in bytes
Sat, 21 Jun 2008 16:00:13 +0000 nadvornik simple cache for loaded pixbufs
Wed, 18 Jun 2008 22:26:52 +0000 nadvornik implemented generic FileData cache
Thu, 12 Jun 2008 20:17:22 +0000 zas_ Move some functions from image.[ch] to image-overlay.c and make them static:
Mon, 19 May 2008 09:27:30 +0000 zas_ Fix some incomplete initialization warnings.
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Fri, 09 May 2008 12:33:24 +0000 zas_ Move overlay histogram stuff from ImageWindow to OverlayStateData.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Tue, 29 Apr 2008 17:52:12 +0000 nadvornik fixed connected zoom and scroll that didn't work in some cases
Thu, 24 Apr 2008 12:47:09 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
Thu, 24 Apr 2008 12:23:02 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
Thu, 24 Apr 2008 08:53:39 +0000 zas_ Move debug macros from main.h to new debug.h.
Thu, 24 Apr 2008 00:15:03 +0000 zas_ Handle the newline in DEBUG_N() macro instead of adding one
Wed, 23 Apr 2008 20:47:19 +0000 zas_ Introduce macros to display debug messages.
Tue, 22 Apr 2008 08:34:30 +0000 zas_ Make histogram depends on image window not layout window.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Sun, 20 Apr 2008 21:35:03 +0000 nadvornik read color profiles from jpeg also with Exiv2
Sun, 20 Apr 2008 18:07:51 +0000 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Sun, 20 Apr 2008 09:47:51 +0000 zas_ Add a way to restore original state in Adjust menu.
Sun, 20 Apr 2008 09:02:05 +0000 zas_ Fix the case "orientation from FileData, color profile from exif".
Sat, 19 Apr 2008 21:50:05 +0000 zas_ Keep image orientation set by the user during the session.
Sat, 19 Apr 2008 21:20:08 +0000 nadvornik fixed max. number of profiles
Sat, 19 Apr 2008 21:10:18 +0000 nadvornik fixed color profile index
Sat, 19 Apr 2008 17:55:41 +0000 nadvornik show the AdobeRGB profile in the menu, indicate input profile from image
Sat, 19 Apr 2008 16:26:29 +0000 nadvornik first support for AdobeRGB colorspace
Fri, 18 Apr 2008 23:09:03 +0000 zas_ Add zoom ratio display to OSD in fullscreen mode.
Fri, 18 Apr 2008 22:31:58 +0000 nadvornik partially fixed reading embedded color profiles with exiv2
Thu, 17 Apr 2008 17:44:54 +0000 nadvornik image post-processing (rotation and color management) moved to
Wed, 16 Apr 2008 20:15:42 +0000 nadvornik in debug mode print time information on selected events
Sat, 12 Apr 2008 15:04:58 +0000 zas_ Rename image-related options.
Sat, 12 Apr 2008 08:05:44 +0000 zas_ Rename color profile options.
Fri, 11 Apr 2008 22:52:22 +0000 zas_ Move more options to ConfOptions.
Fri, 11 Apr 2008 22:14:36 +0000 zas_ Add a new struct ConfOptions to handle options.
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
Thu, 03 Apr 2008 22:01:08 +0000 zas_ Fix a signedness warning.
Wed, 02 Apr 2008 20:44:40 +0000 nadvornik various exif improvements based on patch by Uwe Ohse
Sat, 29 Mar 2008 14:59:14 +0000 nadvornik configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN
Sat, 29 Mar 2008 10:38:15 +0000 nadvornik set user-defined color as image background - patch by Laurent MONIN
Mon, 24 Mar 2008 23:15:29 +0000 nadvornik fixed crashes with --debug
Sun, 23 Mar 2008 20:38:54 +0000 nadvornik rename GQview -> Geeqie over the code
Sun, 16 Mar 2008 10:32:52 +0000 nadvornik write comment and keywords to xmp, sidecars are used if exist
Wed, 13 Feb 2008 19:31:50 +0000 nadvornik unified tag names between exiv2 and internal rxif parser
Wed, 13 Feb 2008 17:47:55 +0000 nadvornik more exiv2 fixes
Wed, 13 Feb 2008 14:46:23 +0000 nadvornik started exiv2 integration
Wed, 13 Feb 2008 13:57:31 +0000 nadvornik simplified exif.h, moved implementation-specific stuff to exif-int.h
Mon, 11 Feb 2008 15:23:43 +0000 nadvornik do not show frame for full-window images
Mon, 11 Feb 2008 12:51:28 +0000 nadvornik improved drawing of image frames
Sun, 09 Dec 2007 21:20:27 +0000 nadvornik fixed image focus
Sun, 09 Dec 2007 00:11:40 +0000 nadvornik improved drawing of frame around selected image
Tue, 11 Sep 2007 20:06:29 +0000 nadvornik replaced gchar* path with FileData *fd
Thu, 12 Jul 2007 20:46:28 +0000 nadvornik relative scroll is working; some cleanup
Wed, 11 Jul 2007 20:00:07 +0000 nadvornik started relative scroll, keep scroll position
Tue, 10 Jul 2007 21:25:51 +0000 nadvornik improved connected scroll and active image switching
Fri, 29 Jun 2007 15:16:46 +0000 nadvornik implemented split windows
Sat, 02 Dec 2006 21:57:12 +0000 gqview Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
Wed, 29 Nov 2006 19:38:25 +0000 gqview Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
Tue, 28 Nov 2006 18:20:56 +0000 gqview Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net>
Tue, 28 Nov 2006 17:06:47 +0000 gqview Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
Mon, 27 Nov 2006 06:37:48 +0000 gqview Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>