summaryrefslogtreecommitdiff
path: root/src/index.c
AgeCommit message (Collapse)Author
2012-09-12print imlib2 error strings when save failedDaniel Friesel
2012-09-12show error message if -o / -O failed to save imageDaniel Friesel
2012-08-12Add %o, %r and %z format specifiers (see #95)Daniel Friesel
2011-12-23get_index_string_dim: return 0,0 when index_info is empty (closes #76)Daniel Friesel
2011-10-09index.c, thumnail.c: Remove size restriction messageDaniel Friesel
It's all documented in the manpage anyways.
2011-10-03Refactor --limit-width / --limit-height codeDaniel Friesel
2011-10-01index.c, thumbnail.c: Fix alignment issuesDaniel Friesel
2011-09-30Fix memory leaksDaniel Friesel
2011-09-30get_index_string_dim: Fix dimansion report for file = NULLDaniel Friesel
2011-09-30Apply changes to thumbnail modeDaniel Friesel
2011-09-30make common index.c functions externally accessibleDaniel Friesel
2011-09-30Add --index-info optionDaniel Friesel
2011-09-30index: Proper multiline supportDaniel Friesel
2011-09-29make get_index_info_no_lines return actual line numberDaniel Friesel
2011-09-29start --index-{name,dim,size} -> printf transitionDaniel Friesel
2011-09-25--title-font: Re-render image after drawing titleDaniel Friesel
2011-09-25index.c, thumbnail.c: Fix --title-font fallback to default (closes #65)Daniel Friesel
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel
2011-01-17Copyright FooDaniel Friesel
2010-07-17--debug-level → --debugDaniel Friesel
2010-07-08index.c: Remove unused function chop_file_From_full_pathDaniel Friesel
2010-06-16Make --font set the global default fontDaniel Friesel
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel
2010-05-30Center images in index/thumbnail modeDaniel Friesel
Centering didn't work if the text below the thumbnail was wider than the thumbnail itself. Fixed.
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-05Initial commit (upstream 1.3.4)Daniel Friesel