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

8220484: JFXPanel renders a slanted image with a hidpi monitor scale of 125% or 175% #246

Closed
wants to merge 7 commits into from

Commits on Jun 3, 2020

  1. 8220484: calculate buffer size of JFXPanel#createResizePixelBuffer as…

    … EmbeddedScene#getPixels does
    
    In edge cases where monitor scaling of 1.25 or 1.75 is active, Math.ceil and Math.round produce different results and EmbeddedScene#getPixels in JFXPanel#paintComponent causes an off-by-one error on the line width and therefore sheared rendering.
    Schmidor committed Jun 3, 2020
    Copy the full SHA
    5eda49b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Copy the full SHA
    994ca03 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Copy the full SHA
    593fe75 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    882f95c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. move swt test

    Schmidor committed Jul 7, 2020
    Copy the full SHA
    6b0d58a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Typo

    Schmidor committed Jul 20, 2020
    Copy the full SHA
    6801b75 View commit details
    Browse the repository at this point in the history
  2. run test only on windows

    Schmidor committed Jul 20, 2020
    Copy the full SHA
    ea1ff37 View commit details
    Browse the repository at this point in the history