log src/view_dir.c @ 1071:01e743d275f2

age author description
2008-10-07 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
2008-08-25 zas_ Whitespaces cleanup.
2008-08-23 nadvornik fixed vd_refresh
2008-08-20 zas_ Do not return values of void functions. Reported by Jeffery Small.
2008-07-27 nadvornik speed-up of directory notification on deleting large number of files
2008-07-27 nadvornik improved updating of view_dir_tree
2008-07-23 zas_ Fix missing newline at end of file.
2008-07-21 nadvornik added notification handler to view_dir
2008-07-20 zas_ Move uri_*() functions to separate files: uri_utils.[ch]
2008-07-20 zas_ Move history_list_*() functions to separate files:
2008-06-10 nadvornik fixed segfault in vd_rename_cb
2008-06-03 nadvornik replaced directory path with FileData* dir_fd
2008-05-24 nadvornik rewritten utilops.h:
2008-05-22 zas_ Fix signed vs unsigned warnings.
2008-05-21 zas_ Use G_DIR_SEPARATOR_S where applicable.
2008-05-20 zas_ Drop concat_dir_and_file() and use g_build_filename() instead.
2008-05-05 nadvornik split filelist.c to filefilter.c and filedata.c
2008-05-03 zas_ Replace Layout icon_view field by more generic file_view_type.
2008-04-25 zas_ Handle the case of reduction of the number of view directory types.
2008-04-24 zas_ Allow to copy the path of a directory to clipboard from directory views.
2008-04-24 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
2008-04-24 zas_ Indentation fix.
2008-04-23 zas_ Honor Control and Shift keys while drag'n'droping files
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_ Big whitespaces cleanup:
2008-04-19 zas_ Add missing _().
2008-04-19 zas_ Cleanup last patch:
2008-04-19 zas_ Fix directory view popup menu to display a View As submenu
2008-04-18 zas_ Rename vd_drop_update() to vd_dnd_drop_update().
2008-04-18 zas_ Fix forgotten vd->pf affectation.
2008-04-17 zas_ Add a shortcut key for List (L) and change the one for Tree (T),
2008-04-17 zas_ Add some wrappers in view_dir.c and simplify even more.
2008-04-17 zas_ Fix a bug introduced in revision 489.
2008-04-17 zas_ Reduce code redundancy with the introduction of a new
2008-04-17 zas_ Merge vd(list|tree)_release_cb() in vd_release_cb().
2008-04-17 zas_ Merge few more functions to view_dir.c.
2008-04-17 zas_ Move common menu position callback to view_dir.c.
2008-04-17 zas_ Merge dirlist/dirview dnd code.
2008-04-16 zas_ Fix new folder feature in dirlist mode, it was broken by revision 481.
2008-04-16 zas_ Fix a crash introduced in revision 477.
2008-04-16 zas_ Merge few more vdlist/vdtree functions.
2008-04-16 zas_ Make directory view popup menu common and move it to view_dir.{c,h}.
2008-04-16 zas_ Merge parts of view_dir_list/tree constructors/destructors to
2008-04-16 zas_ Move some dnd common code from view_dir_list.c and view_dir_tree.c
2008-04-16 zas_ Introduce a new struct ViewDir to handle directory views common