.. |
NSBezierPath+SDRoundedCorners.h
|
Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods
|
2020-04-11 17:01:47 +08:00 |
NSBezierPath+SDRoundedCorners.m
|
Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods
|
2020-04-11 17:01:47 +08:00 |
SDAssociatedObject.h
|
Using one global function to ensure we always sync all the UIImage category assocaited object status correctly inside our framework
|
2019-12-03 21:21:07 +08:00 |
SDAssociatedObject.m
|
Added the helper convenient API `sd_isThumbnail`
|
2022-11-08 22:40:36 +08:00 |
SDAsyncBlockOperation.h
|
Garden all the private headers with description and null-ability annotation
|
2020-02-27 15:55:53 +08:00 |
SDAsyncBlockOperation.m
|
Try to fix the SDAsyncBlockOperation's race condition
|
2023-02-06 21:05:51 +08:00 |
SDDeviceHelper.h
|
Removed the unused cache line size helper method
|
2023-07-13 22:58:32 +08:00 |
SDDeviceHelper.m
|
Removed the unused cache line size helper method
|
2023-07-13 22:58:32 +08:00 |
SDDisplayLink.h
|
Update test case for display link and revert the protect code
|
2023-02-18 18:04:01 +08:00 |
SDDisplayLink.m
|
Try to fix the SDDisplayLink danger pointer because of unsafe_unretained for self from the CVDisplayLinkRef
|
2023-05-10 16:00:00 +08:00 |
SDFileAttributeHelper.h
|
Coding Style fix
|
2020-03-11 12:19:10 +08:00 |
SDFileAttributeHelper.m
|
Update SDFileAttributeHelper.m
|
2020-04-02 10:15:12 +08:00 |
SDImageAssetManager.h
|
Garden all the private headers with description and null-ability annotation
|
2020-02-27 15:55:53 +08:00 |
SDImageAssetManager.m
|
Added support for visionOS using platform macro detection
|
2023-09-02 20:11:27 +08:00 |
SDImageCachesManagerOperation.h
|
Garden all the private headers with description and null-ability annotation
|
2020-02-27 15:55:53 +08:00 |
SDImageCachesManagerOperation.m
|
Follow Apple's best practice to use lock for array insert/remove thread safe, replace all current dispatch_semaphore usage into the os_unfair_lock, use OSSpinLock for iOS 10- lower firmware
|
2020-11-19 15:49:45 +08:00 |
SDImageFramePool.h
|
Introduce frame pool for SDAnimatedImage playback. Solve when multiple image view references the same URL image cause un-wanted decode which waste RAM/CPU
|
2023-05-09 16:50:41 +08:00 |
SDImageFramePool.m
|
Using lock to ensure SDImageFramePool register/unregister logic in multi-thread environment
|
2023-05-09 16:50:41 +08:00 |
SDImageIOAnimatedCoderInternal.h
|
Fix the iOS 15+ force-decode hack break Apple's HEIF and JPEG YUV420 optimization
|
2022-12-27 18:58:21 +08:00 |
SDInternalMacros.h
|
Add better support for stateful view (UIButton) for image URL/progress state management
|
2023-07-31 10:35:47 +08:00 |
SDInternalMacros.m
|
Add the private @weakify @strongify @onExit macros to simplify the code in implementation files
|
2019-03-21 19:38:09 +08:00 |
SDWeakProxy.h
|
Garden all the private headers with description and null-ability annotation
|
2020-02-27 15:55:53 +08:00 |
SDWeakProxy.m
|
Move some internal classes into private header files, make it easy to maintain the code
|
2019-03-09 15:25:44 +08:00 |
SDWebImageTransitionInternal.h
|
Added the convenient transition options for macOS user. Deprecate the old timingFunction, which can use System API to achieve
|
2020-04-17 15:36:08 +08:00 |
SDmetamacros.h
|
Rename metamacro.h filename with SDmetamacro.h
|
2019-03-21 19:38:09 +08:00 |
UIColor+SDHexString.h
|
Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods
|
2020-04-11 17:01:47 +08:00 |
UIColor+SDHexString.m
|
Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods
|
2020-04-11 17:01:47 +08:00 |