summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-08Simplify _reloadPackages API to correct threading.Jay Freeman (saurik)
2011-03-08Re-verify shouldBlock during _reloadPackages: loop.Jay Freeman (saurik)
2011-03-08Move filtering into FilteredPackageController.Jay Freeman (saurik)
2011-03-08Separate out Cydia/LoadingView{,Controller}.*.Jay Freeman (saurik)
2011-03-08Cache results of CydiaIcon.png requests.Jay Freeman (saurik)
2011-03-08Initial implementation of CydiaIcon.png.Jay Freeman (saurik)
2011-03-08Remove obsolete -[CYLoadingIndicator {label,activityIndicatorView}].Jay Freeman (saurik)
2011-03-08Remove obsolete CYEmulatedLoadingController::database_.Jay Freeman (saurik)
2011-03-08Separate out Cydia/MIMEAddress.*.Jay Freeman (saurik)
2011-03-08Added Swedish.lproj from Tommy (SwirlySpace, AB).Jay Freeman (saurik)
2011-03-08Avoid concurrent database filter and refresh.Jay Freeman (saurik)
2011-03-08Re-allow navigation actions on refresh.Jay Freeman (saurik)
2011-03-08Rename CYTableViewCell to CyteTableViewCell.Jay Freeman (saurik)
2011-03-08Automate set{Delegate,DataSource}:nil using _H<>.Jay Freeman (saurik)
2011-03-08Fix _H<> copy assignment operator.Jay Freeman (saurik)
2011-03-08Copy _H<> into Menes.Jay Freeman (saurik)
2011-03-08Improve stability and performance of background tables.Jay Freeman (saurik)
2011-03-08Simplify (and correct) NSAutoreleasePool usage.Jay Freeman (saurik)
2011-03-08Do not re-build on 'make package'.Jay Freeman (saurik)
2011-03-08Use AppleTV.app, not Lowtide.app.Jay Freeman (saurik)
2011-03-08Allow for parallel pngcrush.sh.Jay Freeman (saurik)
2011-03-08Factor out pngcrush.sh filenames.Jay Freeman (saurik)
2011-03-08Cache pngcrush results for faster package build.Jay Freeman (saurik)
2011-03-08Remove spaces from png filenames.Jay Freeman (saurik)
2011-03-08Add output filename parameter to pngcrush.sh.Jay Freeman (saurik)
2011-03-07Use -fvisibility=hidden.Jay Freeman (saurik)
2011-03-07Deterministic timestamps.Jay Freeman (saurik)
2011-03-07Deterministic build.Jay Freeman (saurik)
2011-03-07Separate out Menes/radixSortWithSelector.*.Jay Freeman (saurik)
2011-03-07Separate out CyteKit/CyteTableView.*.Jay Freeman (saurik)
2011-03-07You can't use icon on an unparsed package.Jay Freeman (saurik)
2011-03-07Reimplement SearchController with summary views.Jay Freeman (saurik)
2011-03-07Use setSectionIndexMinimumDisplayRowCount:.Jay Freeman (saurik)
2011-03-07You cannot scrollRectToVisible: a degenerate CGRect.Jay Freeman (saurik)
2011-03-07Expose CYIOGetValue() to JavaScript.Jay Freeman (saurik)
2011-03-07Drop capitalize from CYHex.Jay Freeman (saurik)
2011-03-07Cancelling a refresh should not count as an update.Jay Freeman (saurik)
2011-03-07Remove obsolete _updateLayoutForStatusBarAndInterfaceOrientation fix.Jay Freeman (saurik)
2011-03-07The Edit/Add Source dialog box is rendering off-screen.Jay Freeman (saurik)
2011-03-07Replace all Objective-C memory managment with _H<>.Jay Freeman (saurik)
2011-03-07Correct memory management for StashController.Jay Freeman (saurik)
2011-03-07Standardize _reloadData code ordering.Jay Freeman (saurik)
2011-03-07Make SearchController use yieldToSelector for search.Jay Freeman (saurik)
2011-03-07runJavaScript*Panel during popViewController has self dealloc.Jay Freeman (saurik)
2011-03-07Add debugging logic for didStartProvisionalLoadForFrame:.Jay Freeman (saurik)
2011-03-07Split addMessageToConsole: filter onto multiple lines.Jay Freeman (saurik)
2011-03-07Disallow serializing redirected garbage to the state.Jay Freeman (saurik)
2011-03-07Verify that NSURLErrorCancelled is from NSURLErrorDomain.Jay Freeman (saurik)
2011-03-07Disallow serializing error URLs to the state.Jay Freeman (saurik)
2011-03-07Disallow serializing ignored URLs to the state.Jay Freeman (saurik)