summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add support for thumbnail size x-large and xx-largeGaël Bonithon2021-12-291-0/+6
* desktop-thumbnailer: Allow to override configuration in desktop filesGaël Bonithon2021-12-291-37/+99
* desktop-thumbnailer: Allow for thumbnailer overrideGaël Bonithon2021-12-292-9/+18
* Cleanup: Avoid code duplicationGaël Bonithon2021-12-291-48/+3
* gepub-thumbnailer: Add missing sanity checkGaël Bonithon2021-12-291-3/+2
* Reserve some third-party API messages to debug loggingGaël Bonithon2021-12-272-4/+16
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-2611-35/+60
* Debug: Add or adjust some traces and dumpsGaël Bonithon2021-12-2622-7/+71
* Debug: Prefer runtime to compile-time check for loggingGaël Bonithon2021-12-2615-75/+27
* Cleanup: Use `g_file_peek_path()` when appropriateGaël Bonithon2021-12-269-82/+32
* xdg-cache: Add missing sanity checkGaël Bonithon2021-12-231-1/+1
* xdg-cache: Remove temporary file when saving failedGaël Bonithon2021-12-231-0/+1
* xdg-cache: Set thumbnail permissions to 600Gaël Bonithon2021-12-221-2/+1
* Fix mistake in previous commitGaël Bonithon2021-12-221-4/+4
* Fix typo in previous commitGaël Bonithon2021-12-2211-11/+11
* Refactoring: Avoid code duplicationGaël Bonithon2021-12-2211-466/+21
* pixbuf-thumbnailer: Stop animated image loading at first frameGaël Bonithon2021-12-221-2/+19
* pixbuf-thumbnailer: Try to ignore `GDK_PIXBUF_ERROR_CORRUPT_IMAGE`Gaël Bonithon2021-12-221-35/+21
* jpeg-thumbnailer: Add missing sanity checkGaël Bonithon2021-12-211-1/+1
* Use microsecond precision for last modification timeGaël Bonithon2021-12-214-27/+28
* poppler-thumbnailer: Fix error handlingGaël Bonithon2021-12-201-4/+2
* pixbuf-thumbnailer: Simplify error handlingGaël Bonithon2021-12-201-24/+11
* font-thumbnailer: Fix error handlingGaël Bonithon2021-12-201-6/+7
* jpeg-thumbnailer: Do not use low quality embedded thumbnailGaël Bonithon2021-12-191-5/+14
* Do not translate warning messagesGaël Bonithon2021-12-1814-16/+16
* gst-thumbnailer: Fix error handlingGaël Bonithon2021-12-171-7/+24
* ffmpeg-thumbnailer: Fix error handlingGaël Bonithon2021-12-171-4/+9
* Define error messages in `tumbler/tumbler-error.h`Gaël Bonithon2021-12-176-16/+15
* odf-thumbnailer: Fix error handlingGaël Bonithon2021-12-161-5/+13
* xdg-cache: Ensure read_thumbnail_info() always sets an error on failurePhilip Withnall2021-12-161-0/+8
* xdg-cache: Chain-up to parent in `finalize()`Gaël Bonithon2021-12-141-0/+2
* desktop-thumbnailer: Fill in `finalize()`Gaël Bonithon2021-12-141-0/+4
* gepub-thumbnailer: Fix a memory leakGaël Bonithon2021-12-141-0/+1
* desktop-thumbnailer: Fix some memory leaksGaël Bonithon2021-12-141-4/+5
* poppler-thumbnailer: Fix deprecation warningGaël Bonithon2021-12-131-4/+24
* ffmpeg-thumbnailer: Fix deprecation warningGaël Bonithon2021-12-131-0/+10
* desktop-thumbnailer: Fix error handlingGaël Bonithon2021-12-121-23/+16
* Fix some priority issuesGaël Bonithon2021-12-121-2/+3
* Fix copy-paste errors when creating pluginsGaël Bonithon2021-12-122-2/+2
* pixbuf-thumbnailer: Increase loader buffer sizeGaël Bonithon2021-12-111-2/+18
* pixbuf-thumbnailer: Use a mime-type-specific loader when possibleGaël Bonithon2021-12-111-2/+8
* Fix warnings from scan-build (Clang 13.0)Gaël Bonithon2021-12-112-1/+3
* Fix `-Wclobbered` compilation warningsGaël Bonithon2021-12-112-3/+5
* Fix compilation warningsGaël Bonithon2021-11-1016-52/+60
* Support shared thumbnail repositories of the freedesktop.org thumbnail specSergios - Anestis Kefalidis2021-07-243-7/+57
* Fix missing parenthesesOlivier Duchateau2020-11-052-2/+2
* Add libgepub thumbnailer pluginOlivier Duchateau2020-11-057-0/+645
* Fix GTimeVal deprecationOlivier Duchateau2020-08-091-4/+5
* Use exif jpeg orientation hintAli Abdallah2020-08-061-7/+28
* Fix thumbnail orientation (Bug #15011)Andre Miranda2019-10-281-36/+34