Skip to content
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 11 commits into from
Oct 20, 2016
Merged

merge ct-dw to cgd2d #1192

merged 11 commits into from
Oct 20, 2016

Conversation

rajsesh
Copy link
Contributor

@rajsesh rajsesh commented Oct 20, 2016

No description provided.

pradipd and others added 11 commits October 17, 2016 22:22
* 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
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
@rajsesh rajsesh merged commit 587f3dc into microsoft:CGD2D Oct 20, 2016
@rajsesh rajsesh deleted the ctdw_2_cgd2d branch October 20, 2016 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants