2008-07-17 |
nadvornik |
reload changed images
|
2008-07-15 |
zas_ |
Move code from image_osd_update_cb() to separate functions.
|
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.
|
2008-06-13 |
zas_ |
Display total size of files in collection window, for the list and for the selection.
|
2008-06-13 |
zas_ |
Optionnally display directory's date in list view.
|
2008-06-12 |
zas_ |
load_options_from():
|
2008-06-12 |
zas_ |
Add a comment about relative positions of image overlay in the rc file.
|
2008-06-12 |
zas_ |
Allow to set image overlay info position through options:
|
2008-06-12 |
zas_ |
Move some functions from image.[ch] to image-overlay.c and make them static:
|
2008-06-12 |
nadvornik |
reverted changes in layout_close made in rev. 890 and 901
|
2008-06-10 |
nadvornik |
fixed vdtree_sort_cb
|
2008-06-10 |
nadvornik |
fixed segfault in vd_rename_cb
|
2008-06-10 |
nadvornik |
dropped vficon_sync, use vficon_refresh everywhere
|
2008-06-10 |
zas_ |
collection_from_dnd_data(): simplify and optimize.
|
2008-06-10 |
zas_ |
collection_info_list_to_dnd_data(): simplify and optimize.
|
2008-06-09 |
nadvornik |
moved notification to view_file.c
|
2008-06-09 |
nadvornik |
run idle function just once
|
2008-06-09 |
nadvornik |
use vficon_refresh for updating
|
2008-06-09 |
nadvornik |
handle deletion of selected files
|
2008-06-09 |
nadvornik |
optimized vficon_refresh_real
|
2008-06-09 |
zas_ |
Minor fixes and add a note about variable declaration.
|
2008-06-09 |
zas_ |
Use unsigned type for marks since it is used as a bitfield.
|
2008-06-09 |
nadvornik |
fixed saving options on exit
|
2008-06-08 |
zas_ |
Tidy up: add/remove white lines, minor code changes.
|
2008-06-08 |
nadvornik |
improved vficon_populate
|
2008-06-08 |
nadvornik |
vficon_sync speed-up
|
2008-06-08 |
nadvornik |
better check for notify type
|
2008-06-08 |
nadvornik |
fixed switching thumbnails in listview on and off - bug 1984825
|
2008-06-07 |
nadvornik |
various refresh and notification fixes
|
2008-06-07 |
nadvornik |
various notification improvements
|
2008-06-07 |
nadvornik |
use the new notification for collections
|
2008-06-07 |
zas_ |
Display Lirc state in config log.
|
2008-06-07 |
nadvornik |
use new notification in img-view
|
2008-06-07 |
nadvornik |
use new notification in layout and layout_image
|
2008-06-07 |
nadvornik |
used new notification in search.c
|
2008-06-07 |
nadvornik |
used new notification in dupe.c
|
2008-06-06 |
nadvornik |
used new notification in cache_maint
|