Upgrade to Swift 5.
Swindler now supports Swift Package Manager. This is now the preferred method of using and developing Swindler; all other package managers are deprecated.
Unclaimed project
Are you a maintainer of Swindler? Claim this project to take control of your public changelog and roadmap.
Changelog
macOS window management library for Swift
Upgrade to Swift 5.
Swindler now supports Swift Package Manager. This is now the preferred method of using and developing Swindler; all other package managers are deprecated.
Breaking changes
Bug fixes
New features
Window.frame property was added.Breaking changes
Window.frame now uses Cocoa coordinates (origin at bottom-left), to
match the behavior of Screen and most modern macOS APIs. See #29 for more.Window.position was removed in favor of Window.frame. See #32 for more.WindowFrameChangedEvent was added, replacing WindowPosChangedEvent and
`WindowS...Breaking changes
New features
Bug fixes