summaryrefslogtreecommitdiff
path: root/src/thumbnail.c
AgeCommit message (Collapse)Author
2011-10-10Code cleanupDaniel 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-02Merge remote-tracking branches 'derf/master' and 'origin/master'Olof-Joachim Frahm
2011-10-01index.c, thumbnail.c: Fix alignment issuesDaniel Friesel
2011-09-30Fix memory leaksDaniel Friesel
2011-09-30Apply changes to thumbnail modeDaniel Friesel
2011-09-29Thumbnail view now allows to execute actions.Olof-Joachim Frahm
Only if a previously selected item (mouse over, keyboard) is available though.
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-09-07feh_reload_image: Fix regression of old caching issue (closes #63)Daniel Friesel
This was broken by the changes allowing --reload to retry ad infinitum. Now force_new is used to decide whether or not to work around the Imlib2 caching issue. Because of this, a few feh_reload_image calls needed to be changed.
2011-09-01Revert "feh_reload_image: Always die if reload failed"Daniel Friesel
This reverts commit 8b79bc33f37db12cbb672bdb47dcfeb0f2030bce.
2011-08-31feh_reload_image: Always die if reload failedDaniel Friesel
This fixes a segfault in --reload when the image becomes unloadable while feh is running. Note that this does not affect --reload with more than one file: If the current image is removed, feh will simply jump to the next image. feh will only quit if the file still exists, but can no longer be loaded.
2011-05-02Use next/prev/render keys to select images in thumbnail mode (closes #26)Daniel Friesel
2011-05-02Move last selected thumbnail from events.c to thumbmode_data (thumbnail.c)Daniel Friesel
2011-05-01Move thumbnail code from events.c to thumbnail.cDaniel Friesel
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel
2011-03-21Add method to forcefully disable antialiasing (closes GH-17)Daniel Friesel
2011-01-23Show correct image dimensions in thumbnail mode (closes GH-29)Daniel Friesel
Ugly workaround, gotta make it nicer some time
2011-01-17Copyright FooDaniel Friesel
2010-07-17--debug-level → --debugDaniel 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-31major --thumbnails speed impromevents, new --thumb-redraw optionDaniel Friesel
See ChangeLog / man/feh.1 "--thumb-redraw" for more
2010-05-31Support caching of thumbnails up to 256x256 pixels (.thumbnails/large)Daniel Friesel
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
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-05-03Fix remaining compiler warnings (I probably won't implement these options ↵Daniel Friesel
anyways)
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-03-21Fix a few compiler warnings (-Wall -Wextra)Daniel Friesel
2010-03-21Some indentation and line length fixesDaniel Friesel
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel
2010-02-05Fix transparency in thumbnail modeDaniel Friesel
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel