summaryrefslogtreecommitdiff
path: root/plugins/xdg-cache
Commit message (Expand)AuthorAgeFilesLines
* Add support for thumbnail size x-large and xx-largeGaël Bonithon2021-12-291-0/+6
* Debug: Prefer runtime to compile-time check for loggingGaël Bonithon2021-12-261-6/+2
* Cleanup: Use `g_file_peek_path()` when appropriateGaël Bonithon2021-12-262-35/+15
* xdg-cache: Add missing sanity checkGaël Bonithon2021-12-231-1/+1
* xdg-cache: Remove temporary file when saving failedGaël Bonithon2021-12-231-0/+1
* xdg-cache: Set thumbnail permissions to 600Gaël Bonithon2021-12-221-2/+1
* Use microsecond precision for last modification timeGaël Bonithon2021-12-213-22/+25
* Do not translate warning messagesGaël Bonithon2021-12-181-1/+1
* Define error messages in `tumbler/tumbler-error.h`Gaël Bonithon2021-12-172-2/+2
* xdg-cache: Ensure read_thumbnail_info() always sets an error on failurePhilip Withnall2021-12-161-0/+8
* xdg-cache: Chain-up to parent in `finalize()`Gaël Bonithon2021-12-141-0/+2
* Fix `-Wclobbered` compilation warningsGaël Bonithon2021-12-111-3/+4
* Fix compilation warningsGaël Bonithon2021-11-102-7/+5
* Support shared thumbnail repositories of the freedesktop.org thumbnail specSergios - Anestis Kefalidis2021-07-243-7/+57
* Fix GTimeVal deprecationOlivier Duchateau2020-08-091-4/+5
* Handle 0 mtime threshold on Cleanup DBus method.Ali Abdallah2018-03-311-45/+68
* Removed unused static function xdg_cache_cache_get_home() (bug #11648)Matt Thirtytwo2015-03-071-9/+0
* Use $XDG_CACHE_HOME/thumbnails as per spec change (bug #10613)Jeremy Whiting2015-02-231-9/+9
* Send the cache operation replies after they are completed.Nick Schermer2013-07-281-7/+7
* Support move/copy operations on directories in the cache.Nick Schermer2013-07-281-55/+151
* Combine copy and move functions.Nick Schermer2013-07-281-72/+34
* 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