Age | Commit message (Expand) | Author | Lines |
2021-04-08 | Merge branch 'master' of epicentre:var/source/dthumbHEADmaster | Daniel Friesel | -6/+14 |
2021-04-08 | create thumbnails at 2x resolution for high-dpi displays | Daniel Friesel | -4/+6 |
2021-04-08 | add optional HTML include header | Daniel Friesel | -1/+5 |
2018-06-26 | support recursive thumbnail generation on directory trees | Daniel Friesel | -39/+67 |
2017-03-26 | Use system-provided Oxygen icons instead of shipping them with the module | Daniel Friesel | -0/+17 |
2017-03-24 | also allow indexing/listing of non-image files | Daniel Friesel | -8/+22 |
2017-03-24 | begin work on recursive mode. isn't recursive yet, but does list directories. | Daniel Friesel | -8/+26 |
2016-12-28 | code cleanup | Daniel Friesel | -32/+12 |
2016-12-28 | some documentation updates | Daniel Friesel | -17/+9 |
2016-12-28 | start switch to fancybox2 | Daniel Friesel | -32/+10 |
2014-11-02 | re-add shadowbox support | Daniel Friesel | -24/+40 |
2011-05-21 | Further App::Dthumb::Data improvements | Daniel Friesel | -3/+12 |
2011-05-21 | App::Dthumb::Data documentation improvements | Daniel Friesel | -65/+73 |
2011-05-21 | Code cleanup | Daniel Friesel | -231/+213 |
2011-03-15 | Only place lightbox html links when lightbox is enabled | Daniel Friesel | -1/+10 |
2011-03-13 | App/Dthumb: create_files: Always create main.css | Daniel Friesel | -9/+13 |
2011-03-13 | Add App::Dthumb tests for create_files, create_thumbnail_html and write_out_html | Daniel Friesel | -0/+8 |
2011-03-04 | App::Dthumb::Data get: Return undef for invalid files | Daniel Friesel | -2/+3 |
2011-03-04 | Version bump to 0.20.2 | Daniel Friesel | -1/+1 |
2011-03-04 | App::Dthumb read_directories() tests | Daniel Friesel | -5/+19 |
2011-03-04 | Some more App::Dthumb tests | Daniel Friesel | -2/+2 |
2011-03-04 | Update App::Dthumb documentation | Daniel Friesel | -19/+7 |
2011-03-03 | Documentation updates | Daniel Friesel | -19/+16 |
2011-03-03 | Detect changed images via mtime | Daniel Friesel | -1/+5 |
2011-03-03 | Add -r/--recreate option | Daniel Friesel | -2/+3 |
2011-03-02 | Switch back to lightbox v1 for now (license issues with shadowbox) | Daniel Friesel | -1/+1 |
2011-03-02 | App::Dthumb::Data documentation | Daniel Friesel | -0/+82 |
2011-03-02 | Update App::Dthumb filenames, add initial App::Dthumb test | Daniel Friesel | -2/+2 |
2011-03-02 | App::Dthumb::Data: Add list_archived() to simplify App::Dthumb create_files() | Daniel Friesel | -2/+6 |
2011-03-01 | Move -v/-h logic from App::Dthumb to bin/dthumb | Daniel Friesel | -22/+1 |
2011-03-01 | Make options intuitive for both GetOptions-passing and manual setup | Daniel Friesel | -16/+22 |
2011-03-01 | App::Dthumb manual: Does not require Time::Progress | Daniel Friesel | -2/+0 |
2011-03-01 | App::Dthumb::Data: Exactly preserve text files, add test for it | Daniel Friesel | -3/+7 |
2011-02-28 | Make HTML document title configurable via -t/--title option | Daniel Friesel | -16/+31 |
2011-02-28 | Show filename as lightbox title | Daniel Friesel | -2/+2 |
2011-02-28 | Move CLI code from App::Dthumb to bin/dthumb | Daniel Friesel | -61/+4 |
2011-02-28 | Merge branch 'master' of aneurysm:var/git_root/dthumb | Daniel Friesel | -3/+3 |
2011-02-28 | Add App::Dthumb documentation | Daniel Friesel | -0/+207 |
2011-02-28 | Merge branch 'master' of /home/derf/var/git_root/dthumb | Daniel Friesel | -15/+48 |
2011-02-28 | Switch from lightbox to shadowbox | Daniel Friesel | -3/+3 |
2011-02-27 | Minor documentation improvements | Daniel Friesel | -0/+1 |
2011-02-27 | "input_record_separator is not supported on a per-handle basis". Whoops. | Daniel Friesel | -3/+1 |
2011-02-27 | App::Dthumb::Data generator: Use IO::Handle | Daniel Friesel | -1/+2 |
2011-02-27 | Add progress bar | Daniel Friesel | -1/+18 |
2011-02-27 | Add (crude) option to disable lightbox | Daniel Friesel | -7/+11 |
2011-02-27 | Add help/version switches | Daniel Friesel | -0/+14 |
2011-02-27 | Update documentation | Daniel Friesel | -2/+0 |
2011-02-27 | Change internal --no-names handling | Daniel Friesel | -2/+3 |
2011-02-27 | App::Dthumb: More restrictive filetypes. Imlib2 cannot save out gif in fact. | Daniel Friesel | -1/+1 |
2011-02-27 | Move data to share/, autocreate Data.pm during build process | Daniel Friesel | -626/+81 |