log

age author description
2008-07-15 zas_ Tidy up and code redundancy reduction.
2008-07-15 zas_ Use a specific enum for image.zoom_mode values (ZoomMode) and
2008-07-13 zas_ Improve ways to specify html browser (used for help, see bug 2015099).
2008-07-13 zas_ Apply debian-specific patch to launch help browser (bug 2015099).
2008-07-13 zas_ Fix a segfault occuring when opening some collection files.
2008-07-05 zas_ Prevent segfault in certain conditions when displaying debug message.
2008-07-04 zas_ French translation was updated.
2008-07-04 zas_ Optimize a bit when connected zoom and scrolling are unset,
2008-07-04 zas_ layout_color_button_press_cb(): tidy up, drop useless memory allocations, improve i18n.
2008-07-03 nadvornik refresh thumbnails on file change
2008-07-03 nadvornik set fallback thumbnail pixbuf only if the loading really fails
2008-07-03 zas_ Fix missing references for the current directory in pan folder stuff.
2008-07-03 zas_ Increase debugging info in file_data_ref() and file_data_unref().
2008-07-02 zas_ Optimize file_cache_get() by only moving element to front if needed
2008-06-30 nadvornik fixed division by zero in pixbuf_renderer_get_scroll_center
2008-06-29 zas_ Merge thumb_loader_save_to_cache() and thumb_loader_mark_failure()
2008-06-29 zas_ Make better matching between options types in options.h and the rest of the code.
2008-06-28 zas_ layout_image_drag_cb(): optimize when connected scrolling is unset.
2008-06-28 zas_ Reduce number of parameters (mostly unused), just pass the event pointer.
2008-06-28 zas_ Fix warning:
2008-06-27 zas_ image_osd_mkinfo(): pipe replacement by " - " separator was fixed to work correctly with
2008-06-27 nadvornik do not read keywords and comment between exif_read_fd and exif_free_fd
2008-06-27 nadvornik added pixbuf_fallback function
2008-06-27 nadvornik fixed crash in entering fullscreen during loading
2008-06-27 zas_ osd_template_insert(): optimize and simplify using flags.
2008-06-27 zas_ image_osd_info_render(): ensure values are always escaped before using pango_layout_set_markup().
2008-06-26 zas_ image_osd_info_render(): code cleanup and simplification, drop some useless memory allocations.
2008-06-26 zas_ Use flags for pr_zoom_*() functions.
2008-06-26 zas_ Use stricter types for image options.
2008-06-26 zas_ Use flags instead of int parameters for pixbuf_renderer_overlay_add().
2008-06-26 zas_ Only define ExifOrientationType if GQ_BUILD is not defined since
2008-06-25 zas_ Tidy up.
2008-06-25 zas_ French translation was updated.
2008-06-22 nadvornik optimized marks drawing
2008-06-22 nadvornik show marks in iconview
2008-06-22 nadvornik show sidecars in icon view
2008-06-22 nadvornik fixed in-place renaming
2008-06-22 nadvornik added possibility to disable grouping of selected files
2008-06-21 nadvornik cache size made configurable
2008-06-21 nadvornik measure pixbuf cache size in bytes
2008-06-21 nadvornik simple cache for loaded pixbufs
2008-06-21 nadvornik renamed fd->pixbuf to fd->thumb_pixbuf
2008-06-18 nadvornik implemented generic FileData cache
2008-06-17 nadvornik more robust thumbs progress bar
2008-06-17 nadvornik do not allocate new buffer for thumbnails with correct orientation
2008-06-16 nadvornik fixed memory leak
2008-06-16 nadvornik another try to free layout at exit
2008-06-15 nadvornik rotate thumbnails by exif
2008-06-15 nadvornik use FileData in thumb_loader
2008-06-14 nadvornik use GtkSizeGroup to control initial size of split images
2008-06-14 nadvornik preserve image center on refresh
2008-06-14 nadvornik use multiline description in vflist with large thumbnails
2008-06-14 nadvornik join name and sidecars to one string
2008-06-14 nadvornik optimized vflist_setup_iter_recursive
2008-06-14 nadvornik iconlist_refresh optimization
2008-06-14 nadvornik fixed iconview update after deletion of selected image
2008-06-14 zas_ Silent unused variable warning.
2008-06-13 nadvornik optimized vflist_setup_iter
2008-06-13 zas_ French translation was updated.
2008-06-13 zas_ Revert patches 759 and 760.