summaryrefslogtreecommitdiff
path: root/src/collage.c
AgeCommit message (Collapse)Author
2012-08-12Add %o, %r and %z format specifiers (see #95)Daniel Friesel
2012-01-25Use 'feh: foo' instead of mixed 'feh: foo' and 'feh - foo' messagesDaniel Friesel
2011-08-23Deprecate the --collage option (aka collage mode)Daniel Friesel
It is pretty random and I doubt anyone actually uses it. Also, after removing it, there are only two duplicates of the image index code instead of three...
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel
2011-01-17Copyright FooDaniel Friesel
2010-07-17--debug-level → --debugDaniel Friesel
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel
2010-03-25Actually detect an empty filelistDaniel Friesel
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
2010-02-12Fix some minor indenting issuesDaniel Friesel
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel