log

age author description
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():
2008-05-31 nadvornik do not change original FileData on copy
2008-05-31 nadvornik replaced vflist_maint functions by vflist_refresh - it allows to follow
2008-05-30 nadvornik vflist_populate_view: better handle selected files that are renamed or deleted
2008-05-30 nadvornik fixed thumb index (thumbnails are shown again)
2008-05-30 nadvornik simplified vflist_populate_view
2008-05-30 zas_ Use functions to set editors name and command and ensure they are
2008-05-30 zas_ Make utf8_validate_or_convert() to always allocate a new string.
2008-05-30 zas_ Check for existing editor command using is_valid_editor_command().
2008-05-29 zas_ Preserve properties window width and height during session even when
2008-05-29 zas_ Save properties window width and height to rc file and restore
2008-05-28 nadvornik improved infrastructure for tracing changes, optimized vflist_populate_view
2008-05-27 nadvornik measure time of filelist update
2008-05-27 nadvornik another fix in notification
2008-05-26 nadvornik Fix histogram grid - patch by Uwe Ohse
2008-05-26 nadvornik use fputs instead of printf - patch by Uwe Ohse
2008-05-26 nadvornik fixed bug in notification code
2008-05-25 zas_ Tidy up: indentation fixes, typo fixes, ...
2008-05-25 zas_ Typo fix.
2008-05-25 zas_ Typo fix.
2008-05-25 zas_ bar_sort_set_filter_cb(): filter_idx was set as uint so get it as uint.
2008-05-24 nadvornik rewritten utilops.h:
2008-05-24 zas_ Allow to escape star characters in the template string with a \.