log src/dupe.c @ 865:8d0c91a0f461

age author description
Fri, 27 Jun 2008 21:09:15 +0000 nadvornik added pixbuf_fallback function
Sun, 15 Jun 2008 20:09:15 +0000 nadvornik use FileData in thumb_loader
Sun, 08 Jun 2008 19:09:44 +0000 nadvornik better check for notify type
Sat, 07 Jun 2008 07:45:08 +0000 nadvornik used new notification in dupe.c
Thu, 05 Jun 2008 09:24:42 +0000 zas_ Compare paths using utf8_collate_key() since paths are utf8-encoded.
Thu, 05 Jun 2008 08:41:02 +0000 zas_ Use uft8_collate_key() to sort utf8 strings.
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.
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.
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Thu, 24 Apr 2008 15:49:57 +0000 zas_ Convert the minority of while() to while ().
Thu, 24 Apr 2008 12:47:09 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)