-
Notifications
You must be signed in to change notification settings - Fork 950
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] WindowBuilderExt additions for the titlebar #389
Conversation
Allows setting `NSFullSizeContentViewWindowMask` with WindowBuilder.
This addresses some points in this issue #323 |
Do we really need that? Could this be achieved by using Winit could provide sane defaults, and if one wants to do more, use the native handle and do all the tweaks? |
Yes, I guess downstream projects could just use that to achieve the same look and more... And regarding the sane defaults, don't we already have them? Depending on |
I don't have a strong opinion about this. Happy with both approaches. |
Closing as it was included in #423 |
Implement gradient wrap/spread modes in SVG. Closes rust-windowing#386.
* fix(linux): make menubar background transparent * fix build * use css provider * remove shadow * add changefile * only when window is transparent * update change file * fix typo in changefile Co-authored-by: Fabian-Lars <[email protected]>
Extends the
WindowBuilder
on macOS to allow more fine-grained modifications to the way the titlebar is displayed.