summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
AgeCommit message (Collapse)Author
2010-12-30Switch to native UITabBarController handling, and rewrite URL subsystem. ↵Grant Paul
Also make a number of changes, creating and renaming classes for the different pages dispalyed in Cydia. Incomplete; -urlForPage methods are not implemented or used and CYSearchController does not yet exist.
2010-12-02Use UIApplication::networkActivityIndicator to indicate network activity.Jay Freeman (saurik)
2010-12-01One less private class: goodbye UIProgressView, hello UIActivityIndicatorView.Grant Paul
2010-11-20Make cydia.setViewportWidth() work again with CYWebView.Jay Freeman (saurik)
2010-11-17Carefully audited all usages of alloc*/retain/release/autorelease/*Create*, ↵Jay Freeman (saurik)
updating _transitive marks on fields.
2010-11-04Totally reimplemented BrowserController in terms of UIWebView.Jay Freeman (saurik)
2010-10-06Let UICaboodle build with clang++ as well as g++. Cydia needs additional ↵Grant Paul
changes.
2010-10-06UICaboodle/ResetView and resetViewAnimated: seem to be obsolete.Jay Freeman (saurik)
2010-10-06Merge CYViewController into UCViewController.Jay Freeman (saurik)
2010-10-04Fix the custom button problem - applyRightButton was overriding ↵Dustin L. Howett
BrowserView's support for custom buttons. We now just expose a default right button that is used in BrowserView's applyRightButton. Minor visual artifact: The 'Install' button flashes for non-commercial packages as it changes between loading/not-loading. Slightly better behaviour than before: AlwaysReload == 1 means the button is called 'Reload'.
2010-10-04Removed tabs and trailing space characters from codebase.Jay Freeman (saurik)
2010-10-04Rewrote the build environment from scratch.Jay Freeman (saurik)
2010-10-04Replaced UIActionSheet with UIAlertView in BrowserView; not fully tested, ↵Grant Paul
but the code looks correct when I reviewed it.
2010-10-04actually add filesGrant Paul
2010-09-30Commit (chpwn): uiviewcontroller-final.patchGrant Paul
2010-09-30Commit the webview_ -> document_ change.Jay Freeman (saurik)
2010-09-30Drastic performance and stability increases.Jay Freeman (saurik)
2010-09-30OMG, that was a stupid Browser bug.Jay Freeman (saurik)
2010-09-30We prefer this factoring.Jay Freeman (saurik)
2010-09-30Checkpoint for LunaCy fork.Jay Freeman (saurik)
2010-09-30This is getting nuts, I need an internal branch.Jay Freeman (saurik)
2010-09-30My god his is taking me forever.Jay Freeman (saurik)
2010-09-30Implemented form editing and custom viewport sizes.Jay Freeman (saurik)
2010-09-30A few, minor, accumulated fixes.Jay Freeman (saurik)
2010-09-30Polished browser and finished repotagging.Jay Freeman (saurik)
2010-09-30Fixed some bugs in new window opening.Jay Freeman (saurik)
2010-09-30Fixed window.cydia.Jay Freeman (saurik)
2010-09-30Fixed HTML error handling and enhanced pinstriping.Jay Freeman (saurik)
2010-09-30Reorganized code and mostly finished ratings indicator.Jay Freeman (saurik)
2010-09-30Various HTTP improvements.Jay Freeman (saurik)
2010-09-30Internalized JavaScript activatorial.Jay Freeman (saurik)
2010-09-30Some infrastructure for recent features.Jay Freeman (saurik)
2010-09-30Support libraries for recent Cydia changes.Jay Freeman (saurik)
2010-09-30Massive stability and feature improvements to Cydia.Jay Freeman (saurik)
2010-09-30Porting, webkit stability.Jay Freeman (saurik)
2010-09-30Added custom depictions and better webview support.Jay Freeman (saurik)
2010-09-30Some minor header file changes.Jay Freeman (saurik)
2010-09-30Fixed browser links and modify delegates.Jay Freeman (saurik)
2010-09-30Further factorization, file content list, checkbox clarication, advanced ↵Jay Freeman (saurik)
search teaser, and fully awesome keyboard control.