Mercurial > geeqie
log src/filefilter.c @ 1107:1bb220ff787e
age | author | description |
---|---|---|
2008-10-07 | nadvornik | Adding a vim modeline to all files - patch by Klaus Ethgen |
2008-08-31 | zas_ | Move quoted_value() and escquote_value() to misc.[ch]. |
2008-06-03 | zas_ | Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT). |
2008-05-23 | zas_ | Try to load a system-wide rc file if any, before per-user rc file. |
2008-05-22 | zas_ | Fix signed vs unsigned warnings. |
2008-05-16 | zas_ | Do not use printf() directly but use new wrapper function log_printf() instead. |
2008-05-16 | zas_ | Include debug.h from main.h since debug macros may be used anywhere in the code. |
2008-05-09 | zas_ | Use function(void) instead of function() for declaring functions which |
2008-05-08 | zas_ | Use g_ascii_strncasecmp() instead of strncasecmp() where applicable. |
2008-05-05 | nadvornik | added .gqv to known file types |
2008-05-05 | nadvornik | split filelist.c to filefilter.c and filedata.c base src/filelist.c@6c71a29c0b99 |