.. |
FLAnimatedImage
|
Add optimalFrameCacheSize && predrawingEnabled options for FLAnimatedImage. It makes users to set optimal frame cache size of FLAnimatedImage after image load.
|
2018-05-16 15:35:55 +08:00 |
MKAnnotationView+WebCache.h
|
Fix #1764 Swift naming collision
|
2017-02-10 21:02:32 +08:00 |
MKAnnotationView+WebCache.m
|
Refactored all the duplicate code from our WebCache categories into a UIView+WebCache category. All the other categories will make calls to this one. Customization of setting the image is done via the setImageBlock and the operationKey
|
2016-09-25 19:44:52 +03:00 |
NSButton+WebCache.h
|
Add the current image/alternateImage url for NSButton category. A little code refactoring
|
2018-01-26 14:28:50 +08:00 |
NSButton+WebCache.m
|
Add the current image/alternateImage url for NSButton category. A little code refactoring
|
2018-01-26 14:28:50 +08:00 |
NSData+ImageContentType.h
|
Add image format detect of HEIC (One type of HEIF which use HEVC codec). This is supported natively in iOS 11 & macOS 10.13
|
2017-10-26 22:33:24 +08:00 |
NSData+ImageContentType.m
|
Add all 4 standard HEIC brand file signature, ftypheic & ftypheix is for single image, ftyphevc & ftyphevx is for sequence image
|
2017-10-27 17:13:42 +08:00 |
NSImage+WebCache.h
|
Fixed build due to latest animated WebP support that was not properly adapted for OSX. For OSX, this will not work because the `animatedImageWithImages:duration:` API does not have an equivalent there.
|
2016-09-30 09:32:34 +03:00 |
NSImage+WebCache.m
|
Feature refactor built-in coders and support animated webp on macOS (#2082)
|
2017-10-31 20:34:05 +02:00 |
SDAnimatedImageRep.h
|
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
2018-02-18 17:52:13 +08:00 |
SDAnimatedImageRep.m
|
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
2018-02-18 17:52:13 +08:00 |
SDImageCache.h
|
Fix function storeImageDataToDisk description
|
2018-04-24 21:32:26 +08:00 |
SDImageCache.m
|
Add `SDImageCacheScaleDownLargeImages` to allow cache to scale down large images if need
|
2018-04-14 22:14:59 +08:00 |
SDImageCacheConfig.h
|
Use a internal method to avoid thread-safe issue for file manager. Remove that checkIOQueue and add sync version exist API
|
2018-01-24 23:30:53 +08:00 |
SDImageCacheConfig.m
|
Use a internal method to avoid thread-safe issue for file manager. Remove that checkIOQueue and add sync version exist API
|
2018-01-24 23:30:53 +08:00 |
SDWebImageCoder.h
|
Add some more comments about coder method
|
2017-10-27 00:22:58 +08:00 |
SDWebImageCoder.m
|
Feature: refactor decoding code and provide decoding plugin
|
2017-10-16 19:52:18 +03:00 |
SDWebImageCoderHelper.h
|
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
2018-02-18 17:52:13 +08:00 |
SDWebImageCoderHelper.m
|
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
2018-02-18 17:52:13 +08:00 |
SDWebImageCodersManager.h
|
Fix the thread-safe issue for coders manager. Use lock and immutable object to keep `addCoder`, `removeCoder` thread-safe.
|
2018-04-12 13:40:10 +08:00 |
SDWebImageCodersManager.m
|
Fix the thread-safe issue for coders manager. Use lock and immutable object to keep `addCoder`, `removeCoder` thread-safe.
|
2018-04-12 13:40:10 +08:00 |
SDWebImageCompat.h
|
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
2018-05-31 11:32:52 +08:00 |
SDWebImageCompat.m
|
Remove the out-dated compatible code for non-ARC
|
2017-12-15 20:11:42 +08:00 |
SDWebImageDownloader.h
|
Update the comments
|
2018-02-28 00:04:56 +08:00 |
SDWebImageDownloader.m
|
Fix that the downloader operation may not call the completion block in race condition, which the operation we get is finished but not been removed from the operation array.
|
2018-06-04 20:20:28 +08:00 |
SDWebImageDownloaderOperation.h
|
Use lock instead of barrier queue to keep callbacks block thread-safe
|
2018-02-18 00:16:49 +08:00 |
SDWebImageDownloaderOperation.m
|
Fix that iOS 8 NSURLSessionTaskPriorityHigh symbol not defined in Foundation framework and cause crash
|
2018-02-27 23:50:41 +08:00 |
SDWebImageFrame.h
|
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
2018-02-18 17:52:13 +08:00 |
SDWebImageFrame.m
|
Feature refactor built-in coders and support animated webp on macOS (#2082)
|
2017-10-31 20:34:05 +02:00 |
SDWebImageGIFCoder.h
|
Creating FLAnimatedImage in global queue to improve displaying gif performance (#2047)
|
2017-10-25 09:05:46 +03:00 |
SDWebImageGIFCoder.m
|
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
2018-02-18 17:52:13 +08:00 |
SDWebImageImageIOCoder.h
|
Adopt the current requirement, change ImageIO coder's canDeocdeFromHEIC to actual implementation
|
2017-12-29 19:19:50 +08:00 |
SDWebImageImageIOCoder.m
|
Merge pull request #2314 from dreampiggy/fix_duplicated_force_decode_imageIO
|
2018-05-07 19:41:40 +08:00 |
SDWebImageManager.h
|
Fix the documentation issue about cacheSerializer
|
2018-04-01 21:54:10 +08:00 |
SDWebImageManager.m
|
Revert replacement of @synchronized in SDWebImageCombinedOperation
|
2018-05-30 14:57:41 +08:00 |
SDWebImageOperation.h
|
Fix source file headers
|
2012-11-05 18:21:19 +01:00 |
SDWebImagePrefetcher.h
|
Remove the out-dated compatible code for non-ARC
|
2017-12-15 20:11:42 +08:00 |
SDWebImagePrefetcher.m
|
Fix the issue that prefetcher will cause stack overflow is the input urls list is huge because of recursion function call
|
2018-01-28 19:06:46 +08:00 |
SDWebImageTransition.h
|
Add `UIViewAnimationOptionAllowUserInteraction` as default options for convenient image transition
|
2018-05-04 16:48:52 +08:00 |
SDWebImageTransition.m
|
Add `UIViewAnimationOptionAllowUserInteraction` as default options for convenient image transition
|
2018-05-04 16:48:52 +08:00 |
SDWebImageWebPCoder.h
|
Feature: refactor decoding code and provide decoding plugin
|
2017-10-16 19:52:18 +03:00 |
SDWebImageWebPCoder.m
|
Fix that WebP (including Animated WebP) decoding issue on iOS 12. Using the correct bitmapInfo to avoid `CGImageCreate` failed when the WebP image contains no alpha channel
|
2018-06-07 11:08:52 +08:00 |
UIButton+WebCache.h
|
Fix that reset alternateImage cancel the image load operation for NSButton+WebCache
|
2018-01-25 16:40:40 +08:00 |
UIButton+WebCache.m
|
Add the current image/alternateImage url for NSButton category. A little code refactoring
|
2018-01-26 14:28:50 +08:00 |
UIImage+ForceDecode.h
|
Feature: refactor decoding code and provide decoding plugin
|
2017-10-16 19:52:18 +03:00 |
UIImage+ForceDecode.m
|
Feature: refactor decoding code and provide decoding plugin
|
2017-10-16 19:52:18 +03:00 |
UIImage+GIF.h
|
Fix the strange file permissions issue
|
2018-01-15 19:57:24 +08:00 |
UIImage+GIF.m
|
Fix the strange file permissions issue
|
2018-01-15 19:57:24 +08:00 |
UIImage+MultiFormat.h
|
Feature refactor built-in coders and support animated webp on macOS (#2082)
|
2017-10-31 20:34:05 +02:00 |
UIImage+MultiFormat.m
|
Feature refactor built-in coders and support animated webp on macOS (#2082)
|
2017-10-31 20:34:05 +02:00 |
UIImage+WebP.h
|
Feature: refactor decoding code and provide decoding plugin
|
2017-10-16 19:52:18 +03:00 |
UIImage+WebP.m
|
Feature: refactor decoding code and provide decoding plugin
|
2017-10-16 19:52:18 +03:00 |
UIImageView+HighlightedWebCache.h
|
Fix #1764 Swift naming collision
|
2017-02-10 21:02:32 +08:00 |
UIImageView+HighlightedWebCache.m
|
Refactored all the duplicate code from our WebCache categories into a UIView+WebCache category. All the other categories will make calls to this one. Customization of setting the image is done via the setImageBlock and the operationKey
|
2016-09-25 19:44:52 +03:00 |
UIImageView+WebCache.h
|
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
2018-05-31 11:32:52 +08:00 |
UIImageView+WebCache.m
|
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
2018-05-31 11:32:52 +08:00 |
UIView+WebCache.h
|
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
2018-05-31 11:32:52 +08:00 |
UIView+WebCache.m
|
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
2018-05-31 11:32:52 +08:00 |
UIView+WebCacheOperation.h
|
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
2018-05-31 11:32:52 +08:00 |
UIView+WebCacheOperation.m
|
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
2018-05-31 11:32:52 +08:00 |