forked from neovide/neovide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(macos): display border for opaque backgrounds (neovide#2351)
* feat(macos): display border for opaque backgrounds * remove redundant call * feat(macos): add `g:neovide_show_border` option * fix(macos): `g:neovide_background_color` runtime changes * docs: `g:neovide_show_border` * set background on window creation * fix: macos border and shadow quirks with tradeoffs * edit comments * split `set_background` into legacy and non-legacy functions * docs: improve `g:neovide_show_border` description * add `set_background` docstring * make `handle_background` and `handle_legacy_background` private * fix incorrect comment explanation * refactor: move `set_window_blurred` into `update_background` * improve readability of `handle_window_settings_changed` * revert adding `MacosWindowFeature#handle_window_settings_changed` * readd `MacosWindowFeature#handle_settings_changed`
- Loading branch information
Showing
5 changed files
with
129 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters