.. |
FLAnimatedImage
|
Merge pull request #2588 from dreampiggy/bugfix_fl_placeholder_another_taste
|
2019-01-26 16:19:49 +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 SDImageFormatHEIF represent mif1 && msf1 brands
|
2018-08-06 17:53:24 +08:00 |
NSData+ImageContentType.m
|
Add SDImageFormatHEIF represent mif1 && msf1 brands
|
2018-08-06 17:53:24 +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
|
Revert the changes for unused public API, polish comments
|
2019-01-03 11:49:06 +08:00 |
SDImageCache.m
|
Update the category's naming for memory cache cost, a little code enhancement to avoid NSNumber generation
|
2019-01-03 12:08:18 +08:00 |
SDImageCacheConfig.h
|
Update the comments and fix typo
|
2018-07-12 01:49:32 +08:00 |
SDImageCacheConfig.m
|
Add option to enable or disable weak memory cache for SDImageCache
|
2018-07-07 12:50:42 +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
|
Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString
|
2018-07-18 23:14:40 +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
|
Keep the information about image's original compressed format, for API which only contains image but not image data to process extra logic
|
2018-07-18 12:57:36 +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
|
Update SDWebImage/SDWebImageCompat.m
|
2018-10-30 15:00:25 +08:00 |
SDWebImageDownloader.h
|
Replace SDWebImageDownloaderOperation with NSOperation<SDWebImageDownloaderOperationInterface> to make generic
|
2018-07-20 22:08:06 +08:00 |
SDWebImageDownloader.m
|
Merge pull request #2575 from zhongwuzw/prioritize_operation
|
2019-01-25 12:00:08 +08:00 |
SDWebImageDownloaderOperation.h
|
Remove redundancy protocol declaration
|
2018-07-20 22:12:48 +08:00 |
SDWebImageDownloaderOperation.m
|
Merge pull request #2576 from zhongwuzw/fix-notification-retain-self
|
2019-01-25 11:22:29 +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
|
Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString
|
2018-07-18 23:14:40 +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
|
Add SDImageFormatHEIF represent mif1 && msf1 brands
|
2018-08-06 17:53:24 +08:00 |
SDWebImageManager.h
|
Fix the documentation issue about cacheSerializer
|
2018-04-01 21:54:10 +08:00 |
SDWebImageManager.m
|
Add autoreleasepool to release autorelease objects in advance when using GCD for 4.x
|
2018-09-07 22:44:21 +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
|
Merge branch 'master' of https://github.com/rs/SDWebImage into bugfix_webp_force_decode
|
2019-01-24 15:24:34 +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+MemoryCacheCost.h
|
Update the category's naming for memory cache cost, a little code enhancement to avoid NSNumber generation
|
2019-01-03 12:08:18 +08:00 |
UIImage+MemoryCacheCost.m
|
Update the category's naming for memory cache cost, a little code enhancement to avoid NSNumber generation
|
2019-01-03 12:08:18 +08:00 |
UIImage+MultiFormat.h
|
Keep the information about image's original compressed format, for API which only contains image but not image data to process extra logic
|
2018-07-18 12:57:36 +08:00 |
UIImage+MultiFormat.m
|
Keep the information about image's original compressed format, for API which only contains image but not image data to process extra logic
|
2018-07-18 12:57:36 +08: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
|
Fix nullable key when cancel image load operation
|
2018-07-13 22:43:00 +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
|
Fix the FLAnimatedImage compatible code issue by introduce a private API to check for the special cases
|
2019-01-14 13:07:45 +08:00 |
UIView+WebCache.m
|
Fix the FLAnimatedImage compatible code issue by introduce a private API to check for the special cases
|
2019-01-14 13:07:45 +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
|
Revert operation remove logic
|
2018-07-18 23:07:25 +08:00 |