summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-01Store Package::metadata_ as a pointer, not a Cytore::Offset<>.Jay Freeman (saurik)
2010-12-01Avoid using hasTag: during Package initialization.Jay Freeman (saurik)
2010-12-01Only copy Package::id_ from APT if it is mixed case.Jay Freeman (saurik)
2010-12-01Remove an obsolete usage of static_cast<>.Jay Freeman (saurik)
2010-11-30Don't copy strings from APT when you can point to them.Jay Freeman (saurik)
2010-11-30Use parsed_ as a pointer instead of a flag.Jay Freeman (saurik)
2010-11-30Replace 99.9% of metadata.plist with metadata.cb0.Jay Freeman (saurik)
2010-11-30Add back a documentation warning from the old BrowserView.Jay Freeman (saurik)
2010-11-30Use time_t instead of NSDate *.Jay Freeman (saurik)
2010-11-30Store Package::latest_ as CYString instead of NSString *.Jay Freeman (saurik)
2010-11-30update mappingGrant Paul
2010-11-27Fix section mapping plist (add and modify), and fix cydia:// urls while insid...Grant Paul
2010-11-26Fix inside-cydia cydia:// URL launches, refactor out URL displaying code.Grant Paul
2010-11-26Remove keyboard_ (unused), add starturl_, and fix cydia:// URLs.Grant Paul
2010-11-26Merge branch 'master' of git.saurik.com:cydiaJay Freeman (saurik)
2010-11-26Use sed to build version.sh, preferring '+#.%' to '.#.%'.Jay Freeman (saurik)
2010-11-25Use a much more reasonable capacity for cydia.getInstalledPackages().Jay Freeman (saurik)
2010-11-25Factor out -[Database releasePackages] and use from -[Database dealloc].Jay Freeman (saurik)
2010-11-25Add @synchronized (database_) around some Package selectors used from JS.Jay Freeman (saurik)
2010-11-25Fix -[NSNull defaultIcon] bug reported by @JakeAnthraX.Jay Freeman (saurik)
2010-11-25Set Version: in control based on git describe --tags.Jay Freeman (saurik)
2010-11-25Add lookup3 to Cydia's build environment.Jay Freeman (saurik)
2010-11-24Apple renamed gsc.wildcat to gsc.ipad: let's make certain both work.Jay Freeman (saurik)
2010-11-24English locaization: iPhoneOS->iOS.Grant Paul
2010-11-23Don't support <4.0 (should have been 3.2, damn it).v1.0.3366Jay Freeman (saurik)
2010-11-23Instead of using sbdidlaunch, let's just spin on gssc.Jay Freeman (saurik)
2010-11-23Please do not delete the first package in my status file, Mr. firmware.sh.Jay Freeman (saurik)
2010-11-22Add and fix the display of ignored (SelectedState == Hold) packages and aboli...Dustin L. Howett
2010-11-22Remove obsolete -[Package compareForChanges] (use PackageChangesRadix).Jay Freeman (saurik)
2010-11-20Make cydia.setViewportWidth() work again with CYWebView.Jay Freeman (saurik)
2010-11-18Break CYColor::Create_ from CYColor::{CYColor,Set}.Jay Freeman (saurik)
2010-11-18Remove PackageCell::{color_,fade_,faded_} as they are now obsolete.Jay Freeman (saurik)
2010-11-18Factored out CYTableViewCell to fix cell highlight colors.Jay Freeman (saurik)
2010-11-18Reactivate and localize 'Loading Changes' progress indication.Jay Freeman (saurik)
2010-11-18Flatten Sections.plist: no Rename and no recursion.Jay Freeman (saurik)
2010-11-18Fix localization of LOADING_DATA (use ELISION+LOADING for 'Loading...').Jay Freeman (saurik)
2010-11-18Clarify visibility rules, removing Package::visibile_ cache.Jay Freeman (saurik)
2010-11-18Remove unused std::hash_map implementation of -[SectionsController reloadData].Jay Freeman (saurik)
2010-11-18Remove Package::required_, an unimplemented feature.Jay Freeman (saurik)
2010-11-18Leave Package::source_ nil until first use.Jay Freeman (saurik)
2010-11-18Queue status affects /all/ views, not just the active one.Jay Freeman (saurik)
2010-11-18Remove Package::relationships_, which was never implemented.Jay Freeman (saurik)
2010-11-18-[PackageController setPackage:] needs to reload package.html.Jay Freeman (saurik)
2010-11-18Reimplement APT marking as I finally understand how it works.Jay Freeman (saurik)
2010-11-18Turn off LogBrowser for official master tree.Jay Freeman (saurik)
2010-11-18Replace Package::cached_ with Package::source_ == [NSNull null].Jay Freeman (saurik)
2010-11-18Remove StripVersion(), inlining the code to the one place it is used.Jay Freeman (saurik)
2010-11-17Corrected some reasonably minor code formatting issues.Jay Freeman (saurik)
2010-11-17Always prefer alloc/init/autorelease/... to alloc/init/.../release.Jay Freeman (saurik)
2010-11-17Carefully audited all usages of alloc*/retain/release/autorelease/*Create*, u...Jay Freeman (saurik)