Re: 4808793: Allow initiation of drags without local data

2009-12-07 Thread Denis S. Fokin
Hi Damjan, just to make things easer. From the CR description I see that the submitter requests a couple of things. - to create a Transferable on the fly (it is possible right now) - to publish a Transferable as a native stream (it seems as a pretty independent task) - to add a callback funct

Re: 4808793: Allow initiation of drags without local data

2009-12-07 Thread Damjan Jovanovic
On Mon, Dec 7, 2009 at 6:16 PM, Denis S. Fokin wrote: > Hi Damjan, Hello again Denis :-) > just to make things easer. > From the CR description I see that the submitter requests a couple of > things. > > - to create a Transferable on the fly (it is possible right now) > - to publish a Transferab

hg: jdk7/awt/jdk: 6903890: SWT_AWT focus issues when a dialog is shown/disposed, on X11

2009-12-07 Thread anton . tarasov
Changeset: 384659657472 Author:ant Date: 2009-12-07 16:38 +0300 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/384659657472 6903890: SWT_AWT focus issues when a dialog is shown/disposed, on X11 Reviewed-by: art, dcherepanov ! src/solaris/classes/sun/awt/X11/XEmbedClientHelper.jav

hg: jdk7/awt/jdk: 2 new changesets

2009-12-07 Thread dmitry . cherepanov
Changeset: e4c0c37f6ad5 Author:dcherepanov Date: 2009-12-07 13:43 +0300 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/e4c0c37f6ad5 6823138: Need to replace ComponentAccessor with AWTAccessor Reviewed-by: art, anthony ! src/share/classes/java/awt/Component.java ! src/share/classe

hg: jdk7/awt/jdk: 5099725: AWT doesn't seem to handle MappingNotify events under X11.; ...

2009-12-07 Thread yuri . nesterenko
Changeset: 4ff2fe6c2738 Author:yan Date: 2009-12-07 13:32 +0300 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/4ff2fe6c2738 5099725: AWT doesn't seem to handle MappingNotify events under X11. 5036807: Pressing action keys "STOP/AGAIN/COMPOSE" generates keycode of F11/F12 keys. 47