-
-
Notifications
You must be signed in to change notification settings - Fork 200
Migrate to macos_window_utils #377
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
Merged
Merged
Changes from all commits
Commits
Show all changes
98 commits
Select commit
Hold shift + click to select a range
644f317
chore: bump Dart SDK version
Adrian-Samoticha 323ddea
add `.vscode/settings.json` to .gitignore
Adrian-Samoticha 8ac87a9
feat: add macos_window_utils
Adrian-Samoticha ca33df8
feat: wrap side in example with `TransparentMacOSSidebar`
Adrian-Samoticha 0d3e591
feat: enable wallpaper tinting on content area
Adrian-Samoticha b1c61d0
feat: adjust macOS window brightness depending on theme
Adrian-Samoticha 1f1ead8
feat: add a way to disable wallpaper tinting
Adrian-Samoticha 246bd35
refactor: refactor wallpaper tinted area
Adrian-Samoticha 380d61c
fix: fix wallpaper tinting override being applied on overlay filter r…
Adrian-Samoticha d3a8b23
fix: do not override wallpaper tinting if no `WallpaperTintingSetting…
Adrian-Samoticha 8f66484
refactor: stop relying on exceptions to check if `WallpaperTintingSet…
Adrian-Samoticha f220189
change: switch from BLoC to global wallpaper tinting settings
Adrian-Samoticha 35b53e4
chore: remove unused imports
Adrian-Samoticha 609d012
Merge branch 'dev' of https://github.com/GroovinChip/macos_ui into Gr…
Adrian-Samoticha cbbf3bf
Merge branch 'GroovinChip-dev' into dev
Adrian-Samoticha 260bb35
change: make canvas color mimic `NSWindow.windowBackgroundColor`
Adrian-Samoticha be9a9aa
change: make wallpaper tinted area rebuild on layout change
Adrian-Samoticha 5fb5e37
feat: make toolbar wallpaper-tinted
Adrian-Samoticha 23681fc
Merge branch 'dev' of https://github.com/macosui/macos_ui into macosu…
Adrian-Samoticha 470df14
Merge branch 'macosui-dev' into dev
Adrian-Samoticha 12b3d76
doc: document `disableWallpaperTinting`
Adrian-Samoticha fdb81ba
doc: improve documentation of `disableWallpaperTinting`
Adrian-Samoticha ecce7e9
doc: document wallpaper tinted area
Adrian-Samoticha 30731ca
doc: document wallpaper tinting override
Adrian-Samoticha 95c4388
doc: document wallpaper tinting settings builder
Adrian-Samoticha 4986d9e
doc: document wallpaper tinting settings data
Adrian-Samoticha ae60f31
change: make `numberOfWallpaperTintingOverrides` private
Adrian-Samoticha 7f1f10d
doc: document global wallpaper tinting settings
Adrian-Samoticha c17ded4
doc: fix typo
Adrian-Samoticha 1f4119a
refactor: refactor wallpaper tinted area
Adrian-Samoticha 27a4343
feat: add `insertRepaintBoundary` property
Adrian-Samoticha d12770b
change: enable `insertRepaintBoundary` in toolbar
Adrian-Samoticha 0e29e27
change: enable `insertRepaintBoundary` in scaffold
Adrian-Samoticha 111e83b
change: export wallpaper tinted area
Adrian-Samoticha 8963551
feat: enable wallpaper tinting on end sidebar
Adrian-Samoticha 1995ed7
feat: add `sidebarState` property to window
Adrian-Samoticha b4c0833
fix: fix background color of end sidebar not matching canvas color wh…
Adrian-Samoticha 09878a1
fix: fix wallpaper tinting override using `deactivate` instead of `di…
Adrian-Samoticha 71d67ee
Merge branch 'dev' of https://github.com/macosui/macos_ui into macosu…
Adrian-Samoticha c2af938
Merge branch 'macosui-dev' into dev
Adrian-Samoticha da2d47a
merge
Adrian-Samoticha dc6694d
change: comment out swift code that hides the toolbar in fullscreen mode
Adrian-Samoticha 2fdab24
change: upgrade to macos_window_utils ^1.1.1
Adrian-Samoticha 956a786
feat: migrate window delegate to macos_window_utils
Adrian-Samoticha 97d9dbb
change: remove commented-out and unused Swift code
Adrian-Samoticha ddc4bdd
fix: fix sliver toolbar not having a backdrop filter
Adrian-Samoticha e3f20a2
docs: document toolbar's `isVisible` property
Adrian-Samoticha 9049643
docs: document sliver toolbar's `isVisible` property
Adrian-Samoticha 45d1291
docs: document sliver toolbar page's `isVisible` property
Adrian-Samoticha 551f46e
docs: document `_WallpaperTintedAreaOrBlurFilter`
Adrian-Samoticha e280f40
refactor: remove unused `key` parameter
Adrian-Samoticha 4f2f635
refactor: remove unused import
Adrian-Samoticha 575aed1
readme: update “Modern window look”
Adrian-Samoticha 8257bd0
change: bump version
Adrian-Samoticha 60bd04d
changelog: add entry for version 2.0.0
Adrian-Samoticha f58749d
changelog: add migration hint
Adrian-Samoticha dd0104c
merge: toolbar
Adrian-Samoticha 049712e
Merge branch 'dev' of https://github.com/macosui/macos_ui into macosu…
Adrian-Samoticha 9267360
Merge branch 'macosui-dev' into dev
Adrian-Samoticha fbdc09c
fix: remove duplicate `debugFillProperties`
Adrian-Samoticha e2f335e
refactor: rename `pages` to `pageBuilders`
Adrian-Samoticha a6277d3
fix: remove unused import
Adrian-Samoticha f87b2ce
fix: remove unused imports
Adrian-Samoticha b59602c
change: remove unnecessary `NSWindowDelegate` from `MainFlutterWindow`
Adrian-Samoticha 9789f51
change: rename `isVisible` property to `allowWallpaperTintingOverride…
Adrian-Samoticha e28c3ea
change: rename `isVisible` property to `allowWallpaperTintingOverride…
Adrian-Samoticha 433b891
fix: fix typo in comment
Adrian-Samoticha cbfa50d
fix: fix `disableWallpaperTinting` having no effect
Adrian-Samoticha dffb958
change: disable `VisualEffectSubviewContainer` when disabling wallpap…
Adrian-Samoticha e24ffa5
fix: fix some unit tests not passing
Adrian-Samoticha 6f896e9
Merge branch 'dev' of https://github.com/macosui/macos_ui into dev
Adrian-Samoticha bc56114
remove unused import
Adrian-Samoticha 2f05490
change default canvas color
Adrian-Samoticha 0a89be8
upgrade to macos_window_utils 1.1.2
Adrian-Samoticha 1f48690
update “Modern window look” in readme for use with macos_window_util…
Adrian-Samoticha 15621b2
change version to 2.0.0-beta.1
Adrian-Samoticha bf7bf99
add code formatting to documentation
Adrian-Samoticha cd12c2a
add missing comma to documentation
Adrian-Samoticha cde88fd
change version in changelog entry to 2.0.0-beta.1
Adrian-Samoticha b7dc80f
change version in pubspec.lock
Adrian-Samoticha 92a9c8b
format `window.dart`
Adrian-Samoticha da79675
replace `Colors.transparent` with `MacosColors.transparent`
Adrian-Samoticha ed7808d
document `WallpaperTintingSettingsBuilder`
Adrian-Samoticha 61083a0
document `WallpaperTintedArea`
Adrian-Samoticha ba41338
implement `MacosWindowUtilsConfig`
Adrian-Samoticha c4ee76b
export `src/macos_window_utils_config.dart`
Adrian-Samoticha c849a97
use `MacosWindowUtilsConfig` in example
Adrian-Samoticha 4826b1d
document `MacosWindowUtilsConfig` constructor
Adrian-Samoticha dfe02cb
rename `_initMacosWindowUtils` to `_configureMacosWindowUtils` in exa…
Adrian-Samoticha 761bb1e
document `MacosWindowUtilsConfig` usage in readme
Adrian-Samoticha 5ed6d22
replace opacity widget with repaint boundary
Adrian-Samoticha 75b3e7a
improve documentation for `sidebarState`
Adrian-Samoticha e4dfe0e
improve `MacosWindowUtilsConfig` documentation
Adrian-Samoticha bcb83c8
Merge branch 'dev' of https://github.com/macosui/macos_ui into macosu…
Adrian-Samoticha 45d2aa0
fix inconsistencies introduced by merging
Adrian-Samoticha 3ab0eb9
Merge branch 'macosui-dev' into dev
Adrian-Samoticha 1c7572f
Update example/lib/main.dart
GroovinChip ac9d42e
remove ”do” prefix from field names in `MacosWindowUtilsConfig`
Adrian-Samoticha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.