forked from nashaofu/xcap
-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat/#1245/fix focus on mac and linux #3
Open
ologbonowiwi
wants to merge
12
commits into
mediar-ai:master
Choose a base branch
from
ologbonowiwi:feat/#1245/fix-focus-on-mac-and-linux
base: master
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
feat/#1245/fix focus on mac and linux #3
ologbonowiwi
wants to merge
12
commits into
mediar-ai:master
from
ologbonowiwi:feat/#1245/fix-focus-on-mac-and-linux
Conversation
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
* refactor: 重构windows版本读取方式 * chore: 修改devcontainer --------- Co-authored-by: nashaofu <nashaofu@users.noreply.github.com>
* 添加image默认依赖为可选features * 默认开启default-image
* feat: 自动感知dpi * chore: 修改版本 --------- Co-authored-by: nashaofu <nashaofu@users.noreply.github.com>
* feat: window focus * refactor: window is focused is mouse in it * fix: fix windows build error * fix: formatted code * feat: 修改 image 不作为默认feature * feat: macos 实现获取窗口是否聚焦 * feat(breaking): List windows in z order (nashaofu#178) * feat: 窗口按照z轴顺序返回 * refactor(BREAKING CHANGE): remove window.refresh() --------- Co-authored-by: nashaofu <nashaofu@users.noreply.github.com> * chore: fmt * feat: 修改 macos 窗口 z 值 (nashaofu#179) Co-authored-by: nashaofu <nashaofu@users.noreply.github.com> --------- Co-authored-by: Louis Beaumont <louis.beaumont@gmail.com> Co-authored-by: nashaofu <nashaofu@users.noreply.github.com>
* fix: 优化 windows 窗口截图 * chore: 更新版本号 * fix: fmt --------- Co-authored-by: nashaofu <nashaofu@users.noreply.github.com>
* feat: windows 权限调整 * feat: 优化代码 * chore: 更新版本号 --------- Co-authored-by: nashaofu <nashaofu@users.noreply.github.com>
* feat: 优化代码 * feat: windows 支持获取窗口是否 focused * feat: linux 实现获取窗口是否 focused * feat: macos 实现获取窗口是否 focused * chore: 修改版本号 * fix: 修复命名 --------- Co-authored-by: nashaofu <nashaofu@users.noreply.github.com>
* feat: 优化windows 代码 * feat: windows 获取友好的显示器名称 * feat: macos切换底层依赖到objc2 * chore: 修改版本号 * chore: 格式化 --------- Co-authored-by: nashaofu <nashaofu@users.noreply.github.com>
* fix: 修复 macos Monitor::from_point 未找到窗口时仍然返回数据问题 * chore: 修改版本号 --------- Co-authored-by: nashaofu <nashaofu@users.noreply.github.com>
…#1245/fix-focus-on-mac-and-linux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
what I did is basically: