core-foundation-rs icon indicating copy to clipboard operation
core-foundation-rs copied to clipboard

Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS

Results 139 core-foundation-rs issues
Sort by recently updated
recently updated
newest added

init https://developer.apple.com/documentation/appkit/nsdocktile example: ```rs let dock_tile: cocoa::base::id = msg_send![NSApp(), dockTile]; NSDockTile::set_shows_applicatin_badge(dock_tile, cocoa::base::YES); NSDockTile::setBadgeLabel_(dock_tile, NSString::alloc(nil).init_str("9")); ```

I added animate property to `NSWindow:setFrame:`. If this behavior is intended, I'm sorry but please close this PR.

Follow-up of #513. Breaking changes in `cocoa` and `cocoa-foundation`: - Methods now take and return `bool` instead of `BOOL`. - `NSInteger` is now `isize`, see detailed reasoning [here](https://github.com/madsmtm/objc2/blob/objc-sys-0.2.0-beta.0/objc-sys/src/types.rs#L83-L119). - Similar...

Hey, macOS maintainer of [`winit`](https://github.com/rust-windowing/winit) here! I've been working on a replacement for `objc` for around a year now, and am finally getting close to something I'm happy with, see...

I know this repository sometimes merges new PRs, but the latest version (cocoa or cocoa-foundation) on the crates.io was published 2 years ago and doesn't contain those changes.

https://developer.apple.com/documentation/appkit/nsdocktile

Hey servo folks, Sending a PR to merge [Warp](https://github.com/warpdotdev)'s changes to core-foundation-rs upstream. Note, these changes are purely additive, and shouldn't have an affect on any existing core-foundation-rs APIs: ##...

Would allow explicitly setting an app or view to dark/light mode https://developer.apple.com/documentation/appkit/nsappearancecustomization/1533925-appearance

Sets cocoa-rs to version `0.25.0` to solve https://github.com/servo/core-foundation-rs/issues/504.

Using https://github.com/marketplace/actions/setup-xcode-version we should be able to move the current TravisCI setup to the existing github actions workflow.