summaryrefslogtreecommitdiff
path: root/thunar/thunar-thumbnail-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GSourceFunc castsOlaf Hering2020-12-241-10/+8
* Drop GLIB_CHECK_VERSION for <= 2.42.0Andre Miranda2020-01-011-17/+0
* Fix crashes on operations using dbus callsRomain B2017-08-141-2/+2
* Replace dbus-glib with GDBusJonas Kümmerlin2017-08-141-114/+188
* Improve handling of renames (bug #10242).Nick Schermer2013-07-281-108/+108
* Clear mutex to avoid memleak with 2.32 api.Nick Schermer2012-12-081-1/+3
* Use GArray instead of GValueArray and new mutex API.Nick Schermer2012-11-011-19/+37
* Use g_(s)list_free_full where possible.Nick Schermer2012-09-161-16/+7
* Plug more leaks in thumbnailer.Nick Schermer2012-04-021-5/+5
* Hide thumb queue cleanup debug and plug memleak.Nick Schermer2012-04-021-1/+5
* Add thunar_thumbnail_cache_cleanup_file(). Sync with thumbnailer spec.Jannis Pohlmann2011-02-131-2/+130
* Fix build without D-Bus.Jannis Pohlmann2011-02-081-1/+1
* Add thumbnail cache update support to the link job.Jannis Pohlmann2011-02-071-1/+1
* Add thunar_thumbnail_cache_copy_file().Jannis Pohlmann2011-02-071-0/+149
* Add thunar_thumbnail_cache_delete_file(). Use queues for processing.Jannis Pohlmann2011-02-071-17/+219
* Add a ThunarThumbnailCache to ThunarApplication, implement Move().Jannis Pohlmann2011-02-071-0/+213