log src/thumb.c @ 1686:59c72fd324ce

age author description
2009-04-26 nadvornik added an option to write image orientation to the metadata
2009-04-06 zas_ Fix up event source ids type: gint -> guint.
2009-04-06 nadvornik unconditionally enable fast jpeg thumbnailing
2009-03-31 nadvornik improved debug messages
2009-03-15 zas_ gint -> gboolean.
2009-03-14 nadvornik improved notification system
2009-03-01 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
2009-02-28 zas_ No space between function name and first parenthesis, it eases greping (see CODING).
2009-02-07 nadvornik use metadata_read_* functions where possible
2009-02-04 zas_ Add year 2009 to copyright info everywhere.
2008-11-26 zas_ Handle return values better to silent some warnings.
2008-11-15 zas_ Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
2008-10-11 nadvornik added option to use exif thumbnails
2008-10-07 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
2008-09-07 bruclik Replaced gtk depreceated code.
2008-09-03 nadvornik load thumbnails with lower priority
2008-08-29 nadvornik converted image loader to a GObject and use signals for notification
2008-08-29 nadvornik do not access image_loader directly
2008-08-29 nadvornik fixed thumbnail loader for the new raw preview interface
2008-08-26 zas_ For the sake of consistency, use glib basic types everywhere.
2008-07-03 nadvornik refresh thumbnails on file change
2008-07-03 nadvornik set fallback thumbnail pixbuf only if the loading really fails
2008-06-29 zas_ Merge thumb_loader_save_to_cache() and thumb_loader_mark_failure()
2008-06-28 zas_ Fix warning:
2008-06-27 nadvornik added pixbuf_fallback function
2008-06-25 zas_ Tidy up.
2008-06-21 nadvornik renamed fd->pixbuf to fd->thumb_pixbuf
2008-06-18 nadvornik implemented generic FileData cache
2008-06-17 nadvornik do not allocate new buffer for thumbnails with correct orientation
2008-06-16 nadvornik fixed memory leak
2008-06-15 nadvornik rotate thumbnails by exif
2008-06-15 nadvornik use FileData in thumb_loader
2008-05-21 zas_ Use g_build_filename().
2008-05-20 zas_ Sort out log_printf() vs printf_term() mix up.
2008-05-16 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
2008-05-05 nadvornik split filelist.c to filefilter.c and filedata.c
2008-04-24 zas_ 6 for() vs 201 for (): winner is for ().
2008-04-24 zas_ Convert the minority of while() to while ().
2008-04-24 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
2008-04-24 zas_ Move debug macros from main.h to new debug.h.
2008-04-24 zas_ Handle the newline in DEBUG_N() macro instead of adding one
2008-04-23 zas_ Introduce macros to display debug messages.
2008-04-21 nadvornik updated copyright in source files
2008-04-20 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
2008-04-20 zas_ Big whitespaces cleanup:
2008-04-12 zas_ Rename thumbnails related options.
2008-04-11 zas_ Add a new struct ConfOptions to handle options.
2008-04-08 zas_ GQVIEW_* -> GQ_*
2008-04-08 zas_ gqview.h -> main.h
2008-03-30 zas_ Fix two minor compilation warnings.
2008-03-23 nadvornik rename GQview -> Geeqie over the code
2007-09-11 nadvornik replaced gchar* path with FileData *fd
2005-03-03 gqview ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
2005-02-26 gqview Sync to GQview 1.5.9 release.
2000-04-13 gqview 0.8.0
2000-04-03 gqview Initial revision