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