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

support windows visibility events #204

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 8, 2022

  1. support windows visibility events

    JWM notifies when window's visibility changes. In Windows, visibility is based mainly on WS_VISIBLE property and
    updated by ShowWindow function and ShowOwnedPopups function.
    
    see
    - https://github.com/MicrosoftDocs/win32/blob/docs/desktop-src/winmsg/window-features.md#window-visibility
    - https://docs.microsoft.com/en-us/windows/win32/winmsg/wm-showwindow
    i10416 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    b98d2d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. resolve conflict against main

    i10416 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    7637bf2 View commit details
    Browse the repository at this point in the history