Saleem Abdulrasool

Results 83 issues of Saleem Abdulrasool

Add additional documentation for `ViewController` to capture many of the default value reasonining. Extend the interface to add many of the missing interfaces. Finally, mark many of the interfaces as...

#576 pointed out the fact that we failed to handle the subsystem properly for applications resulting in the console host being displayed for GUI applications. The issue was resolved with...

good first issue

#576 reported that the implementation failed to set the correct subsystem for the UI applications resulting in the console host being displayed. Guidance was provided on how to handle this,...

good first issue

Convert the `Button` implementation to use an owner drawn button. This should allow for changing the button to include an image and title simultaneously. Additionally, it would allow for embedding...

enhancement
help wanted

These fields are currently being used for the handling of point conversion between views. This prevents the regular testing flow in the package. Adding support to set the values would...

help wanted
good first issue

`Label` should support the application of an `attributedText` where the value is an `NSAttributedString` in addition to `text`, preferring the attributed text.

enhancement
help wanted

Rather than creating a full set of C APIs for gaining access to the WinRT types, it should now be possible to create a stub library to import the WinRT...

enhancement
help wanted

`Label` should be a `View`, not a `Control`. Event handling can be done through `GestureRecognizer`s.

bug
enhancement
help wanted

The information is vended by the appropriate types, however, the typography and color information is more about the interface style and should be extracted from the classes themselves. More importantly,...

help wanted
good first issue