2010-12-01 |
Jay Freeman (saurik) | Use UISearchBar::_searchField if -[UISearchBar searchFi... |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Merge CYContainer with CYTabBarController for 2.x support. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Support missing version information in metadata. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Check respondsToSelector: for CYWebViewDelegate::JavaSc... |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Random removals of some dead comments/code. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Make the Q'd UI actually respond to queue changes. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Add a _trace() to applicationDidFinishLaunching:. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Move reserved_ linkages up to Cytore::Block. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Add File::mappings_ to Cytore for munmap() and msync(). |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Normalized Changed_ = true; placement. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Cache the epic sort ordering to Cytore. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Allocate Package objects into an NSZone. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Reorganized and bit-packed fields of Package. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Minor simplification to StripVersion_: ?: over if. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Store Package::metadata_ as a pointer, not a Cytore... |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Avoid using hasTag: during Package initialization. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Only copy Package::id_ from APT if it is mixed case. |
| commitdiff |
2010-12-01 |
Jay Freeman (saurik) | Remove an obsolete usage of static_cast<>. |
| commitdiff |
2010-11-30 |
Jay Freeman (saurik) | Don't copy strings from APT when you can point to them. |
| commitdiff |
2010-11-30 |
Jay Freeman (saurik) | Use parsed_ as a pointer instead of a flag. |
| commitdiff |
2010-11-30 |
Jay Freeman (saurik) | Replace 99.9% of metadata.plist with metadata.cb0. |
| commitdiff |
2010-11-30 |
Jay Freeman (saurik) | Add back a documentation warning from the old BrowserView. |
| commitdiff |
2010-11-30 |
Jay Freeman (saurik) | Use time_t instead of NSDate *. |
| commitdiff |
2010-11-30 |
Jay Freeman (saurik) | Store Package::latest_ as CYString instead of NSString *. |
| commitdiff |
2010-11-30 |
Grant Paul | update mapping |
| commitdiff |
2010-11-27 |
Grant Paul | Fix section mapping plist (add and modify), and fix... |
| commitdiff |
2010-11-27 |
Grant Paul | Fix inside-cydia cydia:// URL launches, refactor out... |
| commitdiff |
2010-11-26 |
Grant Paul | Remove keyboard_ (unused), add starturl_, and fix cydia... |
| commitdiff |
2010-11-26 |
Jay Freeman (saurik) | Merge branch 'master' of git.saurik.com:cydia |
| commitdiff |
2010-11-26 |
Jay Freeman (saurik) | Use sed to build version.sh, preferring '+#.%' to ... |
| commitdiff |
2010-11-25 |
Jay Freeman (saurik) | Use a much more reasonable capacity for cydia.getInstal... |
| commitdiff |
2010-11-25 |
Jay Freeman (saurik) | Factor out -[Database releasePackages] and use from... |
| commitdiff |
2010-11-25 |
Jay Freeman (saurik) | Add @synchronized (database_) around some Package selec... |
| commitdiff |
2010-11-25 |
Jay Freeman (saurik) | Fix -[NSNull defaultIcon] bug reported by @JakeAnthraX. |
| commitdiff |
2010-11-25 |
Jay Freeman (saurik) | Set Version: in control based on git describe --tags. |
| commitdiff |
2010-11-25 |
Jay Freeman (saurik) | Add lookup3 to Cydia's build environment. |
| commitdiff |
2010-11-24 |
Jay Freeman (saurik) | Apple renamed gsc.wildcat to gsc.ipad: let's make certa... |
| commitdiff |
2010-11-24 |
Grant Paul | English locaization: iPhoneOS->iOS. |
| commitdiff |
2010-11-23 |
Jay Freeman (saurik) | Don't support <4.0 (should have been 3.2, damn it). v1.0.3366 |
| commitdiff |
2010-11-23 |
Jay Freeman (saurik) | Instead of using sbdidlaunch, let's just spin on gssc. |
| commitdiff |
2010-11-23 |
Jay Freeman (saurik) | Please do not delete the first package in my status... |
| commitdiff |
2010-11-23 |
Dustin L. Howett | Add and fix the display of ignored (SelectedState ... |
| commitdiff |
2010-11-22 |
Jay Freeman (saurik) | Remove obsolete -[Package compareForChanges] (use Packa... |
| commitdiff |
2010-11-21 |
Jay Freeman (saurik) | Make cydia.setViewportWidth() work again with CYWebView. |
| commitdiff |
2010-11-19 |
Jay Freeman (saurik) | Break CYColor::Create_ from CYColor::{CYColor,Set}. |
| commitdiff |
2010-11-19 |
Jay Freeman (saurik) | Remove PackageCell::{color_,fade_,faded_} as they are... |
| commitdiff |
2010-11-19 |
Jay Freeman (saurik) | Factored out CYTableViewCell to fix cell highlight... |
| commitdiff |
2010-11-19 |
Jay Freeman (saurik) | Reactivate and localize 'Loading Changes' progress... |
| commitdiff |
2010-11-19 |
Jay Freeman (saurik) | Flatten Sections.plist: no Rename and no recursion. |
| commitdiff |
2010-11-19 |
Jay Freeman (saurik) | Fix localization of LOADING_DATA (use ELISION+LOADING... |
| commitdiff |
2010-11-19 |
Jay Freeman (saurik) | Clarify visibility rules, removing Package::visibile_... |
| commitdiff |
2010-11-18 |
Jay Freeman (saurik) | Remove unused std::hash_map implementation of -[Section... |
| commitdiff |
2010-11-18 |
Jay Freeman (saurik) | Remove Package::required_, an unimplemented feature. |
| commitdiff |
2010-11-18 |
Jay Freeman (saurik) | Leave Package::source_ nil until first use. |
| commitdiff |
2010-11-18 |
Jay Freeman (saurik) | Queue status affects /all/ views, not just the active... |
| commitdiff |
2010-11-18 |
Jay Freeman (saurik) | Remove Package::relationships_, which was never impleme... |
| commitdiff |
2010-11-18 |
Jay Freeman (saurik) | -[PackageController setPackage:] needs to reload packag... |
| commitdiff |
2010-11-18 |
Jay Freeman (saurik) | Reimplement APT marking as I finally understand how... |
| commitdiff |
2010-11-18 |
Jay Freeman (saurik) | Turn off LogBrowser for official master tree. |
| commitdiff |
2010-11-18 |
Jay Freeman (saurik) | Replace Package::cached_ with Package::source_ == ... |
| commitdiff |
2010-11-18 |
Jay Freeman (saurik) | Remove StripVersion(), inlining the code to the one... |
| commitdiff |
2010-11-17 |
Jay Freeman (saurik) | Corrected some reasonably minor code formatting issues. |
| commitdiff |
2010-11-17 |
Jay Freeman (saurik) | Always prefer alloc/init/autorelease/... to alloc/init... |
| commitdiff |
2010-11-17 |
Jay Freeman (saurik) | Carefully audited all usages of alloc*/retain/release... |
| commitdiff |
2010-11-17 |
Jay Freeman (saurik) | Use actual types for fields rather than id (UISwitch... |
| commitdiff |
2010-11-17 |
Grant Paul | Don't show role::cydia packages in Expert mode of the... |
| commitdiff |
2010-11-17 |
Grant Paul | Spinner when closing Role controller. The details matter. |
| commitdiff |
2010-11-17 |
Grant Paul | Don't allow rotation when there's a HUD, fixing an... |
| commitdiff |
2010-11-16 |
Jay Freeman (saurik) | Store Sections.plist using space characters rather... |
| commitdiff |
2010-11-16 |
Jay Freeman (saurik) | Sprinkle more ProfileTiming logic among -[Package init... |
| commitdiff |
2010-11-16 |
Jay Freeman (saurik) | Rename CFCString to CYStringCreate. |
| commitdiff |
2010-11-16 |
Jay Freeman (saurik) | Make CFCString() accept non-UTF8 data without horrible... |
| commitdiff |
2010-11-16 |
Jay Freeman (saurik) | Move around usages of _trace() for greater understanding. |
| commitdiff |
2010-11-15 |
Grant Paul | set first tab in a better place (later on) |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Remove call to [UIKeyboard initImplementationNow] durin... |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Do not bother with 'Loading Changes...', a 0.12s step. |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Use CFMutableArrayRef (with NULL callBacks) instead... |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Use CFMutableArrayRef (with NULL callBacks) instead... |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Fold RadixSort_() into -[NSMutableArray(Radix) radixSor... |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Remove the obsolete (and sometimes dangerously optimize... |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Re-calibrated PackagePrefixRadix() to more accurately... |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Verbose logging support for #define HistogramInsertionSort. |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Avoid NSMutableArray for temporary radix buffer. |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Use lowercase identifiers always, even internally. |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Use CYPoolStart/End instead of _pool (just starting). |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | If you are going to use a private API (pinStripeColor... |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Heavily optimized (and simplified) @synchronized lock... |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Slightly more normalized if nesting on decidePolicyForN... |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Remove the APT HTTP timeout: Host Unreachable == frowny... |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Add X-Carrier-ID. |
| commitdiff |
2010-11-15 |
Jay Freeman (saurik) | Use the same pattern for willSendRequest:'s delegate... |
| commitdiff |
2010-11-13 |
Grant Paul | App Store-style initial loading indicator to replace... |
| commitdiff |
2010-11-12 |
Dustin L. Howett | chpwn got the "blink only for essential packages" logic... |
| commitdiff |
2010-11-12 |
Dustin L. Howett | Rename some of the section images to match chpwn's... |
| commitdiff |
2010-11-12 |
Dustin L. Howett | Map Themes (SYSTEM) to Themes (System). |
| commitdiff |
2010-11-08 |
Grant Paul | Fixed tabbar that I broke months ago (always flashing... |
| commitdiff |
2010-11-08 |
Grant Paul | Removed tabs (why does vim not do this on paste?) |
| commitdiff |
2010-11-08 |
Grant Paul | Make Sakurina happy: black statusbar while stashing. |
| commitdiff |
2010-11-08 |
Grant Paul | New, Icy-style, stashing controller. Yay for visual... |
| commitdiff |
2010-11-07 |
Grant Paul | Fixed progress HUD appearance and fixed progress view... |
| commitdiff |
next |