log src/image.c @ 1251:ecfe3732f00a

age author description
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.