log

age author description
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
2008-06-06 nadvornik added NotifyType
2008-06-06 nadvornik realtime file monitor
2008-06-06 nadvornik zero-lenght path must be allowed for now
2008-06-06 zas_ French translation was updated.
2008-06-05 zas_ Fix "No newline at end of file" warning.
2008-06-05 nadvornik use new notification in vficon
2008-06-05 zas_ Compare paths using utf8_collate_key() since paths are utf8-encoded.
2008-06-05 zas_ Use uft8_collate_key() to sort utf8 strings.
2008-06-04 nadvornik new notification system (used only in vflist for now)
2008-06-03 nadvornik replaced directory path with FileData* dir_fd
2008-06-03 zas_ Allow to modify the aspect of Geeqie through the use of a
2008-06-03 zas_ Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
2008-06-03 zas_ Drop initialization to NULL since filelist_read() will take care of it.
2008-06-03 zas_ filelist_read_real(): optimize and clean up.
2008-06-03 zas_ Reduce indentation level.
2008-06-03 zas_ Reduce indentation level.
2008-06-03 zas_ collection_table_find_data_by_coord(): tidy up.
2008-06-03 zas_ vflist_maint(): only allocate memory and compare strings if needed.
2008-06-03 zas_ layout_real_renamed(), layout_real_removed(), layout_real_moved():