log src/view_file.h @ 910:b394ecbf3dca

age author description
2008-06-09 nadvornik moved notification to view_file.c
2008-06-05 nadvornik use new notification in vficon
2008-06-03 nadvornik replaced directory path with FileData* dir_fd
2008-05-22 zas_ Fix signed vs unsigned warnings.
2008-05-14 zas_ Make vf_pop_menu_*_cb static.
2008-05-13 zas_ Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
2008-05-13 zas_ Move VFICON_INFO() and VFLIST_INFO() macros to view_file.h
2008-05-12 zas_ Add some wrapper functions for not yet common code.
2008-05-11 zas_ Move a part of pop up menu common code to view_file.[ch].
2008-05-11 zas_ Introduce vf_pop_menu_file_list() as a wrapper to
2008-05-11 zas_ Use vf_* functions where possible.
2008-05-11 zas_ Drop unused layout_list_get_path() and vf*_index_get_path().
2008-05-07 zas_ Add a way to invert the current selection.
2008-05-04 zas_ Drop unused vficon_select_by_path() and vflist_select_by_path().
2008-05-04 zas_ Prepare switch to ViewFile (unused yet).
2008-05-03 zas_ Add function prototypes (yet unused).
2008-05-03 zas_ Replace Layout icon_view field by more generic file_view_type.
2008-05-03 zas_ Prepare merging of some parts of view_file_list and view_file_icon and