summaryrefslogtreecommitdiff
path: root/CyteKit
AgeCommit message (Expand)Author
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)
2011-03-08Separate out Cydia/LoadingView{,Controller}.*.Jay Freeman (saurik)
2011-03-08Re-allow navigation actions on refresh.Jay Freeman (saurik)
2011-03-08Rename CYTableViewCell to CyteTableViewCell.Jay Freeman (saurik)
2011-03-08Automate set{Delegate,DataSource}:nil using _H<>.Jay Freeman (saurik)
2011-03-08Fix _H<> copy assignment operator.Jay Freeman (saurik)
2011-03-07Separate out CyteKit/CyteTableView.*.Jay Freeman (saurik)
2011-03-07Replace all Objective-C memory managment with _H<>.Jay Freeman (saurik)
2011-03-07runJavaScript*Panel during popViewController has self dealloc.Jay Freeman (saurik)
2011-03-07Add debugging logic for didStartProvisionalLoadForFrame:.Jay Freeman (saurik)
2011-03-07Split addMessageToConsole: filter onto multiple lines.Jay Freeman (saurik)
2011-03-07Disallow serializing redirected garbage to the state.Jay Freeman (saurik)
2011-03-07Verify that NSURLErrorCancelled is from NSURLErrorDomain.Jay Freeman (saurik)
2011-03-07Disallow serializing error URLs to the state.Jay Freeman (saurik)
2011-03-07Disallow serializing ignored URLs to the state.Jay Freeman (saurik)
2011-03-07Just turn on setJavaScriptCanOpenWindowsAutomatically globally to fix 4.2.Jay Freeman (saurik)
2011-03-07Unload controllers after presentModal, not before.Jay Freeman (saurik)
2011-03-07When possible, use MFMailComposeViewController for _openMailToURL:.Jay Freeman (saurik)
2011-03-07When possible, use openURL:asPanel for _openMailToURL:.Jay Freeman (saurik)
2011-03-07Consistent application of right and left buttons.Jay Freeman (saurik)
2011-03-07Provide -[CyteWebViewController leftButton] API.Jay Freeman (saurik)
2011-03-07Fit ManageController to CyteWebViewController {custom,right}Button API.Jay Freeman (saurik)
2011-03-07Use a real copyright symbol in About.Jay Freeman (saurik)
2011-03-07Rename CYViewController to CyteViewController.Jay Freeman (saurik)
2011-03-07Simplify all of these new filenames.Jay Freeman (saurik)
2011-03-07Rename BrowserController to CyteWebViewController.Jay Freeman (saurik)
2011-03-07Rename CYWebView to CyteWebView.Jay Freeman (saurik)