summaryrefslogtreecommitdiff
path: root/plugins/xdg-cache
Commit message (Expand)AuthorAgeFilesLines
* Include string.h (bug #9858).Nick Schermer2013-05-041-0/+1
* Drop translations of debug message.Nick Schermer2012-12-271-2/+2
* Don't use collate to check strings.Nick Schermer2012-12-082-3/+4
* Make sure to include PLATFORM flags everywhere.Jannis Pohlmann2011-12-271-0/+1
* Exit the xdg thumbnailer nicely with corrupt png files.Nick Schermer2011-12-041-0/+13
* Get rid of the inherently broken GStrv type in function signatures.Jannis Pohlmann2011-02-132-20/+18
* Make Cleanup() take an array of base URIs instead of just one.Jannis Pohlmann2011-02-131-10/+52
* Link plugins against libtumbler-1. Should fix builds with --as-needed.Jannis Pohlmann2010-08-291-0/+4
* Fix compiler warnings in the poppler and xdg plugins.Nick Schermer2010-08-262-2/+2
* (Hopefully) fix the format string for guint64.Jannis Pohlmann2010-01-071-1/+1
* Update TumblerError enum and its usage.Jannis Pohlmann2009-12-081-1/+1
* Add missing tumbler_plugin_get_cache() function.Jannis Pohlmann2009-11-011-1/+9
* Fix a bunch of compiler warnings.Jannis Pohlmann2009-10-272-9/+0
* Rename the delete member of TumblerCache to do_delete (for C++).Jannis Pohlmann2009-10-271-1/+1
* Remove obsolete provider files. Fix include in tumbler-file-info.c.Jannis Pohlmann2009-10-272-161/+0
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-273-169/+159
* Switch to a plugin API that only allows one cache backend at a time.Jannis Pohlmann2009-10-266-26/+18
* Add TumblerColorspace enum, rename save_pixbuf() to save_image_data().Jannis Pohlmann2009-10-211-28/+27
* Replaced GdkPixbuf APIs with TumblerImageDataJannis Pohlmann2009-10-211-7/+18
* Use xdg cache macro. Drop revision versioning. Drop MAINTAINER_MODE.Jannis Pohlmann2009-10-061-1/+1
* Prepare build environment for Maemo compatibilityPhilip Van Hoof2009-10-061-0/+4
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-175-56/+36
* No thumbnails for thumbnails. Allow Unqueue in the middle of requests.Jannis Pohlmann2009-06-121-17/+66
* Implement Cleanup, Copy, Move and Delete in cache plugin and service.Jannis Pohlmann2009-06-093-64/+427
* Add plugin interface for cache and thumbnailer implementations.Jannis Pohlmann2009-06-088-0/+1109