Tags: memontic-ms/WinObjC
Tags
Add support for forwardInvocation:. (microsoft#951) `-[NSObject forwardInvocation:]` is the correct throw site for the _does not recognize selector_ exception. We therefore required proper ARM unwinding support in the ARM platform-specific bridge. This merge also fixes an issue where missing methods returning structs would generate garbage selector exceptions. Fixes microsoft#711.
merge commit 94017b2: Fix ref cycle in UIView caused by self capture … …in input event blocks
Merge remote-tracking branch 'github/develop' into github_master
Fix activation to create delegate and principal class (microsoft#686) * Fix activation to create delegate and principal class * Fix method call and style fixes * Change method names and remove unused method * Remove extra activation function * Change function names to match convention of UI prefix * Move definitions to application entry points
Revert "_CGImageJPEGRepresentation" This reverts commit 5315d9b.
Include the CoreFoundation unicode mapping tables in every AppX packa… …ge. (microsoft#647) Fixes microsoft#643. This was caught by neither functional tests _nor_ unit tests, as the CoreFoundation unicode mapping tables were unequivocally copied into the test library directory. The only place this failed, therefore, was in a real AppX deployment scenario. This fixes, among other things, `-[NSString lowercaseString]`.
Implemented CGContextSetPatternPhase (microsoft#596) Implemented CGContextSetPatternPhase using the translation portion of the pattern's transform matrix. Also contains a fix for a missing retain in CGContextSetFillPattern. Implements last item in Issue microsoft#524
Merge remote-tracking branch 'origin/master' into github_master
PreviousNext