.. |
FLAnimatedImage
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-02-21 18:59:03 +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 |
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
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +08:00 |
SDImageCache.m
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +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
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-02-21 18:59:03 +08:00 |
SDWebImageCodersManager.h
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +08:00 |
SDWebImageCodersManager.m
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +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
|
Update the comments for `operationClass`
|
2018-03-11 19:12:03 +08:00 |
SDWebImageDownloader.m
|
Mark two set method in SDWebImageDownloader as property
|
2018-03-11 15:53:18 +08:00 |
SDWebImageDownloaderOperation.h
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-02-21 18:59:03 +08:00 |
SDWebImageDownloaderOperation.m
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +08:00 |
SDWebImageFrame.h
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-02-21 18:59:03 +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
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +08:00 |
SDWebImageGIFCoder.m
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-02-21 18:59:03 +08:00 |
SDWebImageImageIOCoder.h
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +08:00 |
SDWebImageImageIOCoder.m
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-02-21 18:59:03 +08:00 |
SDWebImageIndicator.h
|
Update to support gray & grayLarge on iOS & tvOS
|
2018-02-04 16:40:22 +08:00 |
SDWebImageIndicator.m
|
Ignore the unguarded availability warning for indicator
|
2018-02-21 19:06:24 +08:00 |
SDWebImageManager.h
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +08:00 |
SDWebImageManager.m
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-03-09 16:52:46 +08:00 |
SDWebImageOperation.h
|
Fix source file headers
|
2012-11-05 18:21:19 +01:00 |
SDWebImagePrefetcher.h
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +08:00 |
SDWebImagePrefetcher.m
|
Refactor the implementation of SDWebImagePrefetcher. Now prefetcher do not cancel previous request and it separate different prefetching process. When you call prefetchURLs for different url lists, you can get callback for different completion block
|
2018-02-22 13:38:39 +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
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +08: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
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +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
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +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
|
Create a subclass of NSCache using a weak cache. Only remove the cache when memory warning and sync back the alive instance from weak cache into cache.
|
2018-02-23 23:34:55 +08:00 |