Drop initialization to NULL since filelist_read() will take care of it.
[geeqie.git] / src / filedata.c
2008-06-03 Laurent MoninDrop initialization to NULL since filelist_read() will...
2008-06-03 Laurent Moninfilelist_read_real(): optimize and clean up.
2008-05-31 Vladimir Nadvornikdo not change original FileData on copy
2008-05-28 Vladimir Nadvornikimproved infrastructure for tracing changes, optimized...
2008-05-24 Vladimir Nadvornikrewritten utilops.h:
2008-05-24 Vladimir Nadvornikimproved filedata interface
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR_S where applicable.
2008-05-21 Laurent MoninUse g_build_filename() and get rid of "root dir fix".
2008-05-16 Laurent MoninDo not use printf() directly but use new wrapper functi...
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-06 Vladimir Nadvornikuse some of the new functions in filedata.c
2008-05-05 Vladimir Nadvornikstarted implementation of API for sidecar files
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c