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

Allow HWND to be passed to ImageGrab.grab() on Windows #8516

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

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    607acbf View commit details
    Browse the repository at this point in the history
  2. Test 0

    radarhere committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    28e5b92 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    9622266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f682197 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    7763350 View commit details
    Browse the repository at this point in the history
  2. Fallback to PER_MONITOR_AWARE if GetWindowDpiAwarenessContext is not …

    …available
    
    Co-authored-by: Ondrej Baranovič <[email protected]>
    radarhere and nulano authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a44b306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    288d77e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b88670 View commit details
    Browse the repository at this point in the history
  5. Do not load GetWindowDpiAwarenessContext until its needed

    Co-authored-by: Andrew Murray <[email protected]>
    nulano and radarhere authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a6c941a View commit details
    Browse the repository at this point in the history
  6. Lint fix

    radarhere committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    acba5c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Merge pull request #26 from nulano/imagegrab-dynamic-link

    Fix GetWindowDpiAwarenessContext NULL check
    radarhere authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c5e89ee View commit details
    Browse the repository at this point in the history