summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-thumbnailer.c
Commit message (Expand)AuthorAgeFilesLines
* 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