Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS] resize simple fullscreen windows on windowDidChangeScreen #2691

Merged
merged 1 commit into from
Mar 1, 2023
Merged

[macOS] resize simple fullscreen windows on windowDidChangeScreen #2691

merged 1 commit into from
Mar 1, 2023

Conversation

dylanscott
Copy link
Contributor

@dylanscott dylanscott commented Feb 20, 2023

I'm an Alacritty user and ran into #1118 (via alacritty/alacritty#2741). It's tagged with "good first issue" and someone helpfully left some details on the AppKit side of things so I thought I'd take a crack at it. I'm kind of a Rust newb (and even bigger AppKit/ObjC newb) so happy for any feedback if this should be tackled in a different way.

  • Tested on all platforms changed
  • Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

@dylanscott dylanscott requested a review from madsmtm as a code owner February 20, 2023 02:20
Copy link
Member

@kchibisov kchibisov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will also need a CHANGELOG entry for that.

src/platform_impl/macos/window_delegate.rs Outdated Show resolved Hide resolved
src/platform_impl/macos/window.rs Show resolved Hide resolved
src/platform_impl/macos/window.rs Outdated Show resolved Hide resolved
@dylanscott dylanscott requested review from kchibisov and removed request for madsmtm February 25, 2023 21:23
CHANGELOG.md Outdated Show resolved Hide resolved
@dylanscott dylanscott requested a review from kchibisov February 26, 2023 20:28
@kchibisov kchibisov merged commit 79ac236 into rust-windowing:master Mar 1, 2023
@kchibisov
Copy link
Member

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants