.. |
FLAnimatedImage
|
Move the context option to a separate header to allow to be included without dependency, use String Enum to bridge for Swift
|
2018-01-23 13:48:47 +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 |
NSData+ImageContentType.h
|
Mark one function which return value should follow the GET rule
|
2018-01-22 21:54:12 +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+Additions.h
|
Rename `NSImage+WebCache` to `NSImage+Addtions`. Add helper methods, use property based API, which more suitable for Swift
|
2018-01-22 21:54:12 +08:00 |
NSImage+Additions.m
|
Rename `NSImage+WebCache` to `NSImage+Addtions`. Add helper methods, use property based API, which more suitable for Swift
|
2018-01-22 21:54:12 +08:00 |
SDImageCache.h
|
Move the context option to a separate header to allow to be included without dependency, use String Enum to bridge for Swift
|
2018-01-23 13:48:47 +08:00 |
SDImageCache.m
|
Rename `NSImage+WebCache` to `NSImage+Addtions`. Add helper methods, use property based API, which more suitable for Swift
|
2018-01-22 21:54:12 +08:00 |
SDImageCacheConfig.h
|
Move that `maxMemoryCost` and `maxMemoryCountLimit` to config property. Add sync version API `diskImageDataExistsWithKey`
|
2018-01-13 16:46:21 +08:00 |
SDImageCacheConfig.m
|
Add a `diskCacheWritingOptions` to allow user to specify disk data writing options
|
2018-01-03 15:21:09 +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
|
Feature refactor built-in coders and support animated webp on macOS (#2082)
|
2017-10-31 20:34:05 +02:00 |
SDWebImageCoderHelper.m
|
Rename `NSImage+WebCache` to `NSImage+Addtions`. Add helper methods, use property based API, which more suitable for Swift
|
2018-01-22 21:54:12 +08:00 |
SDWebImageCodersManager.h
|
Creating FLAnimatedImage in global queue to improve displaying gif performance (#2047)
|
2017-10-25 09:05:46 +03:00 |
SDWebImageCodersManager.m
|
Remove the out-dated compatible code for non-ARC
|
2017-12-15 20:11:42 +08:00 |
SDWebImageCompat.h
|
Move the context option to a separate header to allow to be included without dependency, use String Enum to bridge for Swift
|
2018-01-23 13:48:47 +08:00 |
SDWebImageCompat.m
|
Change our SDScaledImageForKey to use scale on macOS
|
2018-01-22 21:54:12 +08:00 |
SDWebImageDefine.h
|
Move the context option to a separate header to allow to be included without dependency, use String Enum to bridge for Swift
|
2018-01-23 13:48:47 +08:00 |
SDWebImageDefine.m
|
Move the context option to a separate header to allow to be included without dependency, use String Enum to bridge for Swift
|
2018-01-23 13:48:47 +08:00 |
SDWebImageDownloader.h
|
Move the context option to a separate header to allow to be included without dependency, use String Enum to bridge for Swift
|
2018-01-23 13:48:47 +08:00 |
SDWebImageDownloader.m
|
Use synchronized instead of semaphore in SDWebImageDownloader to make it more easy to understand :)
|
2018-01-20 16:42:56 +08:00 |
SDWebImageDownloaderOperation.h
|
Remove one deprecated property `shouldUseCredentialStorage` which not used for a long time
|
2018-01-20 16:48:51 +08:00 |
SDWebImageDownloaderOperation.m
|
Rename `NSImage+WebCache` to `NSImage+Addtions`. Add helper methods, use property based API, which more suitable for Swift
|
2018-01-22 21:54:12 +08:00 |
SDWebImageFrame.h
|
Move the imageLoopCount and isAnimated into UIImage+WebCache file, removed the outdated methods
|
2018-01-20 16:48:51 +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
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-01-23 11:51:49 +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 branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-01-23 11:51:49 +08:00 |
SDWebImageManager.h
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-01-23 11:51:49 +08:00 |
SDWebImageManager.m
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-01-23 11:51:49 +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 potential thread-safe problem in SDWebImagePrefetcher by keeping all access through prefetcher queue and retain the local URLs firstly
|
2017-12-07 15:18:10 +08:00 |
SDWebImageWebPCoder.h
|
Feature: refactor decoding code and provide decoding plugin
|
2017-10-16 19:52:18 +03:00 |
SDWebImageWebPCoder.m
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-01-23 11:51:49 +08:00 |
UIButton+WebCache.h
|
Fix issue #2001, add sd_currentBackgroundImageURL and sd_backgroundImageURLForState: for UIButton
|
2017-08-18 12:02:06 +08:00 |
UIButton+WebCache.m
|
Remove some unused code, fix typo, update the comments
|
2017-12-17 19:45:51 +08:00 |
UIImage+ForceDecode.h
|
Update and remove the deprecated method. Add some documents for un-documented methods
|
2018-01-22 21:54:12 +08:00 |
UIImage+ForceDecode.m
|
Rename UIImage+ForceDecode method with sd prefix to avoid name conflict
|
2018-01-22 21:54:12 +08:00 |
UIImage+GIF.h
|
Move the imageLoopCount and isAnimated into UIImage+WebCache file, removed the outdated methods
|
2018-01-20 16:48:51 +08:00 |
UIImage+GIF.m
|
Move the imageLoopCount and isAnimated into UIImage+WebCache file, removed the outdated methods
|
2018-01-20 16:48:51 +08:00 |
UIImage+MultiFormat.h
|
Update and remove the deprecated method. Add some documents for un-documented methods
|
2018-01-22 21:54:12 +08:00 |
UIImage+MultiFormat.m
|
Move the imageLoopCount and isAnimated into UIImage+WebCache file, removed the outdated methods
|
2018-01-20 16:48:51 +08:00 |
UIImage+WebCache.h
|
Move the imageLoopCount and isAnimated into UIImage+WebCache file, removed the outdated methods
|
2018-01-20 16:48:51 +08:00 |
UIImage+WebCache.m
|
Rename `NSImage+WebCache` to `NSImage+Addtions`. Add helper methods, use property based API, which more suitable for Swift
|
2018-01-22 21:54:12 +08:00 |
UIImage+WebP.h
|
Move the imageLoopCount and isAnimated into UIImage+WebCache file, removed the outdated methods
|
2018-01-20 16:48:51 +08:00 |
UIImage+WebP.m
|
Move the imageLoopCount and isAnimated into UIImage+WebCache file, removed the outdated methods
|
2018-01-20 16:48:51 +08: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
|
Update and remove the deprecated method. Add some documents for un-documented methods
|
2018-01-22 21:54:12 +08:00 |
UIImageView+WebCache.m
|
Update and remove the deprecated method. Add some documents for un-documented methods
|
2018-01-22 21:54:12 +08:00 |
UIView+WebCache.h
|
Move the context option to a separate header to allow to be included without dependency, use String Enum to bridge for Swift
|
2018-01-23 13:48:47 +08:00 |
UIView+WebCache.m
|
Move the context option to a separate header to allow to be included without dependency, use String Enum to bridge for Swift
|
2018-01-23 13:48:47 +08:00 |
UIView+WebCacheOperation.h
|
Remove some unused code, fix typo, update the comments
|
2017-12-17 19:45:51 +08:00 |
UIView+WebCacheOperation.m
|
Remove some unused code, fix typo, update the comments
|
2017-12-17 19:45:51 +08:00 |