2010-11-22 |
Jay Freeman (saurik) | Remove obsolete -[Package compareForChanges] (use Packa... |
blob | commitdiff | raw |
2010-11-19 |
Jay Freeman (saurik) | Break CYColor::Create_ from CYColor::{CYColor,Set}. |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Remove PackageCell::{color_,fade_,faded_} as they are... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Factored out CYTableViewCell to fix cell highlight... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Reactivate and localize 'Loading Changes' progress... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Flatten Sections.plist: no Rename and no recursion. |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Fix localization of LOADING_DATA (use ELISION+LOADING... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Clarify visibility rules, removing Package::visibile_... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Remove unused std::hash_map implementation of -[Section... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Remove Package::required_, an unimplemented feature. |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Leave Package::source_ nil until first use. |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Queue status affects /all/ views, not just the active... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Remove Package::relationships_, which was never impleme... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | -[PackageController setPackage:] needs to reload packag... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Reimplement APT marking as I finally understand how... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Replace Package::cached_ with Package::source_ == ... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Remove StripVersion(), inlining the code to the one... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Jay Freeman (saurik) | Corrected some reasonably minor code formatting issues. |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Jay Freeman (saurik) | Always prefer alloc/init/autorelease/... to alloc/init... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Jay Freeman (saurik) | Carefully audited all usages of alloc*/retain/release... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Jay Freeman (saurik) | Use actual types for fields rather than id (UISwitch... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Grant Paul | Don't show role::cydia packages in Expert mode of the... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Grant Paul | Spinner when closing Role controller. The details matter. |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Grant Paul | Don't allow rotation when there's a HUD, fixing an... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Jay Freeman (saurik) | Store Sections.plist using space characters rather... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Jay Freeman (saurik) | Sprinkle more ProfileTiming logic among -[Package init... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Jay Freeman (saurik) | Rename CFCString to CYStringCreate. |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Jay Freeman (saurik) | Make CFCString() accept non-UTF8 data without horrible... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Jay Freeman (saurik) | Move around usages of _trace() for greater understanding. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Grant Paul | set first tab in a better place (later on) |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Remove call to [UIKeyboard initImplementationNow] durin... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Do not bother with 'Loading Changes...', a 0.12s step. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Use CFMutableArrayRef (with NULL callBacks) instead... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Use CFMutableArrayRef (with NULL callBacks) instead... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Fold RadixSort_() into -[NSMutableArray(Radix) radixSor... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Remove the obsolete (and sometimes dangerously optimize... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Re-calibrated PackagePrefixRadix() to more accurately... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Verbose logging support for #define HistogramInsertionSort. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Avoid NSMutableArray for temporary radix buffer. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Use lowercase identifiers always, even internally. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Use CYPoolStart/End instead of _pool (just starting). |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | If you are going to use a private API (pinStripeColor... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Heavily optimized (and simplified) @synchronized lock... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Remove the APT HTTP timeout: Host Unreachable == frowny... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Add X-Carrier-ID. |
blob | commitdiff | raw | diff to current |
2010-11-13 |
Grant Paul | App Store-style initial loading indicator to replace... |
blob | commitdiff | raw | diff to current |
2010-11-12 |
Dustin L. Howett | chpwn got the "blink only for essential packages" logic... |
blob | commitdiff | raw | diff to current |
2010-11-08 |
Grant Paul | Fixed tabbar that I broke months ago (always flashing... |
blob | commitdiff | raw | diff to current |
2010-11-08 |
Grant Paul | Removed tabs (why does vim not do this on paste?) |
blob | commitdiff | raw | diff to current |
2010-11-08 |
Grant Paul | Make Sakurina happy: black statusbar while stashing. |
blob | commitdiff | raw | diff to current |
2010-11-08 |
Grant Paul | New, Icy-style, stashing controller. Yay for visual... |
blob | commitdiff | raw | diff to current |
2010-11-07 |
Grant Paul | Fixed progress HUD appearance and fixed progress view... |
blob | commitdiff | raw | diff to current |
2010-11-07 |
Grant Paul | Use external status API to get the status. But internally. |
blob | commitdiff | raw | diff to current |
2010-11-07 |
Grant Paul | Pinstripes while loading, removed afterwards due to... |
blob | commitdiff | raw | diff to current |
2010-11-07 |
Grant Paul | Add folding for CYActionSheet. |
blob | commitdiff | raw | diff to current |
2010-11-06 |
Grant Paul | Improved handling of the refresh sequence. |
blob | commitdiff | raw | diff to current |
2010-11-05 |
Jay Freeman (saurik) | The Reorganizing text must come after container_ is... |
blob | commitdiff | raw | diff to current |
2010-11-05 |
Jay Freeman (saurik) | Redid chpwn's code to match physical formatting guideli... |
blob | commitdiff | raw | diff to current |
2010-11-05 |
Grant Paul | Fixed bug where you can select section cells when editing. |
blob | commitdiff | raw | diff to current |
2010-11-04 |
Jay Freeman (saurik) | You can't go doing awesome UIKit stuff from the JavaScr... |
blob | commitdiff | raw | diff to current |
2010-11-04 |
Jay Freeman (saurik) | Totally reimplemented BrowserController in terms of... |
blob | commitdiff | raw | diff to current |
2010-11-04 |
Jay Freeman (saurik) | We need to return YES from shouldAutorotateToInterfaceO... |
blob | commitdiff | raw | diff to current |
2010-11-04 |
Jay Freeman (saurik) | Put off the no-title-on-HomeController UI update. |
blob | commitdiff | raw | diff to current |
2010-11-04 |
Jay Freeman (saurik) | Minor code cleanups to HomeController. |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Jay Freeman (saurik) | Rename Cydia.* to MobileCydia.* and add Cydia.frappliance. |
blob | commitdiff | raw | diff to current |
|