Skip to content
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
merged 9 commits into from
Nov 7, 2024

Commits on Oct 15, 2024

  1. 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
    rpop0 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9822a1a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. 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.
    rpop0 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    64ee9c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    7d0c8b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be655c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c89ba4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    011bda1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2300446 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2d367d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaa1473 View commit details
    Browse the repository at this point in the history