.. |
FLAnimatedImage
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-02-01 11:53:13 +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
|
Use property instead of method for UIButton/NSButton current url.
|
2018-02-04 17:01:26 +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
|
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
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-01-26 23:50:17 +08:00 |
SDImageCache.m
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-01-26 23:50:17 +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
|
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
|
Pass the context arg from the top level to the bottom level to allow specify logic in the future
|
2018-01-23 21:06:07 +08:00 |
SDWebImageDownloader.m
|
Change the context arg to init method because it should be readonly after created
|
2018-02-07 19:59:00 +08:00 |
SDWebImageDownloaderOperation.h
|
Change the context arg to init method because it should be readonly after created
|
2018-02-07 19:59:00 +08:00 |
SDWebImageDownloaderOperation.m
|
Fix test failed
|
2018-02-13 21:41:42 +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 |
SDWebImageIndicator.h
|
Update to support gray & grayLarge on iOS & tvOS
|
2018-02-04 16:40:22 +08:00 |
SDWebImageIndicator.m
|
Update to support gray & grayLarge on iOS & tvOS
|
2018-02-04 16:40:22 +08:00 |
SDWebImageManager.h
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-01-26 23:50:17 +08:00 |
SDWebImageManager.m
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-01-26 23:50:17 +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
|
Use property instead of method for UIButton/NSButton current url.
|
2018-02-04 17:01:26 +08:00 |
SDWebImageTransition.m
|
Add the image transition argument for all UIView+WebCache, make this easy for user to do some fade transition. It also reuse the current setImageBlock and make it easy to customize
|
2018-01-23 11:58:22 +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
|
Use property instead of method for UIButton/NSButton current url.
|
2018-02-04 17:01:26 +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
|
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
|
Refactor the image indicator usage for UIView category. Use two protocol `SDWebImageIndicator` & `SDWebImageProgressIndicator` to make this more customizable. Implement two class about activity indicator and progress indicator for both UIKit/AppKit
|
2018-02-04 14:37:51 +08:00 |
UIView+WebCache.m
|
Remove SDWebImageProgressIndicator protocol. Add this as an optional method in SDWebImageIndicator
|
2018-02-04 15:19:40 +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 |