summaryrefslogtreecommitdiff
path: root/UICaboodle
AgeCommit message (Expand)Author
2011-02-19Use setViewportWidth: only on main thread.Jay Freeman (saurik)
2011-02-19Super-charge the Reload button to actually reload.Jay Freeman (saurik)
2011-02-18Minor code spacing and formatting bugs.Jay Freeman (saurik)
2011-02-18Added a public filter to pageForURL:.Jay Freeman (saurik)
2011-02-18-[BrowserController applyRightButton] must be used from the main thread.Jay Freeman (saurik)
2011-02-17Reformatted otherButtonTitles: due to variadic arguments.Jay Freeman (saurik)
2011-02-17Use document.dispatchEvent() for UIViewController events.Jay Freeman (saurik)
2011-02-17Use C++ RAII for WebThreadLock/Unlock().Jay Freeman (saurik)
2011-02-17Add LogMessages and use for console.log.Jay Freeman (saurik)
2011-02-17Support ShowInternals in more places.Jay Freeman (saurik)
2011-02-14Implement chpwn's lazy-loading API for BrowserController.Jay Freeman (saurik)
2011-02-14Explanation.Grant Paul
2011-02-11Move -init into -loadView -viewDidLoad and friends, as Apple wants. Add -navi...Grant Paul
2011-02-07Use IsWildcat_, not UI_USER_INTERFACE_IDIOM().Jay Freeman (saurik)
2011-02-03Added session persistence; moved -init to -loadView, -viewDidLoad, etc; added...Grant Paul
2011-01-27Small formatting fixes.Grant Paul
2011-01-27Sanity in rotation handling: centralize in CYViewController, as it should be.Grant Paul
2011-01-04Merge branch 'master' of saurik.com:cydia into url-tabbarGrant Paul
2011-01-01Add _unlikely() to conditions in -[Package unfiltered].Jay Freeman (saurik)
2011-01-01Fix 'resubmit form' dialog: new alert API crash.Jay Freeman (saurik)
2010-12-30Switch to native UITabBarController handling, and rewrite URL subsystem. Also...Grant Paul
2010-12-28Allow BrowserView subclasses to be notified of changes in loading state.Grant Paul
2010-12-11Cleanup my stupidity: remove logging, fix landscape back buttons (via delegat...Grant Paul
2010-12-11Undo my own fix for the lack of pinstripes on the iPad: pinstripes spread out...Grant Paul
2010-12-11Fix iPad pinstripes using private API; it sucks but it's the only way to work...Grant Paul
2010-12-02Use UIApplication::networkActivityIndicator to indicate network activity.Jay Freeman (saurik)
2010-12-02Only run the UIActivityIndicatorView animation while visible.Jay Freeman (saurik)
2010-12-02Fix reload button layout on 2.x browser.Jay Freeman (saurik)
2010-12-01One less private class: goodbye UIProgressView, hello UIActivityIndicatorView.Grant Paul
2010-12-01Check respondsToSelector: for CYWebViewDelegate::JavaScript*Panel.Jay Freeman (saurik)
2010-12-01Random removals of some dead comments/code.Jay Freeman (saurik)
2010-11-30Add back a documentation warning from the old BrowserView.Jay Freeman (saurik)
2010-11-20Make cydia.setViewportWidth() work again with CYWebView.Jay Freeman (saurik)
2010-11-18Turn off LogBrowser for official master tree.Jay Freeman (saurik)
2010-11-17Carefully audited all usages of alloc*/retain/release/autorelease/*Create*, u...Jay Freeman (saurik)
2010-11-15Slightly more normalized if nesting on decidePolicyForNavigationAction:.Jay Freeman (saurik)
2010-11-15Use the same pattern for willSendRequest:'s delegate as other ones.Jay Freeman (saurik)
2010-11-05Verified 2.2+ methods against 2.1 SDK: all were present.Jay Freeman (saurik)
2010-11-05Just in case it is ever useful I finished webView:createWebViewWithRequest:.Jay Freeman (saurik)
2010-11-05Verified 3.2/4.1+ methods against 4.0: all were present.Jay Freeman (saurik)
2010-11-05Add some more #if LogBrowser love to BrowserController.Jay Freeman (saurik)
2010-11-05Port CYWebView to 3.0.Jay Freeman (saurik)
2010-11-05Downgrade support for -[UIScrollView setDecelerationRate].Jay Freeman (saurik)
2010-11-04Totally reimplemented BrowserController in terms of UIWebView.Jay Freeman (saurik)
2010-10-17NSSize does not exist on the iPhone: Cydia therefore uses a truncated Cocoa h...Jay Freeman (saurik)
2010-10-16Fixed permissions on BrowserView.mm.Grant Paul
2010-10-16Merge branch 'master' of saurik.com:cydiaGrant Paul
2010-10-16Use NSMakeSize rather than CGSizeMake for creating a NSSize -- if it's stored...Grant Paul
2010-10-07Use -[UIColor groupTableViewBackgroundColor] instead of -[UIColor pinStripeCo...Jay Freeman (saurik)
2010-10-06Let UICaboodle build with clang++ as well as g++. Cydia needs additional chan...Grant Paul