Re: Define JNIEXPORT as visibility default with GCC?

2013-04-15 Thread Martin Buchholz
Lana was kind enough to jprt this change for me. Now submitted to tl.

Modal dialogs for fullscreen window

2013-04-15 Thread Vladimir Kravets
Hi guys, I'm using in my application fullscreen mode. Since 1.6 java have a lot of issue with it I using X11 native binding for it. Use JNA 3.4. To going to fullscreen I send XSendEvent as _NET_WM_STATE with _NET_WM_STATE_FULLSCREEN You can look at test application on the github: https://github.c

hg: jdk8/awt/jdk: 7147075: JTextField doesn't get focus or loses focus forever

2013-04-15 Thread anton . tarasov
Changeset: dcdf8cd4b09e Author:ant Date: 2013-04-15 13:02 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/dcdf8cd4b09e 7147075: JTextField doesn't get focus or loses focus forever Reviewed-by: anthony ! src/solaris/classes/sun/awt/X11/XDecoratedPeer.java