Mercurial > geeqie
log src/filefilter.c @ 684:9f00d0d874fa
age | author | description |
---|---|---|
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. |
Fri, 09 May 2008 07:32:30 +0000 | zas_ | Use function(void) instead of function() for declaring functions which |
Thu, 08 May 2008 12:50:25 +0000 | zas_ | Use g_ascii_strncasecmp() instead of strncasecmp() where applicable. |
Mon, 05 May 2008 19:20:46 +0000 | nadvornik | added .gqv to known file types |
Mon, 05 May 2008 19:11:12 +0000 | nadvornik | split filelist.c to filefilter.c and filedata.c base src/filelist.c@6c71a29c0b99 |