summaryrefslogtreecommitdiff
path: root/CyteKit
AgeCommit message (Expand)Author
2011-12-23"Oh, my God... they killed parentViewController!"v1.1.3Jay Freeman (saurik)
2011-06-10Sanity check pcre_fullinfo (not that it helps clang).Jay Freeman (saurik)
2011-06-08Make compilations with clang succeed.Jay Freeman (saurik)
2011-03-29Guard setOfflineWebApplicationCacheEnabled: for 2.0.Jay Freeman (saurik)
2011-03-26Improve state machine that protects against automatic fail-directs.Jay Freeman (saurik)
2011-03-26Don't hold the Removing Essentials dialog over ProgressController.v1.1.0Jay Freeman (saurik)
2011-03-25Remove obsolete NSLog() debugging.Jay Freeman (saurik)
2011-03-25Add HTTP Referer: tracking.Jay Freeman (saurik)
2011-03-25Add -[CyteWebView request] helper.Jay Freeman (saurik)
2011-03-24Correctly handle layout updates of background tabs.Jay Freeman (saurik)
2011-03-21Finished implemented promoted packages bar.Jay Freeman (saurik)
2011-03-21Separate out CyteKit/IndirectDelegate.h.Jay Freeman (saurik)
2011-03-21Provide -[CyteWebView scrollView] helper.Jay Freeman (saurik)
2011-03-21Move WebPreferences (Apple) into iPhonePrivate.h.Jay Freeman (saurik)
2011-03-21Add initWithRequest: to CyteWebViewController.Jay Freeman (saurik)
2011-03-21CyteWebView failed to verify a delegate before sending.Jay Freeman (saurik)
2011-03-21Don't lose track of network activity during memory warnings.Jay Freeman (saurik)
2011-03-21Do not show network activity for AppCacheController.Jay Freeman (saurik)
2011-03-21Remove (hopefully) unneeded 2.x memory-for-stability hack.Jay Freeman (saurik)
2011-03-21Fix underlying Apple UIWebViewWebViewDelegate on 2.x retain/release bug.Jay Freeman (saurik)
2011-03-21Call setDelegate:nil during _H<> = nil.Jay Freeman (saurik)
2011-03-21Reloading the data of an arbitrary viewcontroller involves loading its view.Jay Freeman (saurik)
2011-03-20Witness the return of the memory-for-stability tradeoff on 2.x.Jay Freeman (saurik)
2011-03-20Expose ramifications of kCFCoreFoundationVersionNumber.Jay Freeman (saurik)
2011-03-17Add cydia.setScrollAlwaysBounceVertical().Jay Freeman (saurik)
2011-03-17Add cydia.setScrollIndicatorStyle().Jay Freeman (saurik)
2011-03-14Seriously solve the auto-redirect issue.Jay Freeman (saurik)
2011-03-14Consider a WebView loaded when it commits.Jay Freeman (saurik)
2011-03-14Add helpful -[WebFrame description] for debugging.Jay Freeman (saurik)
2011-03-14Add -[CyteWebViewDelegate webView:didCommitLoadForFrame:].Jay Freeman (saurik)
2011-03-14Use lazy loading for pushed web controllers.Jay Freeman (saurik)
2011-03-14Add -[CyteWebViewController setRequest:].Jay Freeman (saurik)
2011-03-14Allow window.close() to close unselected controllers.Jay Freeman (saurik)
2011-03-14Tapping statusbar should scroll webpages to top.Jay Freeman (saurik)
2011-03-14Add WebEventTouchCancel, using WebEvent.h.Jay Freeman (saurik)
2011-03-14Add dispatchEvent:@"CydiaTouchEnd".Jay Freeman (saurik)
2011-03-14Separate out CyteKit/dispatchEvent.*.Jay Freeman (saurik)
2011-03-14Use a constructor, not +initialize.Jay Freeman (saurik)
2011-03-14Forgot UCPlatform.h in PCRE.Jay Freeman (saurik)
2011-03-11Add a useful -description for CyteWebView.Jay Freeman (saurik)
2011-03-10Helpful override of description on CyteWebViewController.Jay Freeman (saurik)
2011-03-09Apply custom useragent after loadView.Jay Freeman (saurik)
2011-03-08Gracefully recover from low-memory conditions.v1.1.0%b2Jay Freeman (saurik)
2011-03-08Add [super releaseSubviews].Jay Freeman (saurik)
2011-03-08Use loadView/releaseSubviews for CyteWebViewController.Jay Freeman (saurik)
2011-03-08On 3.x I need to animate these buttons or they go nuts.Jay Freeman (saurik)
2011-03-08Prefer manual cydia.unload() to automatic modality.Jay Freeman (saurik)
2011-03-08Automatically attach cydia.log and `dpkg -l`.Jay Freeman (saurik)
2011-03-08Post CydiaReloadData events, don't actually reload the page.Jay Freeman (saurik)
2011-03-08Do not update webviews that are not rendered.Jay Freeman (saurik)