2010-11-18 |
Jay Freeman (saurik) | Remove Package::relationships_, which was never implemented.
|
commit | commitdiff | tree |
2010-11-18 |
Jay Freeman (saurik) | -[PackageController setPackage:] needs to reload package...
|
commit | commitdiff | tree |
2010-11-18 |
Jay Freeman (saurik) | Reimplement APT marking as I finally understand how...
|
commit | commitdiff | tree |
2010-11-18 |
Jay Freeman (saurik) | Turn off LogBrowser for official master tree.
|
commit | commitdiff | tree |
2010-11-18 |
Jay Freeman (saurik) | Replace Package::cached_ with Package::source_ == ...
|
commit | commitdiff | tree |
2010-11-18 |
Jay Freeman (saurik) | Remove StripVersion(), inlining the code to the one...
|
commit | commitdiff | tree |
2010-11-17 |
Jay Freeman (saurik) | Corrected some reasonably minor code formatting issues.
|
commit | commitdiff | tree |
2010-11-17 |
Jay Freeman (saurik) | Always prefer alloc/init/autorelease/... to alloc/init...
|
commit | commitdiff | tree |
2010-11-17 |
Jay Freeman (saurik) | Carefully audited all usages of alloc*/retain/release...
|
commit | commitdiff | tree |
2010-11-17 |
Jay Freeman (saurik) | Use actual types for fields rather than id (UISwitch...
|
commit | commitdiff | tree |
2010-11-16 |
Jay Freeman (saurik) | Store Sections.plist using space characters rather...
|
commit | commitdiff | tree |
2010-11-16 |
Jay Freeman (saurik) | Sprinkle more ProfileTiming logic among -[Package init...
|
commit | commitdiff | tree |
2010-11-16 |
Jay Freeman (saurik) | Rename CFCString to CYStringCreate.
|
commit | commitdiff | tree |
2010-11-16 |
Jay Freeman (saurik) | Make CFCString() accept non-UTF8 data without horrible...
|
commit | commitdiff | tree |
2010-11-16 |
Jay Freeman (saurik) | Move around usages of _trace() for greater understanding.
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Remove call to [UIKeyboard initImplementationNow] during...
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Do not bother with 'Loading Changes...', a 0.12s step.
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Use CFMutableArrayRef (with NULL callBacks) instead...
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Use CFMutableArrayRef (with NULL callBacks) instead...
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Fold RadixSort_() into -[NSMutableArray(Radix) radixSortUsin...
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Remove the obsolete (and sometimes dangerously optimized...
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Re-calibrated PackagePrefixRadix() to more accurately...
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Verbose logging support for #define HistogramInsertionSort.
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Avoid NSMutableArray for temporary radix buffer.
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Use lowercase identifiers always, even internally.
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Use CYPoolStart/End instead of _pool (just starting).
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | If you are going to use a private API (pinStripeColor...
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Heavily optimized (and simplified) @synchronized lock...
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Slightly more normalized if nesting on decidePolicyForNaviga...
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Remove the APT HTTP timeout: Host Unreachable == frowny...
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Add X-Carrier-ID.
|
commit | commitdiff | tree |
2010-11-15 |
Jay Freeman (saurik) | Use the same pattern for willSendRequest:'s delegate...
|
commit | commitdiff | tree |
2010-11-06 |
Jay Freeman (saurik) | Verified 2.2+ methods against 2.1 SDK: all were present.
|
commit | commitdiff | tree |
2010-11-06 |
Jay Freeman (saurik) | Just in case it is ever useful I finished webView:createWebV...
|
commit | commitdiff | tree |
2010-11-06 |
Jay Freeman (saurik) | Verified 3.2/4.1+ methods against 4.0: all were present.
|
commit | commitdiff | tree |
2010-11-06 |
Jay Freeman (saurik) | Add some more #if LogBrowser love to BrowserController.
|
commit | commitdiff | tree |
2010-11-06 |
Jay Freeman (saurik) | Port CYWebView to 3.0.
|
commit | commitdiff | tree |
2010-11-05 |
Jay Freeman (saurik) | Downgrade support for -[UIWebView setDataDetectorTypes].
|
commit | commitdiff | tree |
2010-11-05 |
Jay Freeman (saurik) | Downgrade support for -[UIScrollView setDecelerationRate].
|
commit | commitdiff | tree |
2010-11-05 |
Jay Freeman (saurik) | The Reorganizing text must come after container_ is...
|
commit | commitdiff | tree |
2010-11-05 |
Jay Freeman (saurik) | I don't have tr in the bootstrap so firmware.sh isn...
|
commit | commitdiff | tree |
2010-11-05 |
Jay Freeman (saurik) | Redid chpwn's code to match physical formatting guidelines. :(
|
commit | commitdiff | tree |
2010-11-04 |
Jay Freeman (saurik) | You can't go doing awesome UIKit stuff from the JavaScript...
|
commit | commitdiff | tree |
2010-11-04 |
Jay Freeman (saurik) | Totally reimplemented BrowserController in terms of...
|
commit | commitdiff | tree |
2010-11-04 |
Jay Freeman (saurik) | We need to return YES from shouldAutorotateToInterfaceOrient...
|
commit | commitdiff | tree |
2010-11-04 |
Jay Freeman (saurik) | Fix makefile dependencies for MobileCydia: UICaboodle...
|
commit | commitdiff | tree |
2010-11-04 |
Jay Freeman (saurik) | Put off the no-title-on-HomeController UI update.
|
commit | commitdiff | tree |
2010-11-04 |
Jay Freeman (saurik) | Minor code cleanups to HomeController.
|
commit | commitdiff | tree |
2010-11-02 |
Jay Freeman (saurik) | Rename Cydia.* to MobileCydia.* and add Cydia.frappliance.
|
commit | commitdiff | tree |
2010-10-17 |
Jay Freeman (saurik) | Repair horizontal whitespace.
|
commit | commitdiff | tree |
2010-10-17 |
Jay Freeman (saurik) | Use UIBarStyleBlackOpaque instead of UIBarStyleBlack...
|
commit | commitdiff | tree |
2010-10-17 |
Jay Freeman (saurik) | Use setViewControllers: instead of setViewControllers...
|
commit | commitdiff | tree |
2010-10-17 |
Jay Freeman (saurik) | Support showFromBarButtonItem:animated: with iPhonePrivate...
|
commit | commitdiff | tree |
2010-10-17 |
Jay Freeman (saurik) | Fix kSCNetworkReachabilityFlagsConnectionOn* flags...
|
commit | commitdiff | tree |
2010-10-17 |
Jay Freeman (saurik) | Started the work to port Cydia back to a 2.0-era toolchain.
|
commit | commitdiff | tree |
2010-10-17 |
Jay Freeman (saurik) | Fix iPhonePrivate.h's header insulation.
|
commit | commitdiff | tree |
2010-10-17 |
Jay Freeman (saurik) | Add vim folds to organize iPhonePrivate.h.
|
commit | commitdiff | tree |
2010-10-17 |
Jay Freeman (saurik) | NSSize does not exist on the iPhone: Cydia therefore...
|
commit | commitdiff | tree |
2010-10-14 |
Jay Freeman (saurik) | No longer support HTML Description: fields.
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | Fixed two minor horizontal whitespace formatting annoyances.
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | Use -[UIColor groupTableViewBackgroundColor] instead...
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | Use a category for [WebScriptObject -countByEnumeratingWithS...
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | I failed at git --amend: this is the NULL->nil fix.
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | You can't have a 'const' Objective-C type (and use...
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | Rename CGColor to CYColor: this mechanism should probably...
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | We no longer need the original Cydia icon (cydia.xcf).
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | The Preferences.mm file is a hopelessly out-of-date...
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | Apple's Reachability code is ludicrously complex (and...
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | UICaboodle/ResetView and resetViewAnimated: seem to...
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | Merge CYViewController into UCViewController.
|
commit | commitdiff | tree |
2010-10-07 |
Jay Freeman (saurik) | We don't want a compile-time flag for RotationEnabled...
|
commit | commitdiff | tree |
2010-10-05 |
Jay Freeman (saurik) | Added call to ldid, neccessary for launch.xml (and...
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | Add todo XXX from Optimo for icon escape.
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | The role dialog needs to block loading data, which...
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | Remove cycc requirement.
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | OMG the mechanism for allocating CYNavigationControllers...
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | Prefer C++ constructor to C initializer in old main().
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | Reformat UIHardware$, using autorelease instead of...
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | Remove incorrect positioning hack.
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | Removed tabs and trailing space characters from codebase.
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | Fix the type of the ellipsis: argument.
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | Add iPhonePrivate.h to makefile dependencies.
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | Fix permissions in dpkg-deb and add du back to package.
|
commit | commitdiff | tree |
2010-10-04 |
Jay Freeman (saurik) | Rewrote the build environment from scratch.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Remove Disk Using/Freeing.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Generating leading newlines is silly.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Add some of the new cy+ stuff.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | chpwn forgot something important.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Wolfgang is the man.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Initial high-res icon.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Commit the webview_ -> document_ change.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Fix the installed checkmark.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Further iPhone 4 resolution bumps.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | iPhone 4 hi-res.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Some random fixes for the 4.0 launch.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Added support for sbdidlaunch.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Changed cache control.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Remove confusing references from Copyright notice.
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | Loading changes, visibility switches, gsc.wildcat issues...
|
commit | commitdiff | tree |
2010-09-30 |
Jay Freeman (saurik) | ForRelease, !ForSaurik
|
commit | commitdiff | tree |
next |