summaryrefslogtreecommitdiff
path: root/src/thumbnail.h
AgeCommit message (Collapse)Author
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-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-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-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-03Fix remaining compiler warnings (I probably won't implement these options ↵Daniel Friesel
anyways)
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel