Re: AWT Dev [8] Review request for 7156194 [macosx] Can't type non-ASCII characters into applets

2012-04-10 Thread Dmitry Cherepanov
Hi Anthony, Anthony Petrov wrote: Hi Dmitry, On 4/5/2012 11:47 AM, Dmitry Cherepanov wrote: src/macosx/classes/sun/lwawt/macosx/CPlatformResponder.java 188 while (index length) { 189 c = text.charAt(index); 190

Re: AWT Dev [8] Review request for 7156194 [macosx] Can't type non-ASCII characters into applets

2012-04-10 Thread Anthony Petrov
On 4/10/2012 2:18 PM, Dmitry Cherepanov wrote: On 4/5/2012 11:47 AM, Dmitry Cherepanov wrote: src/macosx/classes/sun/lwawt/macosx/CPlatformResponder.java 188 while (index length) { 189 c = text.charAt(index); 190

Re: AWT Dev Add mutter as a window manager.

2012-04-10 Thread Omair Majid
Hi Anthony, On 04/09/2012 09:22 AM, Anthony Petrov wrote: Mutter is the direct descendant of Metacity, so there's nothing wrong with it inheriting some inconvenient behavior of its parent. Given that Mutter is the standard WM for Gnome 3.0. I'm fine with the fix. A comment regarding the

AWT Dev hg: jdk8/awt/jdk: 7158712: Synth Property ComboBox.popupInsets is ignored

2012-04-10 Thread pavel . porvatov
Changeset: 8fe9b93e2474 Author:rupashka Date: 2012-04-10 19:09 +0300 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/8fe9b93e2474 7158712: Synth Property ComboBox.popupInsets is ignored Reviewed-by: alexp ! src/share/classes/javax/swing/plaf/synth/SynthComboPopup.java +

AWT Dev hg: jdk8/awt/jdk: 7097771: setEnabled does not work for components in disabled containers.

2012-04-10 Thread sergey . bylokhov
Changeset: 33c604bf074f Author:serb Date: 2012-04-10 22:09 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/33c604bf074f 7097771: setEnabled does not work for components in disabled containers. Reviewed-by: art, anthony ! src/solaris/classes/sun/awt/X11/XComponentPeer.java +

Re: AWT Dev Add mutter as a window manager.

2012-04-10 Thread Omair Majid
Hi Artem, On 04/09/2012 07:10 AM, Artem Ananiev wrote: I really hope we can drop most of the ancient WMs listed in the XWM class (MOTIF, OPENLOOK, CDE, SAWFISH, etc) in JDK8. We know AWT/Swing works fine on the modern WMs that conform to ICCCM and NET standards, and I don't see any reasons to