Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants