log src/collect.c @ 1753:c4d37e0fc841 default tip

age author description
Fri, 10 Apr 2009 13:54:08 +0000 mow Just update the internal sort method
Fri, 10 Apr 2009 13:44:37 +0000 mow Implement random sort method for collections
Tue, 31 Mar 2009 20:05:16 +0000 nadvornik improved debug messages
Sat, 14 Mar 2009 23:26:42 +0000 nadvornik completely separated global and layout window options
Sat, 14 Mar 2009 17:21:35 +0000 nadvornik improved notification system
Thu, 12 Mar 2009 21:06:37 +0000 zas_ Use gboolean where applicable, for the sake of consistency.
Sun, 01 Mar 2009 23:14:19 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.