-
Notifications
You must be signed in to change notification settings - Fork 186
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: hide and show windows via cloaking from COM lib #792
Merged
+187
−23
Commits on Oct 15, 2024
-
feat: hide and show windows via set_cloak from COM lib
Previous method of hiding the windows (SW_HIDE and SWP_HIDEWINDOW) would completely remove the window from the taskbar, which would lead to unexpected behavior for some people. set_cloak allows the hidden windows to still be present in the task bar. Other discussions on the topic: Ciantic/AltTabAccessor#1
Configuration menu - View commit details
-
Copy full SHA for 9822a1a - Browse repository at this point
Copy the full SHA 9822a1aView commit details
Commits on Oct 16, 2024
-
fix: properly handle COM lib errors for cloaking
One common source for crashes when using the COM library cloaking is the get_view_for_hwnd function from IApplicationViewCollection. For a lot of windows, getting a view is not possible (Outlook splash screen, OneDrive quit screen, etc). In the situations where the view can't be acquired, windows are essentially ignored.
Configuration menu - View commit details
-
Copy full SHA for 64ee9c3 - Browse repository at this point
Copy the full SHA 64ee9c3View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d0c8b5 - Browse repository at this point
Copy the full SHA 7d0c8b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for be655c0 - Browse repository at this point
Copy the full SHA be655c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89ba4f - Browse repository at this point
Copy the full SHA c89ba4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 011bda1 - Browse repository at this point
Copy the full SHA 011bda1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2300446 - Browse repository at this point
Copy the full SHA 2300446View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2d367d - Browse repository at this point
Copy the full SHA e2d367dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa1473 - Browse repository at this point
Copy the full SHA aaa1473View commit details
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.