]> git.saurik.com Git - cydia.git/history - UICaboodle/BrowserView.mm
Update Chinese localization. (Credit goes to Merlin Mao.)
[cydia.git] / UICaboodle / BrowserView.mm
2011-02-14  Jay Freeman (saurik)Implement chpwn's lazy-loading API for BrowserController.
2011-02-08  Jay Freeman (saurik)Merge branch 'restructure'
2011-01-23  Grant PaulMerge commit '664d95c4bf793f6206d94a366caf31c90cd9fd00...
2011-01-23  Grant PaulMerge commit 'b48bb27b7d5ffd1dc4e1f002301a633d538cf29e...
2011-01-23  Grant PaulMerge commit 'f64f9f6255e43c48ba2b8e5cea6a5b23e5d14e26...
2011-01-23  Grant PaulMerge commit :(. Bring in my work on URLs and UITabBarC...
2011-01-05  Grant PaulMerge branch 'master' of saurik.com:cydia into url...
2011-01-04  Grant Paul[LARGE COMMIT] Switch to lazy-loaded SDK-style tab...
2011-01-01  Jay Freeman (saurik)Fix 'resubmit form' dialog: new alert API crash.
2010-12-30  Grant PaulSwitch to native UITabBarController handling, and rewri...
2010-12-29  Grant PaulAllow BrowserView subclasses to be notified of changes...
2010-12-12  Grant PaulUndo my own fix for the lack of pinstripes on the iPad...
2010-12-12  Grant PaulFix iPad pinstripes using private API; it sucks but...
2010-12-02  Jay Freeman (saurik)Use UIApplication::networkActivityIndicator to indicate...
2010-12-02  Jay Freeman (saurik)Only run the UIActivityIndicatorView animation while...
2010-12-02  Jay Freeman (saurik)Fix reload button layout on 2.x browser.
2010-12-02  Grant PaulOne less private class: goodbye UIProgressView, hello...
2010-12-01  Jay Freeman (saurik)Check respondsToSelector: for CYWebViewDelegate::JavaSc...
2010-12-01  Jay Freeman (saurik)Random removals of some dead comments/code.
2010-11-30  Jay Freeman (saurik)Add back a documentation warning from the old BrowserView.
2010-11-21  Jay Freeman (saurik)Make cydia.setViewportWidth() work again with CYWebView.
2010-11-18  Jay Freeman (saurik)Turn off LogBrowser for official master tree.
2010-11-17  Jay Freeman (saurik)Carefully audited all usages of alloc*/retain/release...
2010-11-15  Jay Freeman (saurik)Slightly more normalized if nesting on decidePolicyForN...
2010-11-15  Jay Freeman (saurik)Use the same pattern for willSendRequest:'s delegate...
2010-11-06  Jay Freeman (saurik)Verified 2.2+ methods against 2.1 SDK: all were present.
2010-11-06  Jay Freeman (saurik)Just in case it is ever useful I finished webView:creat...
2010-11-06  Jay Freeman (saurik)Verified 3.2/4.1+ methods against 4.0: all were present.
2010-11-06  Jay Freeman (saurik)Add some more #if LogBrowser love to BrowserController.
2010-11-06  Jay Freeman (saurik)Port CYWebView to 3.0.
2010-11-05  Jay Freeman (saurik)Downgrade support for -[UIScrollView setDecelerationRate].
2010-11-04  Jay Freeman (saurik)Totally reimplemented BrowserController in terms of...
2010-10-17  Grant PaulMerge branch 'master' of saurik.com:cydia
2010-10-17  Jay Freeman (saurik)NSSize does not exist on the iPhone: Cydia therefore...
2010-10-16  Grant PaulFixed permissions on BrowserView.mm.
2010-10-16  Grant PaulMerge branch 'master' of saurik.com:cydia
2010-10-16  Grant PaulUse NSMakeSize rather than CGSizeMake for creating...
2010-10-07  Jay Freeman (saurik)Use -[UIColor groupTableViewBackgroundColor] instead...
2010-10-07  Grant PaulLet UICaboodle build with clang++ as well as g++. Cydia...
2010-10-07  Jay Freeman (saurik)UICaboodle/ResetView and resetViewAnimated: seem to...
2010-10-07  Jay Freeman (saurik)Merge CYViewController into UCViewController.
2010-10-05  Dustin L. HowettFix the default custom button behaviour for commercial...
2010-10-04  Dustin L. HowettMerge branch 'master' of git.saurik.com:cydia
2010-10-04  Dustin L. HowettFix the custom button problem - applyRightButton was...
2010-10-04  Jay Freeman (saurik)Removed tabs and trailing space characters from codebase.
2010-10-04  Jay Freeman (saurik)Rewrote the build environment from scratch.
2010-10-04  Grant PaulReplaced UIActionSheet with UIAlertView in BrowserView...
2010-10-04  Grant Pauleven more browserview/cydia; fully working now!
2010-10-04  Grant Paulmore browserview/cydia
2010-10-04  Grant Paulactually add files
2010-10-04  Grant PaulStill untested, fixed title.
2010-10-04  Grant PaulUntested (not even compiled), renamed to BrowserControl...
2010-09-30  Ryan PetrichFix viewport issues with landscape and web document...
2010-09-30  Grant PaulCommit (chpwn): uiviewcontroller-final.patch
2010-09-30  Jay Freeman (saurik)Commit the webview_ -> document_ change.
2010-09-30  Jay Freeman (saurik)Loading changes, visibility switches, gsc.wildcat issue...
2010-09-30  Jay Freeman (saurik)ForRelease, !ForSaurik
2010-09-30  Jay Freeman (saurik)So close to getting landscape working, it hurts :(.
2010-09-30  Jay Freeman (saurik)Scrollers and keyboards and things.
2010-09-30  Jay Freeman (saurik)Major modifications to ready for stability.
2010-09-30  Jay Freeman (saurik)Checkpoint before UICaboodle reorganzation.
2010-09-30  Jay Freeman (saurik)Fixed viewport and user agent.
2010-09-30  Jay Freeman (saurik)Various fixes and stuff.
2010-09-30  Jay Freeman (saurik)Massive fixes for 3.x.
2010-09-30  Jay Freeman (saurik)Drastic performance and stability increases.
2010-09-30  Jay Freeman (saurik)OMG, that was a stupid Browser bug.
2010-09-30  Jay Freeman (saurik)Ported UICaboodle back to Cydia.
2010-09-30  Jay Freeman (saurik)We prefer this factoring.