Re: [OpenJDK 2D-Dev] [8] Review request for 8011059 [macosx] Make JDK demos look perfect on retina displays

2013-11-19 Thread Jim Graham
Based on the information below, I have the following suggestions... We should probably allow asynchronous loading of the scaled resolution variants. This is a minor variation of what the ImageObserver was originally designed for, but technically might violate some developer's expectations if

Re: [OpenJDK 2D-Dev] [8] Review request for 8011059 [macosx] Make JDK demos look perfect on retina displays

2013-11-19 Thread Jim Graham
I did some more reading about the various ways in which the ImageObserver is used and noticed the following points, some of which may be to our advantage. Many of the drawImage() calls mention that they will notify the observer as the image is "scaled or converted for the output device". I bel

Re: [OpenJDK 2D-Dev] [8] Review request for 8011059 [macosx] Make JDK demos look perfect on retina displays

2013-11-19 Thread Jim Graham
Hi Alexander: SunHints: The text for the descriptions on the hints is still not updated to the text I asked for in a previous message. Since there were multiple messages on that I thought I would paste the particular comment I was referring to: - Descriptions for "on" and "off" should be so

hg: jdk8/awt/jdk: 8027913: drop target notifications are sent out of order during DnD

2013-11-19 Thread sergey . bylokhov
Changeset: 0e1e52166f70 Author:serb Date: 2013-11-19 18:16 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/0e1e52166f70 8027913: drop target notifications are sent out of order during DnD Reviewed-by: anthony, art ! src/share/classes/java/awt/Container.java + test/java/awt/d

Re: [8] Review request for 8011059 [macosx] Make JDK demos look perfect on retina displays

2013-11-19 Thread Alexander Scherbatiy
Could you review the updated fix: http://cr.openjdk.java.net/~alexsch/8011059/webrev.08/ - Some related to the ToolkitImage staff is moved from SunToolkit to ToolkitImageUtil - MultiResolutionToolkitImage is moved from the LWCToolkit to sun.awt.image package - Preloading

Re: [8] Review request for 8028271: Wrong alt processing during switching between windows.

2013-11-19 Thread mikhail cherkasov
Hi Sergey, Please review a new version: http://cr.openjdk.java.net/~mcherkas/8028271/webrev.01/ Thanks, Mikhail. On 18.11.2013 15:41, Sergey Bylokhov wrote: Hi, Mikhail. This test gets an access to the swing components incorrectly o