summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
2021-04-08Merge branch 'master' of epicentre:var/source/dthumbHEADmasterDaniel Friesel-2/+8
2021-04-08create thumbnails at 2x resolution for high-dpi displaysDaniel Friesel-2/+3
2021-04-08add optional HTML include headerDaniel Friesel-0/+5
2018-06-26support recursive thumbnail generation on directory treesDaniel Friesel-3/+2
2017-03-27add quiet modeDaniel Friesel-4/+9
2017-03-25dthumb(1): Add -a and -R to documentationDaniel Friesel-1/+9
2017-03-24also allow indexing/listing of non-image filesDaniel Friesel-0/+1
2017-03-24begin work on recursive mode. isn't recursive yet, but does list directories.Daniel Friesel-6/+7
2016-12-28some documentation updatesDaniel Friesel-24/+18
2016-12-28start switch to fancybox2Daniel Friesel-10/+9
2014-11-02re-add shadowbox supportDaniel Friesel-0/+1
2011-05-21Code cleanupDaniel Friesel-11/+12
2011-03-03Documentation updatesDaniel Friesel-5/+4
2011-03-03Detect changed images via mtimeDaniel Friesel-2/+0
2011-03-03Add -r/--recreate optionDaniel Friesel-3/+7
2011-03-01Move -v/-h logic from App::Dthumb to bin/dthumbDaniel Friesel-2/+11
2011-03-01Make options intuitive for both GetOptions-passing and manual setupDaniel Friesel-1/+1
2011-02-28Make HTML document title configurable via -t/--title optionDaniel Friesel-2/+7
2011-02-28dthumb(1): More lightbox documentationDaniel Friesel-0/+6
2011-02-28Move CLI code from App::Dthumb to bin/dthumbDaniel Friesel-1/+29
2011-02-28Merge branch 'master' of aneurysm:var/git_root/dthumbDaniel Friesel-4/+4
2011-02-28Merge branch 'master' of /home/derf/var/git_root/dthumbDaniel Friesel-13/+20
2011-02-28Switch from lightbox to shadowboxDaniel Friesel-4/+4
2011-02-27Minor documentation improvementsDaniel Friesel-5/+16
2011-02-27Add progress barDaniel Friesel-0/+4
2011-02-27Add (crude) option to disable lightboxDaniel Friesel-0/+7
2011-02-27dthumb(1): Add FILES sectionDaniel Friesel-3/+8
2011-02-27Add help/version switchesDaniel Friesel-1/+2
2011-02-27Update documentationDaniel Friesel-11/+1
2011-02-27Create App::DthumbDaniel Friesel-683/+17
2011-02-22Remove thumbnails of deleted imagesDaniel Friesel-2/+15
2011-02-22Update BUGSDaniel Friesel-0/+3
2011-02-22Update Build.PL & PODDaniel Friesel-8/+15
2011-02-22Variable name fixes, use autodieDaniel Friesel-25/+20
2011-02-22Handier script name (dthumb)Daniel Friesel-5/+5
2011-02-21Unfuck POD brackets, while at it.Daniel Friesel-2/+2
2011-02-21Attribute lightbox code in manualDaniel Friesel-0/+4
2011-02-21Initial lightbox supportDaniel Friesel-2/+495
2011-02-17Update manualDaniel Friesel-3/+3
2011-02-17Change defaults: Show image names, thumb dimensions -> 200 pixelsDaniel Friesel-5/+5
2011-01-24Resize image if width _or_ height are too big. Not _and_.Daniel Friesel-1/+1
2010-09-14Documentation for --archiveDaniel Friesel-0/+7
2010-09-11archive supportDaniel Friesel-3/+25
2010-07-11Fix newline bug, make image name clickableDaniel Friesel-1/+14
2010-07-11Add short options + switch to show image names, increase cached performanceDaniel Friesel-14/+29
2010-06-24Add some POD sectionsDaniel Friesel-1/+26
2010-06-17case-insensitive sortingDaniel Friesel-1/+1
2010-02-06Turn thumbnail quality & spacing into options as wellDaniel Friesel-8/+23
2010-02-06Make thumbnail size an optionDaniel Friesel-6/+11
2010-02-06Don't resize images which are smaller than the thumbnail sizeDaniel Friesel-4/+10