0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 15, 2025 — Mar 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from JaviSoto/patch-1 More... almost 14 years ago
Nilling out the delegate to avoid crashes in tables with EGOImageViews in each cell in circumstances of slow connections where the view controller with the table could be deallocated and notified afterwards about images that finished downloading. More... over 14 years ago
Merge pull request #11 from slavingia/master More... over 14 years ago
Merge pull request #13 from jpm/master More... over 14 years ago
Trigger the delegate callback if the image was found in the cache More... over 14 years ago
weak-linked delegate like it should be! More... over 14 years ago
weak-linked delegate like it should be! More... over 14 years ago
Optimized block queues, created new queue for styler block so all styling will happen off the main thread. More... almost 15 years ago
Fixed a few bugs that popped up due to the last commit. Updated the demo and updated the EGOCache commit point More... almost 15 years ago
Merge pull request #5 from andmej/master. More... almost 15 years ago
Added in (optional) support for using blocks instead of notifications. If you use blocks, you can use the new 'styler' feature to manipulate the image ahead of time and cache the manipulated image, instead of manipulating it everytime you draw it. Also added a method to clear cache. More... almost 15 years ago
EGOImageLoadConnection was not releasing its _responseData instance variable. This was causing a memory leak in my application. More... over 15 years ago
Switched license to MIT More... about 16 years ago
Added a .01 second delay to the start of an image load, which will prevent the unneccessary starting of an image download while scrolling in a table view, that will be cancelled right away, anyway. More... about 16 years ago
Added remove observer methods to EGOImageLoader, it's very important to call these in your dealloc to avoid potential crashes. Updated the EGOImageView/Button classes to use new methods More... about 16 years ago
Removed all NSOperationQueue logic in favor of NSURLConnections asynchronous methods. Deprecated decreate/imageImageLoadPriority. EGOImageView/EGOImageButton have new cancelImageLoad method, in their place. Updated the EGOCache submodule to use the newest code More... over 16 years ago
Moved EGOImageLoadOperation to EGOImageLoadConnection More... over 16 years ago
Update to fix the issues with EGOImageLoader causing the table views to scroll choppy. Removes dependency on ASIHTTPRequest in favor of NSURLConnection More... over 16 years ago
Added licenses More... over 16 years ago
Initial Commit More... over 16 years ago