summaryrefslogtreecommitdiff
path: root/UICaboodle
AgeCommit message (Collapse)Author
2010-11-20Make cydia.setViewportWidth() work again with CYWebView.Jay Freeman (saurik)
2010-11-18Turn off LogBrowser for official master tree.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-15Slightly more normalized if nesting on decidePolicyForNavigationAction:.Jay Freeman (saurik)
2010-11-15Use the same pattern for willSendRequest:'s delegate as other ones.Jay Freeman (saurik)
2010-11-05Verified 2.2+ methods against 2.1 SDK: all were present.Jay Freeman (saurik)
2010-11-05Just in case it is ever useful I finished webView:createWebViewWithRequest:.Jay Freeman (saurik)
2010-11-05Verified 3.2/4.1+ methods against 4.0: all were present.Jay Freeman (saurik)
2010-11-05Add some more #if LogBrowser love to BrowserController.Jay Freeman (saurik)
2010-11-05Port CYWebView to 3.0.Jay Freeman (saurik)
2010-11-05Downgrade support for -[UIScrollView setDecelerationRate].Jay Freeman (saurik)
2010-11-04Totally reimplemented BrowserController in terms of UIWebView.Jay Freeman (saurik)
2010-10-17NSSize does not exist on the iPhone: Cydia therefore uses a truncated Cocoa ↵Jay Freeman (saurik)
header designed to remap usages of NSSize; using NSMakeSize therefore breaks the SDK build. This reverts commit 45b777c34a71958e5e83c23bfb3a7dd65961d943.
2010-10-16Fixed permissions on BrowserView.mm.Grant Paul
2010-10-16Merge branch 'master' of saurik.com:cydiaGrant Paul
2010-10-16Use NSMakeSize rather than CGSizeMake for creating a NSSize -- if it's ↵Grant Paul
stored in a NSValue using -valueWithSize:, then it's an NSSize, not a CGSize. It's a CGSize if you use -valueWithCGSize:.
2010-10-07Use -[UIColor groupTableViewBackgroundColor] instead of -[UIColor ↵Jay Freeman (saurik)
pinStripeColor].
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-05Fix the default custom button behaviour for commercial packages. My ↵Dustin L. Howett
understanding of the previous system was flawed enough to cause this- now, the custom button's behaviour is in _customButtonClicked, and the default customButtonClicked calls it instead of reloadButtonClicked. This is based on the original {_,__}rightButtonClicked methods.
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-04even more browserview/cydia; fully working now!Grant Paul
2010-10-04more browserview/cydiaGrant Paul
2010-10-04actually add filesGrant Paul
2010-10-04Still untested, fixed title.Grant Paul
2010-10-04Untested (not even compiled), renamed to BrowserController and fixed buttons.Grant Paul
2010-09-30more rotation fixes: remove rotation info from UCViewController, and let the ↵Grant Paul
HUDs rotate (Reloading Data: now with added landscape!)
2010-09-30Fix viewport issues with landscape and web document view's frame.y property ↵Ryan Petrich
becoming negative
2010-09-30Commit (chpwn): uiviewcontroller-final.patchGrant Paul
2010-09-30Commit the webview_ -> document_ change.Jay Freeman (saurik)
2010-09-30Loading changes, visibility switches, gsc.wildcat issues, remote package ↵Jay Freeman (saurik)
catalog, unique id on repository verify, copyright notice in about, and weird scrolling issues with old scroller.
2010-09-30ForRelease, !ForSaurikJay Freeman (saurik)
2010-09-30So close to getting landscape working, it hurts :(.Jay Freeman (saurik)
2010-09-30Scrollers and keyboards and things.Jay Freeman (saurik)
2010-09-30Major modifications to ready for stability.Jay Freeman (saurik)
2010-09-30Checkpoint before UICaboodle reorganzation.Jay Freeman (saurik)
2010-09-30Fixed viewport and user agent.Jay Freeman (saurik)
2010-09-30Various fixes and stuff.Jay Freeman (saurik)
2010-09-30Massive fixes for 3.x.Jay Freeman (saurik)
2010-09-30Add UITableView support to ResetView.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-30Epic multi-threading.Jay Freeman (saurik)
2010-09-30Ported UICaboodle back to Cydia.Jay Freeman (saurik)
2010-09-3020 minutes of typing.Jay Freeman (saurik)
2010-09-30We prefer this factoring.Jay Freeman (saurik)