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