summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-thumbnailer.c
Commit message (Expand)AuthorAgeFilesLines
* desktop-thumbnailer: Allow to override configuration in desktop filesGaël Bonithon2021-12-291-12/+2
* Try all available thumbnailers before declaring failureGaël Bonithon2021-12-291-12/+19
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-261-2/+3
* Fix compilation warningsGaël Bonithon2021-11-101-32/+3
* This commit implements Excludes pathsAli Abdallah2020-05-011-6/+26
* Fix memory corruption on 64bit (bug #9766).Nick Schermer2013-05-051-1/+1
* Add some additional debug checks.Nick Schermer2013-05-041-0/+3
* Add config file system to control thumbnailing plugin.Nick Schermer2012-12-271-1/+73
* Fix compiler error on Sun Studio.Nick Schermer2011-03-281-3/+3
* Get rid of the inherently broken GStrv type in function signatures.Jannis Pohlmann2011-02-131-8/+8
* Use LGPL instead of GPL license headers in the library (bug #6781).Jannis Pohlmann2010-11-061-9/+9
* Fix a few memory leaks.Jannis Pohlmann2009-11-231-0/+2
* Support specialized thumbnailers and overrides files properly.Jannis Pohlmann2009-11-161-1/+23
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-15/+11
* Added the DBus API parts for flavor supportPhilip Van Hoof2009-10-261-2/+4
* Add cancel capability to the thumbnail operations.Philip Van Hoof2009-10-141-3/+5
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-171-12/+15
* Add plugin interface for cache and thumbnailer implementations.Jannis Pohlmann2009-06-081-0/+224
* Add tumbler utility library, rename the service to tumblerd.Jannis Pohlmann2009-05-211-224/+0
* Fix last element not being copied in tumbler_thumbnailer_array_copy().Jannis Pohlmann2009-05-211-3/+3
* Implement tumbler_service_queue() based on TumblerSchedulerRequest.Jannis Pohlmann2009-05-201-0/+38
* Implement thumbnailer management in TumblerRegistry.Jannis Pohlmann2009-05-191-0/+12
* Improve TumblerThumbnailer and add TumblerSpecializedThumbnailer.Jannis Pohlmann2009-05-181-2/+53
* Introduce interfaces and classes for built-in thumbnailers.Jannis Pohlmann2009-05-171-0/+123