Mercurial > geeqie
log src/thumb.c @ 791:6d65167764ea
age | author | description |
---|---|---|
Wed, 21 May 2008 00:32:57 +0000 | zas_ | Use g_build_filename(). |
Tue, 20 May 2008 08:14:35 +0000 | zas_ | Sort out log_printf() vs printf_term() mix up. |
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 |
Thu, 24 Apr 2008 15:53:08 +0000 | zas_ | 6 for() vs 201 for (): winner is for (). |
Thu, 24 Apr 2008 15:49:57 +0000 | zas_ | Convert the minority of while() to while (). |
Thu, 24 Apr 2008 12:23:02 +0000 | zas_ | Remove whitespace between function name and first parenthesis for the sake of consistency. |