Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: glzr-io/glazewm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rpop0/glazewm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 9 files changed
  • 2 contributors

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
Loading