Age | Commit message (Expand) | Author |
2011-03-07 | Use a real grouped table view to back our webviews. | Jay Freeman (saurik) |
2011-03-07 | Remove obsolete UCYield.h. | 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 | This delegate_ is _transient. | 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 | Minor code spacing and formatting bugs. | 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-02-14 | Explanation. | Grant Paul |
2011-02-11 | Move -init into -loadView -viewDidLoad and friends, as Apple wants. Add -navi... | Grant Paul |
2011-02-07 | Use IsWildcat_, not UI_USER_INTERFACE_IDIOM(). | Jay Freeman (saurik) |
2011-02-03 | Added session persistence; moved -init to -loadView, -viewDidLoad, etc; added... | Grant Paul |
2011-01-27 | Small formatting fixes. | Grant Paul |
2011-01-27 | Sanity in rotation handling: centralize in CYViewController, as it should be. | Grant Paul |
2011-01-04 | Merge branch 'master' of saurik.com:cydia into url-tabbar | Grant Paul |
2011-01-01 | Add _unlikely() to conditions in -[Package unfiltered]. | Jay Freeman (saurik) |
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 | Cleanup my stupidity: remove logging, fix landscape back buttons (via delegat... | 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) |