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

Improved wl-paste mimetype handling in ImageGrab #7094

Merged
merged 13 commits into from May 24, 2023

Commits on Apr 15, 2023

  1. Fix ImageGrab with wl-paste

    rrcgat committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    099d696 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Update src/PIL/ImageGrab.py

    Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
    rrcgat and radarhere committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    6d12581 View commit details
    Browse the repository at this point in the history
  2. Remove useless try catch block

    rrcgat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    3d54b8e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    8871b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2e662 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

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

Commits on Apr 21, 2023

  1. Merge pull request #1 from radarhere/init

    Call init() if mimetype is not found with preinit()
    rrcgat committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    5a0c431 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on May 23, 2023

  1. Use image/png mime type for ImageGrab (wl-paste) if possible, otherwi…

    …se the first mime type taken
    rrcgat committed May 23, 2023
    Configuration menu
    Copy the full SHA
    fffcb55 View commit details
    Browse the repository at this point in the history
  2. Moved function code inline

    radarhere committed May 23, 2023
    Configuration menu
    Copy the full SHA
    bce0f0d View commit details
    Browse the repository at this point in the history
  3. Use tuple instead of list

    radarhere committed May 23, 2023
    Configuration menu
    Copy the full SHA
    26d5f4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dffa86 View commit details
    Browse the repository at this point in the history