swift-win32 icon indicating copy to clipboard operation
swift-win32 copied to clipboard

A Windows application framework for Swift

Results 23 swift-win32 issues
Sort by recently updated
recently updated
newest added

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

First of all, thank you for making this project! I think it's awesome that we are getting closer to being able to write proper Windows apps in Swift. I was...

enhancement
help wanted
good first issue

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

Although views currently scale according to the DPI settings for the monitor, the text currently does not. The `TraitCollection` type has the necessary information which needs to be wired through...

enhancement
help wanted

This is useful for having a single application that can work across various Windows devices. In particular, on Surface devices, it is possible for the orientation to change. It would...

enhancement
help wanted