summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-file-info.c
Commit message (Expand)AuthorAgeFilesLines
* i18n: Add missing initializationHEADmasterGaël Bonithon2022-03-171-0/+6
* Use microsecond precision for last modification timeGaël Bonithon2021-12-211-9/+12
* Define error messages in `tumbler/tumbler-error.h`Gaël Bonithon2021-12-171-1/+1
* Store min length value.Nick Schermer2013-05-051-3/+5
* Avoid unref of null object.Nick Schermer2011-10-281-2/+5
* Get rid of the inherently broken GStrv type in function signatures.Jannis Pohlmann2011-02-131-3/+3
* Allow TumblerFileInfos to be created with empty URIs/MIME types.Jannis Pohlmann2010-02-261-2/+2
* Report unsupported flavors back to clients via an error signal.Jannis Pohlmann2010-01-071-2/+3
* Fix a bunch of compiler warnings.Jannis Pohlmann2009-10-271-5/+1
* Remove obsolete provider files. Fix include in tumbler-file-info.c.Jannis Pohlmann2009-10-271-11/+8
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-36/+148
* Switch to a plugin API that only allows one cache backend at a time.Jannis Pohlmann2009-10-261-53/+31
* Fix two memory leaks. Cleanup indentations.Jannis Pohlmann2009-09-121-0/+2
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-171-65/+28
* No thumbnails for thumbnails. Allow Unqueue in the middle of requests.Jannis Pohlmann2009-06-121-10/+24
* Add plugin interface for cache and thumbnailer implementations.Jannis Pohlmann2009-06-081-0/+376