summaryrefslogtreecommitdiff
path: root/plugins/jpeg-thumbnailer
Commit message (Expand)AuthorAgeFilesLines
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-261-1/+2
* Debug: Add or adjust some traces and dumpsGaël Bonithon2021-12-262-0/+5
* Debug: Prefer runtime to compile-time check for loggingGaël Bonithon2021-12-261-6/+2
* Cleanup: Use `g_file_peek_path()` when appropriateGaël Bonithon2021-12-261-6/+1
* Fix typo in previous commitGaël Bonithon2021-12-221-1/+1
* Refactoring: Avoid code duplicationGaël Bonithon2021-12-221-39/+1
* jpeg-thumbnailer: Add missing sanity checkGaël Bonithon2021-12-211-1/+1
* jpeg-thumbnailer: Do not use low quality embedded thumbnailGaël Bonithon2021-12-191-5/+14
* Do not translate warning messagesGaël Bonithon2021-12-181-1/+1
* Define error messages in `tumbler/tumbler-error.h`Gaël Bonithon2021-12-171-4/+3
* Fix warnings from scan-build (Clang 13.0)Gaël Bonithon2021-12-111-1/+1
* Fix `-Wclobbered` compilation warningsGaël Bonithon2021-12-111-0/+1
* Fix compilation warningsGaël Bonithon2021-11-102-4/+15
* Use exif jpeg orientation hintAli Abdallah2020-08-061-7/+28
* Fix thumbnail orientation (Bug #15011)Andre Miranda2019-10-281-36/+34
* Fix typo in exif tag for image heightJustin Gassner2017-05-291-1/+1
* Drop translations of debug message.Nick Schermer2012-12-271-2/+2
* Rotate jpeg thumbnails (bug #6730).Nick Schermer2012-12-081-8/+89
* Link all plugins that use rint() against libm (-lm).Jannis Pohlmann2012-02-241-2/+3
* Make sure to include PLATFORM flags everywhere.Jannis Pohlmann2011-12-271-0/+1
* Avoid huge thumbnails from libjpeg (bug #8020).Nick Schermer2011-10-271-0/+41
* Drop some unused variables.Nick Schermer2011-04-221-3/+0
* Fix possible segmentation fault in the JPEG thumbnailer.Jannis Pohlmann2011-01-101-1/+1
* Fix init/shutdown debug message in the JPEG thumbnailer plugin.Jannis Pohlmann2010-11-131-2/+2
* Fix sched_getparam/sched_setscheduler code on OpenBSD (bug #6061).Jannis Pohlmann2010-11-071-0/+3
* Link plugins against libtumbler-1. Should fix builds with --as-needed.Jannis Pohlmann2010-08-291-1/+5
* Remove unused function, fix noreturn compiler error.Jannis Pohlmann2010-01-071-11/+1
* Add a fast JPEG thumbnailer with EXIF thumbnail support.Jannis Pohlmann2009-12-086-0/+1191