Re: Review Request JDK-8159168 [hidpi] Window.setShape() works incorrectly on HiDPI

2016-07-04 Thread Rajeev Chamyal
Hello Alexandr, Thanks for the review. As per windows specification X & Y scale are always equal that's why I have put scaleX == scaleY check. But it may change in future so I have removed this check. http://cr.openjdk.java.net/~rchamyal/8159168/webrev.01/ Regards, Rajeev Chamyal

Re: Review Request JDK-8159168 [hidpi] Window.setShape() works incorrectly on HiDPI

2016-07-04 Thread Alexandr Scherbatiy
On 7/4/2016 3:09 PM, Rajeev Chamyal wrote: Hello All, Please review the following webrev. Bug: https://bugs.openjdk.java.net/browse/JDK-8159168 Webrev: http://cr.openjdk.java.net/~rchamyal/8159168/webrev.00/ Issue: In HiDPI

Review Request JDK-8159168 [hidpi] Window.setShape() works incorrectly on HiDPI

2016-07-04 Thread Rajeev Chamyal
Hello All, Please review the following webrev. Bug: https://bugs.openjdk.java.net/browse/JDK-8159168 Webrev: http://cr.openjdk.java.net/~rchamyal/8159168/webrev.00/ Issue: In HiDPI screen shape set through window::setShape API is not scaled based on system scale. Fix:. Updated the

Re: RfR JDK-8145207 [macosx] JList, VO can't access non-visible list items

2016-07-04 Thread Alexandr Scherbatiy
On 6/18/2016 5:31 AM, Pete Brunet wrote: Please review the following patch. Bug: https://bugs.openjdk.java.net/browse/JDK-8145207 Patch: http://cr.openjdk.java.net/~ptbrunet/JDK-8145207/webrev.00/ This fixes the following functionality that was not working with the JList of ListDemo of