summaryrefslogtreecommitdiff
path: root/src/filelist.c
AgeCommit message (Collapse)AuthorLines
2011-08-29Various code fixupsDaniel Friesel-1/+0
* remove unused variable Im1 in filelist.c * options are initialised as 0, so only explicitly set those to 0 for which it makes sense because of their context * Make a few warnings about wrong option combinations fatal
2011-08-24--filelist: Support reading from /dev/stdin ("-" as shortcut)Daniel Friesel-14/+1
Note that read_filelist used to check if its argument was an image (for people accidentaly typing "feh -df *" instead of "feh -dF *"); this was removed because it failed on /dev/stdin. I might re-add it, but I'm not yet sure about the future of feh's automatic filelist saving.
2011-08-15Convert C++ style comments to /* */Daniel Friesel-1/+1
2011-08-13Add reload functionality for directories (derf#14)Yu-Jie Lin-0/+1
2011-05-23filelist.c: Fix memleak in add_file_to_filelist_recursively scandir callDaniel Friesel-1/+1
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel-2/+2
2011-04-27Merged pull request #20 from talisein/sortdir.Daniel Friesel-7/+26
Add directory's files to filelist alphanumerically
2011-01-17Copyright FooDaniel Friesel-0/+1
2010-12-29o Add each directory's files to the filelist alphanumerically, ratherAndrew Potter-7/+26
than the filesystem's (possibly random) order.
2010-07-17--debug-level → --debugDaniel Friesel-14/+14
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-68/+39
2010-03-25Actually detect an empty filelistDaniel Friesel-0/+2
This fixes imlib2 warnings (and occasional X errors/segfaults), which used to occur when all files in feh's filelist were suddenly deleted by an external application. Now, feh simply quits with "No more slides in show" (which makes more sense, IMHO).
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-491/+432
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+611