Mon, 08 Jun 2009 19:05:49 +0000 |
nadvornik |
unify code paths for New directory
|
Fri, 05 Jun 2009 21:52:37 +0000 |
nadvornik |
simplified the code around vd_select_row
|
Thu, 21 May 2009 09:20:48 +0000 |
zas_ |
Attempt to use stock gtk icons for directory list and tree views.
|
Fri, 17 Apr 2009 20:26:22 +0000 |
nadvornik |
fixed tests for vd_find_row return value
|
Mon, 06 Apr 2009 22:13:54 +0000 |
zas_ |
Fix up event source ids type: gint -> guint.
|
Sat, 04 Apr 2009 22:09:50 +0000 |
nadvornik |
dropped show_copy_path option
|
Tue, 31 Mar 2009 20:05:16 +0000 |
nadvornik |
improved debug messages
|
Mon, 16 Mar 2009 19:11:39 +0000 |
zas_ |
gint -> gboolean where applicable.
|
Sun, 15 Mar 2009 07:07:52 +0000 |
zas_ |
gint -> gboolean.
|
Sat, 14 Mar 2009 17:21:35 +0000 |
nadvornik |
improved notification system
|
Wed, 11 Mar 2009 17:38:20 +0000 |
zas_ |
Use dynamic allocation for editor key passed to various callbacks.
|
Tue, 10 Mar 2009 22:52:12 +0000 |
nadvornik |
fixed saving of file_view_type
|
Sun, 01 Mar 2009 21:06:55 +0000 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
|
Sat, 28 Feb 2009 20:52:51 +0000 |
zas_ |
Add missing space between switch and first parenthesis.
|
Wed, 04 Feb 2009 17:15:30 +0000 |
zas_ |
Add year 2009 to copyright info everywhere.
|
Sun, 01 Feb 2009 12:48:14 +0000 |
nadvornik |
read external editors from .desktop files
|
Fri, 02 Jan 2009 22:57:09 +0000 |
nadvornik |
do not enter a directory after rename
|
Fri, 02 Jan 2009 14:58:21 +0000 |
nadvornik |
added done callback to utilops
|
Fri, 02 Jan 2009 09:39:14 +0000 |
nadvornik |
fixed view_dir notification
|
Tue, 07 Oct 2008 18:20:22 +0000 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
Mon, 25 Aug 2008 22:20:45 +0000 |
zas_ |
Whitespaces cleanup.
|
Sat, 23 Aug 2008 08:42:12 +0000 |
nadvornik |
fixed vd_refresh
|
Wed, 20 Aug 2008 22:19:35 +0000 |
zas_ |
Do not return values of void functions. Reported by Jeffery Small.
|
Sun, 27 Jul 2008 13:46:24 +0000 |
nadvornik |
speed-up of directory notification on deleting large number of files
|
Sun, 27 Jul 2008 08:57:12 +0000 |
nadvornik |
improved updating of view_dir_tree
|
Wed, 23 Jul 2008 09:00:38 +0000 |
zas_ |
Fix missing newline at end of file.
|
Mon, 21 Jul 2008 20:40:29 +0000 |
nadvornik |
added notification handler to view_dir
|
Sun, 20 Jul 2008 15:16:05 +0000 |
zas_ |
Move uri_*() functions to separate files: uri_utils.[ch]
|
Sun, 20 Jul 2008 14:56:32 +0000 |
zas_ |
Move history_list_*() functions to separate files:
|
Tue, 10 Jun 2008 18:39:19 +0000 |
nadvornik |
fixed segfault in vd_rename_cb
|
Tue, 03 Jun 2008 19:44:19 +0000 |
nadvornik |
replaced directory path with FileData* dir_fd
|
Sat, 24 May 2008 22:44:18 +0000 |
nadvornik |
rewritten utilops.h:
|
Thu, 22 May 2008 13:00:45 +0000 |
zas_ |
Fix signed vs unsigned warnings.
|
Wed, 21 May 2008 11:00:13 +0000 |
zas_ |
Use G_DIR_SEPARATOR_S where applicable.
|
Tue, 20 May 2008 22:09:04 +0000 |
zas_ |
Drop concat_dir_and_file() and use g_build_filename() instead.
|
Mon, 05 May 2008 19:11:12 +0000 |
nadvornik |
split filelist.c to filefilter.c and filedata.c
|
Sat, 03 May 2008 11:34:13 +0000 |
zas_ |
Replace Layout icon_view field by more generic file_view_type.
|
Fri, 25 Apr 2008 08:07:22 +0000 |
zas_ |
Handle the case of reduction of the number of view directory types.
|
Thu, 24 Apr 2008 20:29:09 +0000 |
zas_ |
Allow to copy the path of a directory to clipboard from directory views.
|
Thu, 24 Apr 2008 12:23:02 +0000 |
zas_ |
Remove whitespace between function name and first parenthesis for the sake of consistency.
|
Thu, 24 Apr 2008 11:40:26 +0000 |
zas_ |
Indentation fix.
|
Wed, 23 Apr 2008 13:46:18 +0000 |
zas_ |
Honor Control and Shift keys while drag'n'droping files
|
Mon, 21 Apr 2008 21:46:38 +0000 |
nadvornik |
updated copyright in source files
|
Sun, 20 Apr 2008 21:30:36 +0000 |
zas_ |
Use explicit names for mouse buttons instead of numbers.
|
Sun, 20 Apr 2008 13:04:57 +0000 |
zas_ |
Big whitespaces cleanup:
|
Sat, 19 Apr 2008 13:39:21 +0000 |
zas_ |
Add missing _().
|
Sat, 19 Apr 2008 11:11:53 +0000 |
zas_ |
Cleanup last patch:
|
Sat, 19 Apr 2008 09:36:30 +0000 |
zas_ |
Fix directory view popup menu to display a View As submenu
|
Fri, 18 Apr 2008 16:53:41 +0000 |
zas_ |
Rename vd_drop_update() to vd_dnd_drop_update().
|
Fri, 18 Apr 2008 16:25:40 +0000 |
zas_ |
Fix forgotten vd->pf affectation.
|
Thu, 17 Apr 2008 20:14:49 +0000 |
zas_ |
Add a shortcut key for List (L) and change the one for Tree (T),
|
Thu, 17 Apr 2008 20:03:49 +0000 |
zas_ |
Add some wrappers in view_dir.c and simplify even more.
|
Thu, 17 Apr 2008 19:57:41 +0000 |
zas_ |
Fix a bug introduced in revision 489.
|
Thu, 17 Apr 2008 18:44:17 +0000 |
zas_ |
Reduce code redundancy with the introduction of a new
|
Thu, 17 Apr 2008 17:35:51 +0000 |
zas_ |
Merge vd(list|tree)_release_cb() in vd_release_cb().
|
Thu, 17 Apr 2008 17:19:41 +0000 |
zas_ |
Merge few more functions to view_dir.c.
|
Thu, 17 Apr 2008 16:33:31 +0000 |
zas_ |
Move common menu position callback to view_dir.c.
|
Thu, 17 Apr 2008 14:51:32 +0000 |
zas_ |
Merge dirlist/dirview dnd code.
|
Wed, 16 Apr 2008 22:31:52 +0000 |
zas_ |
Fix new folder feature in dirlist mode, it was broken by revision 481.
|
Wed, 16 Apr 2008 22:23:43 +0000 |
zas_ |
Fix a crash introduced in revision 477.
|