Tue, 13 Oct 2009 21:49:21 +0000 |
mow |
Add compatibility for GTK 2.18
|
Sat, 20 Jun 2009 18:42:23 +0000 |
nadvornik |
fixed leak in file_util_* functions
|
Fri, 19 Jun 2009 22:34:52 +0000 |
nadvornik |
run external commands from current directory even with no files
|
Fri, 10 Apr 2009 13:44:37 +0000 |
mow |
Implement random sort method for collections
|
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
|
Thu, 12 Mar 2009 21:06:37 +0000 |
zas_ |
Use gboolean where applicable, for the sake of consistency.
|
Sun, 08 Mar 2009 13:23:25 +0000 |
zas_ |
In various Edit context menus, only display editors that match the file types in the selection.
|
Sun, 01 Mar 2009 23:14:19 +0000 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
|
Sat, 14 Feb 2009 20:26:30 +0000 |
nadvornik |
droped Preferences dialog, sidebar should replace it completely
|
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
|
Tue, 09 Dec 2008 17:51:28 +0000 |
zas_ |
Allow to invert the current selection in Collection view. A new Selection submenu was added to the contextual menu, Select All and Select None were moved to it, and Invert selection was added.
|
Tue, 07 Oct 2008 18:20:22 +0000 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
Sun, 07 Sep 2008 23:01:30 +0000 |
bruclik |
Replaced gtk depreceated code.
|
Tue, 26 Aug 2008 22:22:51 +0000 |
zas_ |
For the sake of consistency, use glib basic types everywhere.
|
Sun, 20 Jul 2008 15:16:05 +0000 |
zas_ |
Move uri_*() functions to separate files: uri_utils.[ch]
|
Fri, 13 Jun 2008 11:51:23 +0000 |
zas_ |
Display total size of files in collection window, for the list and for the selection.
|
Tue, 03 Jun 2008 19:44:19 +0000 |
nadvornik |
replaced directory path with FileData* dir_fd
|
Tue, 03 Jun 2008 11:24:16 +0000 |
zas_ |
Drop initialization to NULL since filelist_read() will take care of it.
|
Tue, 03 Jun 2008 09:03:33 +0000 |
zas_ |
Reduce indentation level.
|
Tue, 03 Jun 2008 08:57:46 +0000 |
zas_ |
Reduce indentation level.
|
Tue, 03 Jun 2008 08:53:53 +0000 |
zas_ |
collection_table_find_data_by_coord(): tidy up.
|
Sat, 24 May 2008 22:44:18 +0000 |
nadvornik |
rewritten utilops.h:
|
Fri, 16 May 2008 12:16:49 +0000 |
zas_ |
Do not use printf() directly but use new wrapper function log_printf() instead.
|
Fri, 16 May 2008 10:02:56 +0000 |
zas_ |
Include debug.h from main.h since debug macros may be used anywhere in the code.
|
Mon, 05 May 2008 19:11:12 +0000 |
nadvornik |
split filelist.c to filefilter.c and filedata.c
|
Sun, 04 May 2008 21:54:20 +0000 |
nadvornik |
dropped path_list functions, use filelist functions everywhere
|
Sat, 03 May 2008 16:58:17 +0000 |
zas_ |
Fix a bug occuring when using certain actions on a collection
|
Thu, 24 Apr 2008 15:49:57 +0000 |
zas_ |
Convert the minority of while() to while ().
|