index
:
cydia.git
master
proper
testing
userspacereboot
Cydia Installer
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
UICaboodle
/
BrowserView.mm
Age
Commit message (
Expand
)
Author
2011-03-07
Rename UICaboodle to CyteKit.
Jay Freeman (saurik)
2011-03-07
Add cydia.setBadgeValue() for tab badges.
Jay Freeman (saurik)
2011-03-07
Filter out the more annoying console.log() messages.
Jay Freeman (saurik)
2011-03-07
Remove obsolete cydia.setPopUpHook().
Jay Freeman (saurik)
2011-03-07
Unload data when presenting modal page.
Jay Freeman (saurik)
2011-03-07
DRY refactorization with silly abstraction for {request,URL}WithURL.
Jay Freeman (saurik)
2011-03-07
Add cydia.popViewController(animated).
Jay Freeman (saurik)
2011-03-07
Use a real grouped table view to back our webviews.
Jay Freeman (saurik)
2011-03-07
OMG, I forgot to commit this logic inversion.
Jay Freeman (saurik)
2011-03-07
Make the navigation action blocker actually useful.
Jay Freeman (saurik)
2011-03-07
Add -[BrowserController _allowNavigationAction] to limit _top usage.
Jay Freeman (saurik)
2011-03-07
Use _H<> for BrowserController::request_.
Jay Freeman (saurik)
2011-03-07
Export cydia.setNavigationBarTintColor() to JS.
Jay Freeman (saurik)
2011-03-07
Solve the iPad pinstripes != gray problem.
Jay Freeman (saurik)
2011-03-07
Export cydia.setHidesNavigationBar() to JavaScript.
Jay Freeman (saurik)
2011-03-07
Added cydia.setNavigationBarStyle().
Jay Freeman (saurik)
2011-03-07
Added cydia.setHidesBackButton().
Jay Freeman (saurik)
2011-02-23
Add cydia.scrollToBottom().
Jay Freeman (saurik)
2011-02-23
Add cydia.removeButton().
Jay Freeman (saurik)
2011-02-23
Simplify memory management of custom buttons.
Jay Freeman (saurik)
2011-02-19
Use setViewportWidth: only on main thread.
Jay Freeman (saurik)
2011-02-19
Super-charge the Reload button to actually reload.
Jay Freeman (saurik)
2011-02-18
Added 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-17
Reformatted otherButtonTitles: due to variadic arguments.
Jay Freeman (saurik)
2011-02-17
Use document.dispatchEvent() for UIViewController events.
Jay Freeman (saurik)
2011-02-17
Use C++ RAII for WebThreadLock/Unlock().
Jay Freeman (saurik)
2011-02-17
Add LogMessages and use for console.log.
Jay Freeman (saurik)
2011-02-17
Support ShowInternals in more places.
Jay Freeman (saurik)
2011-02-14
Implement chpwn's lazy-loading API for BrowserController.
Jay Freeman (saurik)
2011-01-04
Merge branch 'master' of saurik.com:cydia into url-tabbar
Grant Paul
2011-01-01
Fix 'resubmit form' dialog: new alert API crash.
Jay Freeman (saurik)
2010-12-30
Switch to native UITabBarController handling, and rewrite URL subsystem. Also...
Grant Paul
2010-12-28
Allow BrowserView subclasses to be notified of changes in loading state.
Grant Paul
2010-12-11
Undo my own fix for the lack of pinstripes on the iPad: pinstripes spread out...
Grant Paul
2010-12-11
Fix iPad pinstripes using private API; it sucks but it's the only way to work...
Grant Paul
2010-12-02
Use UIApplication::networkActivityIndicator to indicate network activity.
Jay Freeman (saurik)
2010-12-02
Only run the UIActivityIndicatorView animation while visible.
Jay Freeman (saurik)
2010-12-02
Fix reload button layout on 2.x browser.
Jay Freeman (saurik)
2010-12-01
One less private class: goodbye UIProgressView, hello UIActivityIndicatorView.
Grant Paul
2010-12-01
Check respondsToSelector: for CYWebViewDelegate::JavaScript*Panel.
Jay Freeman (saurik)
2010-12-01
Random removals of some dead comments/code.
Jay Freeman (saurik)
2010-11-30
Add back a documentation warning from the old BrowserView.
Jay Freeman (saurik)
2010-11-20
Make cydia.setViewportWidth() work again with CYWebView.
Jay Freeman (saurik)
2010-11-18
Turn off LogBrowser for official master tree.
Jay Freeman (saurik)
2010-11-17
Carefully audited all usages of alloc*/retain/release/autorelease/*Create*, u...
Jay Freeman (saurik)
2010-11-15
Slightly more normalized if nesting on decidePolicyForNavigationAction:.
Jay Freeman (saurik)
2010-11-15
Use the same pattern for willSendRequest:'s delegate as other ones.
Jay Freeman (saurik)
2010-11-05
Verified 2.2+ methods against 2.1 SDK: all were present.
Jay Freeman (saurik)
2010-11-05
Just in case it is ever useful I finished webView:createWebViewWithRequest:.
Jay Freeman (saurik)
[next]