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

Update development to 7/25 snapshot.

This corrects the type mismatches at a number of sites to make the code 32-bit clean. This is required to enable the use of Swift/Win32 on 32-bit Windows targets.

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

If I enable 200% scaling in the Windows display settings, labels produced by Swift/Win32 appear cropped in half. Normally scaling is handled by `View.frame.didSet`: https://github.com/compnerd/swift-win32/blob/2867392ac45f2ed66077ba664dea761687432ee4/Sources/SwiftWin32/Views%20and%20Controls/View.swift#L358 However, the `Label` component creates...

This PR makes the `ViewController` class `open`, so that it can be overriden.

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