summaryrefslogtreecommitdiff
path: root/libgnome-desktop/gnome-desktop-thumbnail.c
Commit message (Expand)AuthorAgeFilesLines
* thumbnail: Add support for x-large and xx-large thumbnail sizeswip/hadess/xlarge-thumbnailsBastien Nocera2020-12-171-0/+8
* thumbnail: Factor out size to dirname and pixel size computationBastien Nocera2020-12-171-5/+28
* Remove deprecated private data macrosGeorges Basile Stavracas Neto2019-07-231-8/+4
* thumbnail: Fix runtime warning getting a preview iconBastien Nocera2019-01-301-2/+4
* thumbnail: Remove unneeded debug outputBastien Nocera2018-12-161-2/+0
* thumbnail: Fix use-after-free when getting a preview iconBastien Nocera2018-12-111-2/+4
* Handle all cases when switching on an enumErnestas Kulik2018-02-121-0/+3
* thumbnail: Mention which functions are blocking in docsBastien Nocera2018-02-011-8/+9
* thumbnail: Remove _has_uri() helper functionBastien Nocera2018-02-011-23/+0
* thumbnail: Print debug if there's no thumbnailerBastien Nocera2018-01-161-0/+5
* thumbnail: Remove obsolete gnome_desktop_thumbnail_md5()Bastien Nocera2017-09-121-20/+0
* thumbnail: Add debug when loading an image file failsBastien Nocera2017-09-061-1/+6
* thumbnail: Fix nautilus trying to thumbnail foldersBastien Nocera2017-09-041-1/+6
* thumbnail: Remove useless initialisationBastien Nocera2017-08-281-2/+0
* thumbnailer: Fix compile-time error on x32Laurent Bigonville2017-08-221-1/+1
* thumbnail: And print those errors in the debugBastien Nocera2017-08-081-1/+8
* thumbnail: Split off running the scriptBastien Nocera2017-07-211-149/+36
* thumbnail: Remove TryExec element in thumbnailer definitionBastien Nocera2017-07-211-40/+1
* thumbnail: Use an array to store the thumbnailer's cmdlineBastien Nocera2017-07-211-30/+86
* thumbnail: Use g_strcmp0() and remove a NULL checkBastien Nocera2017-07-211-6/+2
* thumbnail: Simplify system includesBastien Nocera2017-07-211-12/+4
* thumbnail: Fix typo in optionalBastien Nocera2017-07-211-1/+1
* thumbnail: Remove unused constant SECONDS_BETWEEN_STATSBastien Nocera2017-07-211-2/+0
* thumbnail: Remove unused #define GDK_PIXBUF_ENABLE_BACKENDBastien Nocera2017-07-211-1/+0
* thumbnail: Remove reference to GnomeIconFactoryBastien Nocera2017-07-211-1/+1
* thumbnail: Simplify init_thumbnailers_dirs()Bastien Nocera2017-07-211-9/+8
* thumbnail: Remove trailing spacesBastien Nocera2017-07-211-19/+19
* thumbnail: Fix use of uninitialised valueBastien Nocera2017-07-181-1/+5
* thumbnailer: Always prefer the backend provided previewBastien Nocera2016-12-131-0/+60
* thumbnail: Always use external gdk-pixbuf thumbnailerBastien Nocera2016-12-121-348/+3
* thumbnail: Demote a log message from WARNING to DEBUGDebarshi Ray2016-02-231-1/+1
* thumbnail factory: Disconnect signal handlers in finalizeMatthias Clasen2016-01-261-46/+43
* thumbnail: Ignore errors when not all frames are loadedBastien Nocera2015-10-021-2/+3
* Drop libgsystem submodule, stop using O_NOATIMEColin Walters2015-02-051-15/+7
* thumbnail: Fix a code path where the mutex is never unlockedPhilip Withnall2014-12-101-4/+5
* thumbnail: Include the filename in the thumbnail pathSebastian Keller2014-12-051-0/+1
* thumbnail: Don't fail after successfully creating the cache directorySebastian Keller2014-12-051-1/+1
* thumbnail: Move thumbnail generation/saving to a few helper functionsJasper St. Pierre2014-11-181-198/+116
* thumbnail: Clean up path generation codeJasper St. Pierre2014-11-181-99/+63
* whitespacePatrick Welche2014-09-111-1/+1
* thumbnail: don't call gs_file_read_noatime() on systems lacking openat()Patrick Welche2014-09-111-0/+4
* thumbnailer: Try harder to create a failed thumbnailJuan Antonio Marin2014-05-051-13/+10
* thumbnailer: Add documentation on thumbnailers and .thumbnailer filesPhilip Withnall2013-12-161-0/+102
* thumbnailer: Add missing cases to switch statementPhilip Withnall2013-10-291-41/+103
* thumbnailer: Bail if no pixbuf loader could be createdPhilip Withnall2013-10-141-2/+6
* thumbnailer: Fix a signed/unsigned comparisonPhilip Withnall2013-10-141-1/+1
* thumbnailer: Remove duplicate function declarationsPhilip Withnall2013-10-141-3/+0
* thumbnail loader: Support loading thumbnails from remote locationsAlexander Larsson2013-09-271-1/+4
* thumbnailer: Check gdk_pixbuf_loader_close()'s retvalBastien Nocera2013-09-051-1/+5
* thumbnailer: Correctly check for errorsBastien Nocera2013-09-051-4/+2