summaryrefslogtreecommitdiff
path: root/src/thumbnail.c
AgeCommit message (Collapse)AuthorLines
2011-01-23Show correct image dimensions in thumbnail mode (closes GH-29)Daniel Friesel-11/+38
Ugly workaround, gotta make it nicer some time
2011-01-17Copyright FooDaniel Friesel-0/+1
2010-07-17--debug-level → --debugDaniel Friesel-8/+8
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-27/+12
2010-05-31major --thumbnails speed impromevents, new --thumb-redraw optionDaniel Friesel-1/+10
See ChangeLog / man/feh.1 "--thumb-redraw" for more
2010-05-31Support caching of thumbnails up to 256x256 pixels (.thumbnails/large)Daniel Friesel-9/+27
Depending on --thumb-width/--thumb-height, either .thumbnails/normal or .thumbnails/large is used. For higher dimensions, thumbnail caching is still silently disabled, this should also be what the standard indicates.
2010-05-30Make --cache-thumbnails adhere more to the standardDaniel Friesel-1/+1
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-05-03Fix remaining compiler warnings (I probably won't implement these options ↵Daniel Friesel-2/+2
anyways)
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-03-21Fix a few compiler warnings (-Wall -Wextra)Daniel Friesel-4/+3
2010-03-21Some indentation and line length fixesDaniel Friesel-66/+78
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-762/+652
2010-02-05Fix transparency in thumbnail modeDaniel Friesel-0/+1
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+992