summaryrefslogtreecommitdiff
path: root/UICaboodle
AgeCommit message (Expand)Author
2011-03-07Rename UICaboodle to CyteKit.Jay Freeman (saurik)
2011-03-07Unloading view controllers should unload their modal.Jay Freeman (saurik)
2011-03-07Add cydia.setBadgeValue() for tab badges.Jay Freeman (saurik)
2011-03-07Filter out the more annoying console.log() messages.Jay Freeman (saurik)
2011-03-07Factor class Pcre into its own file.Jay Freeman (saurik)
2011-03-07Remove obsolete cydia.setPopUpHook().Jay Freeman (saurik)
2011-03-07Unload data when presenting modal page.Jay Freeman (saurik)
2011-03-07DRY refactorization with silly abstraction for {request,URL}WithURL.Jay Freeman (saurik)
2011-03-07Replace CYNavigationController with a category.Jay Freeman (saurik)
2011-03-07Reloading the world should really just /un/load the world.Jay Freeman (saurik)
2011-03-07Add cydia.popViewController(animated).Jay Freeman (saurik)
2011-03-07Use a real grouped table view to back our webviews.Jay Freeman (saurik)
2011-03-07Remove obsolete UCYield.h.Jay Freeman (saurik)
2011-03-07OMG, I forgot to commit this logic inversion.Jay Freeman (saurik)
2011-03-07Make the navigation action blocker actually useful.Jay Freeman (saurik)
2011-03-07Add -[BrowserController _allowNavigationAction] to limit _top usage.Jay Freeman (saurik)
2011-03-07Use _H<> for BrowserController::request_.Jay Freeman (saurik)
2011-03-07Export cydia.setNavigationBarTintColor() to JS.Jay Freeman (saurik)
2011-03-07Solve the iPad pinstripes != gray problem.Jay Freeman (saurik)
2011-03-07Export cydia.setHidesNavigationBar() to JavaScript.Jay Freeman (saurik)
2011-03-07This delegate_ is _transient.Jay Freeman (saurik)
2011-03-07Added cydia.setNavigationBarStyle().Jay Freeman (saurik)
2011-03-07Added cydia.setHidesBackButton().Jay Freeman (saurik)
2011-02-23Add cydia.scrollToBottom().Jay Freeman (saurik)
2011-02-23Add cydia.removeButton().Jay Freeman (saurik)
2011-02-23Simplify memory management of custom buttons.Jay Freeman (saurik)
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