Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-07-20 | Blame Imlib2 when failing to create > 32000x32000 px image | Daniel Friesel | -3/+10 | |
2018-05-11 | Update copyright notice | Daniel Friesel | -1/+1 | |
2018-01-24 | Simplify window title generation | ulteq | -10/+2 | |
2017-08-19 | Make feh abort immediately if an index image could not be created (#306) | Daniel Friesel | -1/+2 | |
2017-04-02 | Always 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-07 | fix gib_imlib_save_image_with_error_return in imported giblib code | Daniel Friesel | -1/+1 | |
2014-08-03 | make all opt.verbose messages print to stderr | Noah Birnel | -3/+3 | |
manually changed in collage, imlib, filelist, thumbnail, slideshow, index feh_display_status also changed | ||||
2012-09-12 | print imlib2 error strings when save failed | Daniel Friesel | -1/+1 | |
2012-09-12 | show error message if -o / -O failed to save image | Daniel Friesel | -2/+6 | |
2012-08-12 | Add %o, %r and %z format specifiers (see #95) | Daniel Friesel | -2/+2 | |
2011-12-23 | get_index_string_dim: return 0,0 when index_info is empty (closes #76) | Daniel Friesel | -1/+4 | |
2011-10-09 | index.c, thumnail.c: Remove size restriction message | Daniel Friesel | -13/+1 | |
It's all documented in the manpage anyways. | ||||
2011-10-03 | Refactor --limit-width / --limit-height code | Daniel Friesel | -101/+86 | |
2011-10-01 | index.c, thumbnail.c: Fix alignment issues | Daniel Friesel | -1/+13 | |
2011-09-30 | Fix memory leaks | Daniel Friesel | -0/+1 | |
2011-09-30 | get_index_string_dim: Fix dimansion report for file = NULL | Daniel Friesel | -2/+12 | |
2011-09-30 | Apply changes to thumbnail mode | Daniel Friesel | -0/+2 | |
2011-09-30 | make common index.c functions externally accessible | Daniel Friesel | -6/+4 | |
2011-09-30 | Add --index-info option | Daniel Friesel | -33/+4 | |
2011-09-30 | index: Proper multiline support | Daniel Friesel | -26/+63 | |
2011-09-29 | make get_index_info_no_lines return actual line number | Daniel Friesel | -4/+16 | |
2011-09-29 | start --index-{name,dim,size} -> printf transition | Daniel Friesel | -111/+32 | |
2011-09-25 | --title-font: Re-render image after drawing title | Daniel Friesel | -0/+3 | |
2011-09-25 | index.c, thumbnail.c: Fix --title-font fallback to default (closes #65) | Daniel Friesel | -1/+2 | |
2011-04-30 | Replace some printf calls by fputs/putc | Daniel Friesel | -7/+7 | |
2011-01-17 | Copyright Foo | Daniel Friesel | -0/+1 | |
2010-07-17 | --debug-level → --debug | Daniel Friesel | -4/+4 | |
2010-07-08 | index.c: Remove unused function chop_file_From_full_path | Daniel Friesel | -5/+0 | |
2010-06-16 | Make --font set the global default font | Daniel Friesel | -1/+5 | |
2010-06-10 | Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead | Daniel Friesel | -11/+5 | |
2010-05-30 | Center images in index/thumbnail mode | Daniel Friesel | -8/+6 | |
Centering didn't work if the text below the thumbnail was wider than the thumbnail itself. Fixed. | ||||
2010-03-25 | Actually detect an empty filelist | Daniel 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-13 | Change source code indentation (indent -kr -i8 -hnl, mainly) | Daniel Friesel | -559/+490 | |
2010-02-05 | Initial commit (upstream 1.3.4) | Daniel Friesel | -0/+611 | |