summaryrefslogtreecommitdiff
path: root/src/index.c
AgeCommit message (Collapse)AuthorLines
2018-07-20Blame Imlib2 when failing to create > 32000x32000 px imageDaniel Friesel-3/+10
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2018-01-24Simplify window title generationulteq-10/+2
2017-08-19Make feh abort immediately if an index image could not be created (#306)Daniel Friesel-1/+2
2017-04-02Always terminate strncpy results with '\0'.Tobias Stoeckmann-2/+4
The strncpy function does not guarantee to end the resulting character sequence with a terminating nul character if not enough space is available. This could be triggered by supplying a sufficiently long output_file option. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
2015-04-07fix gib_imlib_save_image_with_error_return in imported giblib codeDaniel Friesel-1/+1
2014-08-03make all opt.verbose messages print to stderrNoah Birnel-3/+3
manually changed in collage, imlib, filelist, thumbnail, slideshow, index feh_display_status also changed
2012-09-12print imlib2 error strings when save failedDaniel Friesel-1/+1
2012-09-12show error message if -o / -O failed to save imageDaniel Friesel-2/+6
2012-08-12Add %o, %r and %z format specifiers (see #95)Daniel Friesel-2/+2
2011-12-23get_index_string_dim: return 0,0 when index_info is empty (closes #76)Daniel Friesel-1/+4
2011-10-09index.c, thumnail.c: Remove size restriction messageDaniel Friesel-13/+1
It's all documented in the manpage anyways.
2011-10-03Refactor --limit-width / --limit-height codeDaniel Friesel-101/+86
2011-10-01index.c, thumbnail.c: Fix alignment issuesDaniel Friesel-1/+13
2011-09-30Fix memory leaksDaniel Friesel-0/+1
2011-09-30get_index_string_dim: Fix dimansion report for file = NULLDaniel Friesel-2/+12
2011-09-30Apply changes to thumbnail modeDaniel Friesel-0/+2
2011-09-30make common index.c functions externally accessibleDaniel Friesel-6/+4
2011-09-30Add --index-info optionDaniel Friesel-33/+4
2011-09-30index: Proper multiline supportDaniel Friesel-26/+63
2011-09-29make get_index_info_no_lines return actual line numberDaniel Friesel-4/+16
2011-09-29start --index-{name,dim,size} -> printf transitionDaniel Friesel-111/+32
2011-09-25--title-font: Re-render image after drawing titleDaniel Friesel-0/+3
2011-09-25index.c, thumbnail.c: Fix --title-font fallback to default (closes #65)Daniel Friesel-1/+2
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel-7/+7
2011-01-17Copyright FooDaniel Friesel-0/+1
2010-07-17--debug-level → --debugDaniel Friesel-4/+4
2010-07-08index.c: Remove unused function chop_file_From_full_pathDaniel Friesel-5/+0
2010-06-16Make --font set the global default fontDaniel Friesel-1/+5
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-11/+5
2010-05-30Center images in index/thumbnail modeDaniel Friesel-8/+6
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-1/+0
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-559/+490
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+611