8000 Tags · memontic-ms/WinObjC · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: memontic-ms/WinObjC

Tags

0.2.160927

Toggle 0.2.160927's commit message
merge commit 80099e1

0.2.160914

Toggle 0.2.160914's commit message
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.

0.1.160906

Toggle 0.1.160906's commit message
merge commit 94017b2: Fix ref cycle in UIView caused by self capture …

…in input event blocks

0.1.160823

Toggle 0.1.160823's commit message
Merge remote-tracking branch 'github/develop' into github_master

0.1.160728

Toggle 0.1.160728's commit message
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

0.1.160725

Toggle 0.1.160725's commit message
Revert "_CGImageJPEGRepresentation"

This reverts commit 5315d9b.

0.1.160715

Toggle 0.1.160715's commit message
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]`.

0.1.160701

Toggle 0.1.160701's commit message
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

0.1.160621

Toggle 0.1.160621's commit message
Updated with code of conduct and FAQ

0.1.160609

Toggle 0.1.160609's commit message
Merge remote-tracking branch 'origin/master' into github_master

0