Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |