| .. |
|
FLAnimatedImage
|
c09bd8b42a
Merge pull request #2588 from dreampiggy/bugfix_fl_placeholder_another_taste
|
7 年之前 |
|
MKAnnotationView+WebCache.h
|
cf0ec1a05a
Fix #1764 Swift naming collision
|
9 年之前 |
|
MKAnnotationView+WebCache.m
|
e1840c3262
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
|
9 年之前 |
|
NSButton+WebCache.h
|
bccdd2a766
Add the current image/alternateImage url for NSButton category. A little code refactoring
|
8 年之前 |
|
NSButton+WebCache.m
|
bccdd2a766
Add the current image/alternateImage url for NSButton category. A little code refactoring
|
8 年之前 |
|
NSData+ImageContentType.h
|
7ddb75710c
Add SDImageFormatHEIF represent mif1 && msf1 brands
|
7 年之前 |
|
NSData+ImageContentType.m
|
7ddb75710c
Add SDImageFormatHEIF represent mif1 && msf1 brands
|
7 年之前 |
|
NSImage+WebCache.h
|
3c4aa45f32
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.
|
9 年之前 |
|
NSImage+WebCache.m
|
19f45a3cf4
Feature refactor built-in coders and support animated webp on macOS (#2082)
|
8 年之前 |
|
SDAnimatedImageRep.h
|
fc1fd0a74e
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
8 年之前 |
|
SDAnimatedImageRep.m
|
4aa1181cd1
Fix the SDAnimatedImageRep which use the deprecated API and cause compile issue on Xcode 11. Using self-created CGImageSource instance instead of super class implementation detail
|
6 年之前 |
|
SDImageCache.h
|
e6a4e74ed5
Revert the changes for unused public API, polish comments
|
7 年之前 |
|
SDImageCache.m
|
9b4e6286fc
Fix the crash when using NSCache delegate with SDMemoryCache default implementation on dealloc
|
6 年之前 |
|
SDImageCacheConfig.h
|
98c28a4419
Update the comments and fix typo
|
7 年之前 |
|
SDImageCacheConfig.m
|
bfa940352f
Add option to enable or disable weak memory cache for SDImageCache
|
7 年之前 |
|
SDWebImageCoder.h
|
decb5dcdeb
Add some more comments about coder method
|
8 年之前 |
|
SDWebImageCoder.m
|
a0879fc049
Feature: refactor decoding code and provide decoding plugin
|
8 年之前 |
|
SDWebImageCoderHelper.h
|
fc1fd0a74e
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
8 年之前 |
|
SDWebImageCoderHelper.m
|
61800a8e31
Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString
|
7 年之前 |
|
SDWebImageCodersManager.h
|
dfe4a66424
Fix the thread-safe issue for coders manager. Use lock and immutable object to keep `addCoder`, `removeCoder` thread-safe.
|
8 年之前 |
|
SDWebImageCodersManager.m
|
bb41dbc046
Keep the information about image's original compressed format, for API which only contains image but not image data to process extra logic
|
7 年之前 |
|
SDWebImageCompat.h
|
799ef18c06
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
7 年之前 |
|
SDWebImageCompat.m
|
2ac9b2fc6a
Update SDWebImage/SDWebImageCompat.m
|
7 年之前 |
|
SDWebImageDownloader.h
|
ba113192b8
Define SDWebImageDownloader convenience method
|
7 年之前 |
|
SDWebImageDownloader.m
|
853325139f
Fix the thread safe issue with Downloader and DownloaderOperation during cancel #2903
|
6 年之前 |
|
SDWebImageDownloaderOperation.h
|
16a1960018
Remove redundancy protocol declaration
|
7 年之前 |
|
SDWebImageDownloaderOperation.m
|
50f9ddd5a8
Nil imageData before decode process to free memory
|
7 年之前 |
|
SDWebImageFrame.h
|
fc1fd0a74e
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
8 年之前 |
|
SDWebImageFrame.m
|
19f45a3cf4
Feature refactor built-in coders and support animated webp on macOS (#2082)
|
8 年之前 |
|
SDWebImageGIFCoder.h
|
85cb2fd6ad
Creating FLAnimatedImage in global queue to improve displaying gif performance (#2047)
|
8 年之前 |
|
SDWebImageGIFCoder.m
|
61800a8e31
Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString
|
7 年之前 |
|
SDWebImageImageIOCoder.h
|
08b913ed19
Adopt the current requirement, change ImageIO coder's canDeocdeFromHEIC to actual implementation
|
8 年之前 |
|
SDWebImageImageIOCoder.m
|
ed8c80551a
Remove redundancy scale calculation
|
7 年之前 |
|
SDWebImageManager.h
|
0f36f97ae8
Fix the documentation issue about cacheSerializer
|
8 年之前 |
|
SDWebImageManager.m
|
70d760af54
Revert "Filter the error domain with NSURLErrorDomain before checking the URL Error Codes"
|
7 年之前 |
|
SDWebImageOperation.h
|
efe65bfd3b
Fix source file headers
|
13 年之前 |
|
SDWebImagePrefetcher.h
|
eda6d5d485
Remove the out-dated compatible code for non-ARC
|
8 年之前 |
|
SDWebImagePrefetcher.m
|
7e96b776ca
Fix the issue that prefetcher will cause stack overflow is the input urls list is huge because of recursion function call
|
8 年之前 |
|
SDWebImageTransition.h
|
ec37a48ba3
Add `UIViewAnimationOptionAllowUserInteraction` as default options for convenient image transition
|
8 年之前 |
|
SDWebImageTransition.m
|
ec37a48ba3
Add `UIViewAnimationOptionAllowUserInteraction` as default options for convenient image transition
|
8 年之前 |
|
SDWebImageWebPCoder.h
|
a0879fc049
Feature: refactor decoding code and provide decoding plugin
|
8 年之前 |
|
SDWebImageWebPCoder.m
|
31856f3cdb
Update color space filter comment when create icc profile color space
|
7 年之前 |
|
UIButton+WebCache.h
|
634e4f4522
Fix that reset alternateImage cancel the image load operation for NSButton+WebCache
|
8 年之前 |
|
UIButton+WebCache.m
|
bccdd2a766
Add the current image/alternateImage url for NSButton category. A little code refactoring
|
8 年之前 |
|
UIImage+ForceDecode.h
|
a0879fc049
Feature: refactor decoding code and provide decoding plugin
|
8 年之前 |
|
UIImage+ForceDecode.m
|
a0879fc049
Feature: refactor decoding code and provide decoding plugin
|
8 年之前 |
|
UIImage+GIF.h
|
08bc07f82f
Fix the strange file permissions issue
|
8 年之前 |
|
UIImage+GIF.m
|
08bc07f82f
Fix the strange file permissions issue
|
8 年之前 |
|
UIImage+MemoryCacheCost.h
|
c95be0994e
Update the category's naming for memory cache cost, a little code enhancement to avoid NSNumber generation
|
7 年之前 |
|
UIImage+MemoryCacheCost.m
|
c95be0994e
Update the category's naming for memory cache cost, a little code enhancement to avoid NSNumber generation
|
7 年之前 |
|
UIImage+MultiFormat.h
|
bb41dbc046
Keep the information about image's original compressed format, for API which only contains image but not image data to process extra logic
|
7 年之前 |
|
UIImage+MultiFormat.m
|
bb41dbc046
Keep the information about image's original compressed format, for API which only contains image but not image data to process extra logic
|
7 年之前 |
|
UIImage+WebP.h
|
a0879fc049
Feature: refactor decoding code and provide decoding plugin
|
8 年之前 |
|
UIImage+WebP.m
|
a0879fc049
Feature: refactor decoding code and provide decoding plugin
|
8 年之前 |
|
UIImageView+HighlightedWebCache.h
|
cf0ec1a05a
Fix #1764 Swift naming collision
|
9 年之前 |
|
UIImageView+HighlightedWebCache.m
|
e1840c3262
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
|
9 年之前 |
|
UIImageView+WebCache.h
|
9ec7aa4219
Fix nullable key when cancel image load operation
|
7 年之前 |
|
UIImageView+WebCache.m
|
799ef18c06
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
7 年之前 |
|
UIView+WebCache.h
|
605caa409d
Fix the FLAnimatedImage compatible code issue by introduce a private API to check for the special cases
|
7 年之前 |
|
UIView+WebCache.m
|
428899a041
fix compatability for Xcode 11
|
6 年之前 |
|
UIView+WebCacheOperation.h
|
799ef18c06
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
7 年之前 |
|
UIView+WebCacheOperation.m
|
593feb664c
Revert operation remove logic
|
7 年之前 |