Integrated: 8257414: Drag n Drop target area is wrong on high DPI systems

2021-03-01 Thread Olga Mikhaltsova
On Tue, 29 Dec 2020 20:56:06 GMT, Olga Mikhaltsova wrote: > Please, review this small fix for drag-n-drop on Linux with HiDPI turned on! > > This bug is due to the following reason: while scaling Java recalculates > resolution (W x H) according to sun.java2d.uiScale (W/SCALE x H/SCALE) and >

Re: RFR: 8260931: Implement JEP 382: New macOS Rendering Pipeline [v10]

2021-03-01 Thread Ajit Ghaisas
> **Description :** > This is the implementation of [JEP 382 : New macOS Rendering > Pipeline](https://bugs.openjdk.java.net/browse/JDK-8238361) > It implements a Java 2D internal rendering pipeline for macOS using the Apple > Metal API. > The entire work on this was done under [OpenJDK Project

Re: RFR: 8257414: Drag n Drop target area is wrong on high DPI systems [v3]

2021-03-01 Thread Olga Mikhaltsova
On Sat, 27 Feb 2021 01:18:58 GMT, Sergey Bylokhov wrote: >> Olga Mikhaltsova has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8257414: Drag n Drop target area is wrong on high DPI systems > > Marked as reviewed by serb (Reviewer).