summaryrefslogtreecommitdiff
path: root/plugins/pixbuf-thumbnailer
Commit message (Expand)AuthorAgeFilesLines
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-261-5/+6
* Debug: Add or adjust some traces and dumpsGaël Bonithon2021-12-262-0/+6
* Debug: Prefer runtime to compile-time check for loggingGaël Bonithon2021-12-261-6/+2
* Fix typo in previous commitGaël Bonithon2021-12-221-1/+1
* Refactoring: Avoid code duplicationGaël Bonithon2021-12-221-46/+1
* 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
* pixbuf-thumbnailer: Simplify error handlingGaël Bonithon2021-12-201-24/+11
* Do not translate warning messagesGaël Bonithon2021-12-181-1/+1
* 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 compilation warningsGaël Bonithon2021-11-101-2/+2
* According to the API doc of GdkPixbuf, gdk_pixbuf_loader_writeAli Abdallah2017-06-071-1/+5
* Add comments for the previous revert.Nick Schermer2014-07-281-3/+4
* Revert "Fix setting internal error to NULL in pixbuf thumbnailer (bug #10878)"Nick Schermer2014-07-281-6/+3
* Fix setting internal error to NULL in pixbuf thumbnailer (bug #10878)Jannis Pohlmann2014-07-251-3/+6
* Drop translations of debug message.Nick Schermer2012-12-271-2/+2
* Rotate pixbuf loader images (bug #6730).Nick Schermer2012-12-071-3/+4
* 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
* Set error codes in pixbuf thumbnailer.Nick Schermer2011-12-041-2/+2
* Don't crash on 0x0 errors (bug #8142).Nick Schermer2011-12-021-4/+24
* Some fixes for previous commit.Nick Schermer2011-11-021-5/+11
* Optimize the pixbuf thumbnailer.Nick Schermer2011-11-021-60/+117
* Drop some unused variables.Nick Schermer2011-04-221-3/+0
* Link plugins against libtumbler-1. Should fix builds with --as-needed.Jannis Pohlmann2010-08-291-0/+4
* Fix invalid unrefs in the pixbuf thumbnailer plugin.Jannis Pohlmann2009-12-081-3/+0
* Remove redundant tumbler_file_info_load() check.Jannis Pohlmann2009-12-081-9/+0
* Fix memory leaks in the pixbuf thumbnailer plugin.Jannis Pohlmann2009-11-161-0/+4
* Fix a bunch of compiler warnings.Jannis Pohlmann2009-10-271-6/+3
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-64/+38
* Added the DBus API parts for flavor supportPhilip Van Hoof2009-10-261-2/+4
* Add TumblerColorspace enum, rename save_pixbuf() to save_image_data().Jannis Pohlmann2009-10-211-13/+13
* Replaced GdkPixbuf APIs with TumblerImageDataJannis Pohlmann2009-10-211-3/+13
* Do nothing in case of cancelled before we startedPhilip Van Hoof2009-10-161-0/+4
* Add cancel capability to the thumbnail operations.Philip Van Hoof2009-10-141-2/+6
* Rework build files. Fix bugs introduced in previous commits.Jannis Pohlmann2009-10-061-1/+1
* Always check for "file" and add it if necessary. Clearly the better way.Jannis Pohlmann2009-09-301-28/+14
* Always add "file" to the supported URI schemes. Fix compiler warnings.Jannis Pohlmann2009-09-301-4/+17
* Make the pixbuf support all URI schemes supported by GIO.Jannis Pohlmann2009-09-301-1/+6
* Rename PixbufThumbnailerThumbnailer to PixbufThumbnailer. More renames.Jannis Pohlmann2009-09-307-85/+85
* Fix two memory leaks. Cleanup indentations.Jannis Pohlmann2009-09-121-0/+3
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-173-9/+2
* Minor tweaks. Use TUMBLER_ADD_INTERFACE in pixbuf thumbnailer plugin.Jannis Pohlmann2009-06-092-2/+2
* Add plugin interface for cache and thumbnailer implementations.Jannis Pohlmann2009-06-086-0/+647