SDWebImage/SDWebImage
Matej Bukovinski e31b157394 Don't dispatch cancelAll calls.
- should fix pre-fetcher problems #247
- cancelAll should be always called using the main thread
2013-01-11 13:54:54 +01:00
..
MKAnnotationView+WebCache.h First beta of SDWebImage 3.0 2012-11-04 10:09:10 +01:00
MKAnnotationView+WebCache.m Fix typo (fix #246) 2012-12-11 23:36:55 +01:00
SDImageCache.h Passing the exact cache type in the completion block. 2012-11-19 15:55:09 +01:00
SDImageCache.m Remove no longer necessary cleanMemory on app going to background as NSCache does this by itself 2012-11-29 18:52:28 +01:00
SDWebImageCompat.h Fix ARC compilation warning breaking some non-ARC projects (fix #229) 2012-12-11 16:11:06 +01:00
SDWebImageCompat.m Fix ARC compilation warning breaking some non-ARC projects (fix #229) 2012-12-11 16:11:06 +01:00
SDWebImageDecoder.h First beta of SDWebImage 3.0 2012-11-04 10:09:10 +01:00
SDWebImageDecoder.m Fixed bug where decodedImageWithImage: ignored image scale and orientation. 2012-12-15 17:59:00 -05:00
SDWebImageDownloader.h Disk cache now uses the raw image data returned from the server. 2012-11-19 15:50:30 +01:00
SDWebImageDownloader.m Fix Xcode 4.6 warnings 2012-12-19 16:41:06 +01:00
SDWebImageDownloaderOperation.h Serialize all background operations 2012-11-06 11:30:23 +01:00
SDWebImageDownloaderOperation.m Using spaces instead of tabs for indentation. 2012-12-14 00:18:17 +01:00
SDWebImageManager.h Passing the exact cache type in the completion block. 2012-11-19 15:55:09 +01:00
SDWebImageManager.m Don't dispatch cancelAll calls. 2013-01-11 13:54:54 +01:00
SDWebImageOperation.h Fix source file headers 2012-11-05 18:21:19 +01:00
SDWebImagePrefetcher.h First beta of SDWebImage 3.0 2012-11-04 10:09:10 +01:00
SDWebImagePrefetcher.m Fix SDWebImagePrefetcher maxConcurrentDownloads property 2012-11-20 14:49:27 +01:00
UIButton+WebCache.h First beta of SDWebImage 3.0 2012-11-04 10:09:10 +01:00
UIButton+WebCache.m Do not capture self in operations in categories 2012-11-29 18:52:28 +01:00
UIImageView+WebCache.h Add progress block support to UIImageView category 2012-11-05 20:45:15 +01:00
UIImageView+WebCache.m Do not capture self in operations in categories 2012-11-29 18:52:28 +01:00