log src/view_file_list.c @ 654:6dcfac4b356f

age author description
2008-05-13 zas_ Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field
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-06 nadvornik use some of the new functions in filedata.c
2008-05-04 zas_ Drop unused vficon_select_by_path() and vflist_select_by_path().
2008-05-04 zas_ Remove unused functions:
2008-05-04 zas_ Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
2008-05-03 zas_ Drop redundant vflist_thumbs_set() introduced in revision 649,
2008-05-03 zas_ Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
2008-05-03 zas_ Set thumbs_enabled through new function vflist_thumbs_set() instead
2008-04-25 nadvornik fixed dragging multiple files from file list
2008-04-24 zas_ Add missing space.
2008-04-24 zas_ 6 for() vs 201 for (): winner is for ().
2008-04-24 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
2008-04-24 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
2008-04-24 zas_ Move debug macros from main.h to new debug.h.
2008-04-24 zas_ Handle the newline in DEBUG_N() macro instead of adding one
2008-04-23 zas_ Allow the copy of file paths to clipboard.
2008-04-23 zas_ Introduce macros to display debug messages.
2008-04-22 zas_ Ensure Properties dialog is displayed above fullscreen window.
2008-04-21 nadvornik updated copyright in source files
2008-04-20 zas_ Use explicit names for mouse buttons instead of numbers.
2008-04-20 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
2008-04-20 zas_ Big whitespaces cleanup:
2008-04-16 zas_ Introduce a new struct ViewDir to handle directory views common
2008-04-12 zas_ Move safe_delete* and in place rename options to file_ops