-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge ct-dw to cgd2d #1192
Merged
Merged
merge ct-dw to cgd2d #1192
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eaders are now part of the main VS projects. (microsoft#1172)
* Save NSUserDefaults to local app data, not roaming app data. App preferences writes with kCFPreferencesAnyHost, which means we cannot use the host parameter to differentiate roaming vs local. The correct way to roam would be through ubiquitous store (which would have to be covered separately based on need). Fix microsoft#1167 * revert unwanted edits * CR feedback
* - Include AudioToolbox.dll in apps using middleware - Allow UIView animation with spring - Streamline app protocol activation via Safari view controller * Eliminate retain cycle in UIWebView
…Control properties from xib3/storyboard files (microsoft#1080)
Description: Consolidate uses of Ebr file functions to only where absolutely needed. This helps abstract any weird semantics we have to only a few locations and uses well defined APIs for foundation constructs like NSData and NSStream where possible. How verified: UTs and Full Build of internal apps to verify behavior hasn't changed Reviewed by: @rajsesh-msft @DHowett-MSFT @msft-Jeyaram
…un (microsoft#1188) * Fix incorrect math surrounding text transforms in CGContextDrawGlyphRun The text transforms were being incorrectly applied, directly concatenated onto the final transform. The text transform must be applied in text space (centered on the glyph run, inverted) Fixes microsoft#1113 Fixes microsoft#1135 * minor optimization
Merge develop to ct-dw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.