Re: Aqua Icons support on HiDPI displays.

2013-10-18 Thread Mike Swingler
On Oct 18, 2013, at 4:49 AM, Alexander Scherbatiy wrote: > Hello, > > The GetIconRef method is used in the CImage.m now to get the system icons on > MacOSX. > > The NSImage + (id)imageNamed:(NSString *)name method can be used directly > instead. > > There are NSImageNameFolder, NSImageN

Re: InputEvent.CTRL_MASK ignores keyboard layout on OS X

2013-10-18 Thread Leonid Romanov
I see.. I'll check it myself, then: I have all the previous releases on my mac. Meanwhile, please, be sure to file a bug. On Oct 19, 2013, at 12:45 AM, Tim Howe wrote: > On 10/18/13 4:14 PM, "Leonid Romanov" wrote: > >> Do you mean it's a regression against older JDK 7 releases (that is, >>

Re: InputEvent.CTRL_MASK ignores keyboard layout on OS X

2013-10-18 Thread Tim Howe
On 10/18/13 4:14 PM, "Leonid Romanov" wrote: >Do you mean it's a regression against older JDK 7 releases (that is, >there is an older JDK 7 release which doesn't have that problem) or it's >a regression against JDK 6, meaning that all JDK 7 releases on OS X have >that problem? As far as I know i

Re: InputEvent.CTRL_MASK ignores keyboard layout on OS X

2013-10-18 Thread Leonid Romanov
Hello, Do you mean it's a regression against older JDK 7 releases (that is, there is an older JDK 7 release which doesn't have that problem) or it's a regression against JDK 6, meaning that all JDK 7 releases on OS X have that problem? On Oct 18, 2013, at 10:35 PM, Tim Howe wrote: > Unfortunat

InputEvent.CTRL_MASK ignores keyboard layout on OS X

2013-10-18 Thread Tim Howe
Unfortunately there seems to be a regression in key event handling in Java 1.7+ on OS X. Mapping actions to control-chorded keystrokes uses what's printed on the physical key regardless of the selected keyboard layout. Therefore when using any other keyboard layout the specified control keys don'

Re: FullScreen (Exclusive) Swing Components Fail to Receive Keyboard Input on Java 7 on Mac OS X (Mountain) Lion

2013-10-18 Thread Tim Howe
Has there been any movement on this? We rely on full-screen exclusive mode for our application and this is blocking us from upgrading past Java 1.6. I've just checked and the problem still persists in 1.8.0-ea-b111. Unfortunately the workaround described here doesn't fully solve the problem. Sp

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-18 Thread Anthony Petrov
On 10/18/2013 05:26 PM, Paul Taylor wrote: On 18/10/2013 14:02, Anthony Petrov wrote: Hi Paul, I've just filed this issue for you: https://bugs.openjdk.java.net/browse/JDK-8026869 It is currently targeted for JDK 9. After it's fixed in the mainline, we can consider porting the fix to 8- and 7

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-18 Thread Paul Taylor
On 18/10/2013 14:02, Anthony Petrov wrote: Hi Paul, I've just filed this issue for you: https://bugs.openjdk.java.net/browse/JDK-8026869 It is currently targeted for JDK 9. After it's fixed in the mainline, we can consider porting the fix to 8- and 7-update releases. Hi, thanks alot -I assume

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-18 Thread Anthony Petrov
Hi Paul, I've just filed this issue for you: https://bugs.openjdk.java.net/browse/JDK-8026869 It is currently targeted for JDK 9. After it's fixed in the mainline, we can consider porting the fix to 8- and 7-update releases. -- best regards, Anthony On 10/18/2013 01:51 PM, Paul Taylor wrote

Aqua Icons support on HiDPI displays.

2013-10-18 Thread Alexander Scherbatiy
Hello, The GetIconRef method is used in the CImage.m now to get the system icons on MacOSX. The NSImage + (id)imageNamed:(NSString *)name method can be used directly instead. There are NSImageNameFolder, NSImageNameFolderBurnable, and NSImageNameFolderSmart constants but I can't f

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-18 Thread Paul Taylor
On 17/10/2013 22:34, Sergey Bylokhov wrote: On 18.10.2013 0:31, Paul Taylor wrote: Oh drat, shame as the similar "apple.awt.fileDialogForDirectories" was added, having said that when I use this in another project it was with an early access release of 1.7.0_40 , now with the final release alth