-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Refactors in windows.rs, Bump tauri and tauri plugin and objc2-* crate versions #1399
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
Open
ItsEeleeya
wants to merge
39
commits into
CapSoftware:main
Choose a base branch
from
ItsEeleeya:next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 33 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
6b9c44b
bump tauri and tauri plugin versions
ItsEeleeya 40cf146
Remove macos/delegates.rs
ItsEeleeya bff5b66
Merge remote-tracking branch 'upstream/main' into platform-integrations
ItsEeleeya a681a88
Rename CapWindowId -> CapWindowDef, ShowCapWindow -> CapWindow + Upda…
ItsEeleeya 3df6657
Add `objc2-*` to desktop crates + use objc2_application_services in p…
ItsEeleeya ab4fb11
bump tauri version + cleanups in windows.rs
ItsEeleeya c0e5724
Use tauri window dispatch for calling AppKit on main instead of dispatch
ItsEeleeya 3639093
macOS: Note recent documents
ItsEeleeya 5ce30ac
CapThumbnailProvider macOS Extension crate
ItsEeleeya 501baf1
Merge remote-tracking branch 'upstream/main' into platform-integrations
ItsEeleeya 6164124
Merge remote-tracking branch 'upstream/main' into platform-integrations
ItsEeleeya cf7be04
Revert "CapThumbnailProvider macOS Extension crate"
ItsEeleeya 3aa2905
Add more associated file info like UTTypeConformsTo and UTTypeIdentif…
ItsEeleeya cd6e23e
fix after branch update
ItsEeleeya ff91c46
Add xcode project for plugins
ItsEeleeya bb33158
Revert "Add xcode project for plugins"
ItsEeleeya 9ab6aba
Merge remote-tracking branch 'upstream/main' into refactor/WindowDef
ItsEeleeya 1099572
Remove unused + remove for now
ItsEeleeya 3465e15
missed rename on windows specific fn
ItsEeleeya f80a754
Apply clippy suggestions
ItsEeleeya c9cd0e8
Fix main window and target_select_overlay window levels using non-sta…
ItsEeleeya 58ddcfe
Merge remote-tracking branch 'upstream/main' into next
ItsEeleeya f02714b
cargo fmt
ItsEeleeya dc2c443
Fix after updating from main
ItsEeleeya 1e19cae
Merge remote-tracking branch 'upstream/main' into next
ItsEeleeya 2227fa7
Use tauri-cli ^2.9.4
ItsEeleeya 3b48cc3
Update pnpm-lock.yaml
ItsEeleeya e4434cf
Merge remote-tracking branch 'upstream/main' into next
ItsEeleeya 78c5ca2
Merge branch '0.4.0-bits' into next
ItsEeleeya 821645f
fix double cfg
ItsEeleeya 5914222
Remove previously added min inner size limit for Settings window on m…
ItsEeleeya de97650
Merge branch 'main' into pr/1399
richiemcilroy 17e6ecb
fmt
richiemcilroy a598262
fix
richiemcilroy 51b78b0
oops (fix thing getting removed when resolving merge conflict)
ItsEeleeya b16cd8c
ScreenshotEditor traffic lights pos
ItsEeleeya e285de7
Fix Cropper visual in screenshot editor
ItsEeleeya eca16fd
Update windows.rs
ItsEeleeya 96d33d9
Update package.json
ItsEeleeya 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion | 🟠 Major
Remove the trailing comment.
As per coding guidelines, comments should not be added to code. The trailing comment
#{ version = , features = ["http-proto", "reqwest-client"] }should be removed.📝 Committable suggestion
🤖 Prompt for AI Agents