..
FLAnimatedImage
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
MKAnnotationView+WebCache.h
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
MKAnnotationView+WebCache.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
NSButton+WebCache.h
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
NSButton+WebCache.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +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
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
NSImage+Additions.m
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
SDAnimatedImage.h
Separate the image class and coder class's protocol. Make this two more modular
2018-03-29 14:16:27 +08:00
SDAnimatedImage.m
Separate the image class and coder class's protocol. Make this two more modular
2018-03-29 14:16:27 +08:00
SDAnimatedImageRep.h
Update the comments and demo for macOS
2018-03-29 19:43:34 +08:00
SDAnimatedImageRep.m
Add APNG coder to support static PNG & APNG rendering. Also update macOS's SDAnimatedImageRep
2018-03-29 17:45:56 +08:00
SDAnimatedImageView+WebCache.h
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
SDAnimatedImageView+WebCache.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
SDAnimatedImageView.h
Update the comments
2018-03-29 02:41:34 +08:00
SDAnimatedImageView.m
Remove the unused NSImageView imageScale and alignment override
2018-03-29 02:50:05 +08:00
SDImageCache.h
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
SDImageCache.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +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
SDWebImageAPNGCoder.h
Add APNG coder to support static PNG & APNG rendering. Also update macOS's SDAnimatedImageRep
2018-03-29 17:45:56 +08:00
SDWebImageAPNGCoder.m
Add APNG coder to support static PNG & APNG rendering. Also update macOS's SDAnimatedImageRep
2018-03-29 17:45:56 +08:00
SDWebImageCoder.h
Separate the image class and coder class's protocol. Make this two more modular
2018-03-29 14:16:27 +08:00
SDWebImageCoder.m
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
SDWebImageCoderHelper.h
Introduce SDAnimatedImage and SDAnimatedImageView for high performance animated image rendering on iOS & macOS
2018-03-25 17:23:12 +08:00
SDWebImageCoderHelper.m
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
SDWebImageCodersManager.h
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
2018-03-24 20:40:55 +08:00
SDWebImageCodersManager.m
Add APNG coder to support static PNG & APNG rendering. Also update macOS's SDAnimatedImageRep
2018-03-29 17:45:56 +08:00
SDWebImageCompat.h
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
SDWebImageCompat.m
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
SDWebImageDefine.h
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
SDWebImageDefine.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
SDWebImageDownloader.h
Move all download settings into SDWebImageDownloaderConfig, make it more easy to use with clear API.
2018-04-05 00:15:53 +08:00
SDWebImageDownloader.m
Move all download settings into SDWebImageDownloaderConfig, make it more easy to use with clear API.
2018-04-05 00:15:53 +08:00
SDWebImageDownloaderConfig.h
Move all download settings into SDWebImageDownloaderConfig, make it more easy to use with clear API.
2018-04-05 00:15:53 +08:00
SDWebImageDownloaderConfig.m
Move all download settings into SDWebImageDownloaderConfig, make it more easy to use with clear API.
2018-04-05 00:15:53 +08:00
SDWebImageDownloaderOperation.h
Move all download settings into SDWebImageDownloaderConfig, make it more easy to use with clear API.
2018-04-05 00:15:53 +08:00
SDWebImageDownloaderOperation.m
Separate the image class and coder class's protocol. Make this two more modular
2018-03-29 14:16:27 +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
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
SDWebImageGIFCoder.m
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
SDWebImageImageIOCoder.h
Change all sharedInstance from method to class property
2018-03-11 16:08:33 +08:00
SDWebImageImageIOCoder.m
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +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 `isRunning` on manager from method to property
2018-04-02 22:28:58 +08:00
SDWebImageManager.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
SDWebImageOperation.h
Fix source file headers
2012-11-05 18:21:19 +01:00
SDWebImagePrefetcher.h
Remove the `maxConcurrentDownloads`, which can be set from downloader configuration. Rename the `prefetcherQueue` to `delegateQueue` to match the correct description.
2018-03-31 17:47:55 +08:00
SDWebImagePrefetcher.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
SDWebImageTransformer.h
Update the transformer to use as immutable class. Move the tests into SDWebImageTransformerTests
2018-03-23 15:48:58 +08:00
SDWebImageTransformer.m
Update the transformer to use as immutable class. Move the tests into SDWebImageTransformerTests
2018-03-23 15:48:58 +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
Introduce SDAnimatedImage and SDAnimatedImageView for high performance animated image rendering on iOS & macOS
2018-03-25 17:23:12 +08:00
SDWebImageWebPCoder.m
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
UIButton+WebCache.h
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
UIButton+WebCache.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +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
Introduce SDAnimatedImage and SDAnimatedImageView for high performance animated image rendering on iOS & macOS
2018-03-25 17:23:12 +08:00
UIImage+GIF.h
Use the context arg to pass the SDAnimatedImage class to create the instance by image cache and downloader.
2018-03-25 17:29:11 +08:00
UIImage+GIF.m
Use the context arg to pass the SDAnimatedImage class to create the instance by image cache and downloader.
2018-03-25 17:29:11 +08:00
UIImage+MultiFormat.h
Use the context arg to pass the SDAnimatedImage class to create the instance by image cache and downloader.
2018-03-25 17:29:11 +08:00
UIImage+MultiFormat.m
Use the context arg to pass the SDAnimatedImage class to create the instance by image cache and downloader.
2018-03-25 17:29:11 +08:00
UIImage+Transform.h
Update the transformer to use as immutable class. Move the tests into SDWebImageTransformerTests
2018-03-23 15:48:58 +08:00
UIImage+Transform.m
Fix compile issue and test
2018-03-25 20:44:41 +08:00
UIImage+WebCache.h
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
UIImage+WebCache.m
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
2018-03-25 17:32:19 +08:00
UIImage+WebP.h
Use the context arg to pass the SDAnimatedImage class to create the instance by image cache and downloader.
2018-03-25 17:29:11 +08:00
UIImage+WebP.m
Use the context arg to pass the SDAnimatedImage class to create the instance by image cache and downloader.
2018-03-25 17:29:11 +08:00
UIImageView+HighlightedWebCache.h
Fix #1764 Swift naming collision
2017-02-10 21:02:32 +08:00
UIImageView+HighlightedWebCache.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
UIImageView+WebCache.h
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
UIImageView+WebCache.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
UIView+WebCache.h
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +08:00
UIView+WebCache.m
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
2018-04-02 03:24:23 +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