Pinch to zoom

2014-09-08 Thread Denis Fokin
Hi AWT team, I know a lot of people who miss “pinch to zoom” feature in Java. It is implemented for jdk 6 but the functionality does not work in jdk 7 and latter releases. Gesture related callbacks were mistakenly placed in NSWindowDelegate instead of NSWindow. Please take a look at this simp

Re: Pinch to zoom

2014-09-27 Thread Denis Fokin
lad to accept patches from you. However, I think you will need > to sign an OCA before we can do that: > > http://www.oracle.com/technetwork/community/oca-486395.html > > -- > best regards, > Anthony > >> On 9/8/2014 4:12 PM, Denis Fokin wrote: >> Hi AWT te

Re: [9] Review Request: 8057788 [macosx] "Pinch to zoom" does not work since jdk7

2014-12-08 Thread Denis Fokin
> Hi, Denis. > The fix looks fine. > Updated webrev for the current jdk layout: > http://cr.openjdk.java.net/~serb/denis/8057788/webrev.00 > > On 08.09.2014 16:12, Denis Fokin wrote: > > Hi AWT team, > > I know a lot of people who miss “pinch to zoom” feature in Java.

Fix some bug dependancy

2015-01-12 Thread Denis Fokin
Hi AWT team, I found some inconsistence in the jdk bug tracker. Could anyone close JDK-8054112 not because it is not an issue but because it is a duplicate of JDK-8054211. Additionally, it would be good to mention JDK-8042693 in JDK-8054211 because it contains another way to reproduce the issu

Re: Fix some bug dependancy

2015-01-12 Thread Denis Fokin
Thank you! > On 12 Jan 2015, at 15:53, Sergey Bylokhov wrote: > > Hi, Denis. > On 12.01.2015 15:37, Denis Fokin wrote: >> Hi AWT team, >> >> I found some inconsistence in the jdk bug tracker. >> >> Could anyone close JDK-8054112 not because

[9] Review request for 7000965: NPE in sun.awt.X11.XlibWrapper.XGetAtomName on paste

2015-02-06 Thread Denis Fokin
Hi AWT team, please review a fix http://cr.openjdk.java.net/~denis/7000965/webrev.00/ Issue: https://bugs.openjdk.java.net/browse/JDK-7000965 -- Thank you, Denis

Re: [9] Review request for 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus

2016-05-04 Thread Denis Fokin
Hi AWT team, thank you for the great effort in resolving the issue. I tried the fix (webrev.02) with the latest jdk8u-dev repository. I have found the next regressions: 1. Run a test case. JFrame + owned JDialog. Move the frame to the secondary monitor. Move the dialog to the main dialog. Click

Re: [9] Review request for 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus

2016-05-05 Thread Denis Fokin
itan Version 10.11.4 External Display: Apple Thunderbolt Display 27-inch (2560 x 1440) Intel HD Graphics 4000 1536 MB graphics Thank you, Denis. On Wed, May 4, 2016 at 4:26 PM, Denis Fokin wrote: > Hi AWT team, > > thank you for the great effort in resolving the issue. > > I tried

Re: [9] Review request for 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus

2016-05-11 Thread Denis Fokin
I cannot reproduce the problem with a build from Dmitry and with a clean build with a patch for jdk8u-dev from Dmitry. Thank you, Denis. On Thu, May 5, 2016 at 2:59 PM, Denis Fokin wrote: > Hi AWT team, > > I used the next test to reproduce the problem > > = Owned

Re: [11] JDK-8181910: [macos] Support dark title bars on macOS

2018-04-11 Thread Denis Fokin
Hi Sergey, can I just approve any modifications and usage of the patch? I am absolutely ok with pushing or improving the fix by Shashidhara. __ Thank you, Denis On Tue, Apr 3, 2018 at 10:50 PM Sergey Bylokhov wrote: > Yes, this fix can be contributed by someone from the JB. > > On 03/04/20

Re: [11] JDK-8181910: [macos] Support dark title bars on macOS

2018-04-13 Thread Denis Fokin
ges. > > Thanks and regards, > Shashi > > -Original Message- > From: Sergey Bylokhov > Sent: Thursday, April 12, 2018 3:36 AM > To: Denis Fokin > Cc: Hendrik Schreiber ; Shashidhara Veerabhadraiah < > shashidhara.veerabhadra...@oracle.com>; awt-dev@openjd

Re: [12] Review Request: 8211435 Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: null source

2018-10-26 Thread Denis Fokin
Hi Sergey, the fix conceals other scenarios. Now if another fix breaks the activeWindow field logic it can be unnoticed. Do not you think it is worth to distinguish the field update on per-AppContext basis instead? Thank you, Denis On Fri, Oct 26, 2018 at 3:33 AM Krishna Addepalli < krishna

Re: OpenJdk11-28-EA JDialog hanging

2018-10-26 Thread Denis Fokin
Hi guys, just out of curiosity, should not we store the SE lists per-AppContext? Thank you, Denis On Fri, Oct 26, 2018 at 1:35 AM Krishna Addepalli < krishna.addepa...@oracle.com> wrote: > Hi Sergey, > > I also agree with Laurent about root cause of hang provided by Martin. > However, we jus

Re: creating an ActionEvent with modifiers from an InputEvent

2018-10-29 Thread Denis Fokin
Hi Alan, according to the new JavaDoc "It is recommended that extended modifier keys and getModifiersEx() be used instead". Does this method suit your needs? Thank you, Denis On Sun, Oct 28, 2018 at 11:33 PM Alan Snyder wrote: > ActionEvent defines four modifier bits for SHIFT, CTRL, META,

Re: [12] Review Request: 8208702 javax/swing/reliability/HangDuringStaticInitialization.java may hang on macos

2018-10-29 Thread Denis Fokin
Is there a way to avoid the code duplication? Thank you, Denis. On Tue, 30 Oct 2018 at 03:57, Sergey Bylokhov wrote: > Any volunteers to review? =) > > On 06/08/2018 19:06, Sergey Bylokhov wrote: > > Hello. > > Please review the fix for jdk12. > > > > Bug: https://bugs.openjdk.java.net/browse/JD

Re: [12] Review Request: 8208702 javax/swing/reliability/HangDuringStaticInitialization.java may hang on macos

2018-10-31 Thread Denis Fokin
me point the code, where isInAquaSession() is > used in the launcher, will be removed. > > On 29/10/2018 23:02, Denis Fokin wrote: > > Is there a way to avoid the code duplication? > > > > Thank you, > > Denis. > > On Tue, 30 Oct 2018 at 03:57, Sergey Bylokhov &l

Re: [12] Review request for JDK-8208543: [macos] Support for apple.awt.documentModalSheet incomplete

2018-10-31 Thread Denis Fokin
Hi Manajit, Sergey, we use a swing dialog-based implementation in our product. I believe the current terms and behaviour could be improved. There are some collision in terms. To be a document-modal in AWT means to block "all windows from the same document except those from its child hierarchy". T

hg: jdk8/awt/jdk: 7149068: java/awt/Window/Grab/GrabTest.java failed

2012-07-27 Thread denis . fokin
Changeset: 80b1ecc79852 Author:denis Date: 2012-07-27 19:41 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/80b1ecc79852 7149068: java/awt/Window/Grab/GrabTest.java failed Reviewed-by: art, ant + test/java/awt/Window/Grab/GrabTest.java

hg: jdk8/awt/jdk: 7192887: java/awt/Window/Grab/GrabTest.java still failed (fix failed for CR 7149068)

2012-08-29 Thread denis . fokin
Changeset: 63d52eb20ce2 Author:denis Date: 2012-08-30 01:17 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/63d52eb20ce2 7192887: java/awt/Window/Grab/GrabTest.java still failed (fix failed for CR 7149068) Reviewed-by: ant, serb ! src/solaris/classes/sun/awt/X11/XWindowPeer

[7u10] 7192887 java/awt/Window/Grab/GrabTest.java still failed (fix failed for CR 7149068)

2012-09-04 Thread Denis Fokin
Please take a look at the next fix. This is a backport of 7192887 into jdk7u10. bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7192887 webrev: http://cr.openjdk.java.net/~denis/7192887/webrev/ Review http://mail.openjdk.java.net/pipermail/awt-dev/2012-August/003358.html Thank you,

Re: [8] Request for review: 7193214 Consider simplifying CPlatformWindow.setResizable()

2012-11-11 Thread Denis Fokin
The fix looks ok. A separate Cr seems a good idea to me. Thank you, Denis. 09.11.2012, в 16:23, Sergey Bylokhov написал(а): > I can file separate CR to ,move this logic to the java lvl, cache it if > needed and convert native methods to the simple setters? > > 09.11.2012 15:00, Denis S. F

hg: jdk8/awt/jdk: 7178079: REGRESSION: Some AWT Drag-n-Drop tests fail since JDK 7u6 b13

2013-02-27 Thread denis . fokin
Changeset: e58f0b163f43 Author:denis Date: 2013-02-27 19:38 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/e58f0b163f43 7178079: REGRESSION: Some AWT Drag-n-Drop tests fail since JDK 7u6 b13 Reviewed-by: serb, anthony ! src/macosx/classes/sun/lwawt/macosx/CDropTargetContext

hg: jdk8/awt/jdk: 8009158: Incomplete fix for 7178079

2013-02-27 Thread denis . fokin
Changeset: bc914b7f0878 Author:denis Date: 2013-02-27 20:34 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/bc914b7f0878 8009158: Incomplete fix for 7178079 Reviewed-by: serb, anthony ! src/share/classes/sun/awt/dnd/SunDropTargetContextPeer.java

hg: jdk8/awt/jdk: 7123476: DesktopOpenTests:When enter the file path and click the open button, it crash

2013-03-22 Thread denis . fokin
Changeset: a275acd8bcae Author:denis Date: 2013-03-22 19:56 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/a275acd8bcae 7123476: DesktopOpenTests:When enter the file path and click the open button,it crash Reviewed-by: art, anthony ! make/sun/xawt/FILES_c_unix.gmk ! makefi

hg: jdk8/awt/jdk: 7075105: WIN: Provide a way to format HTML on drop

2013-03-27 Thread denis . fokin
Changeset: 96750ebc769b Author:denis Date: 2013-03-27 16:19 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/96750ebc769b 7075105: WIN: Provide a way to format HTML on drop Reviewed-by: uta, serb ! src/macosx/classes/sun/lwawt/macosx/CDataTransferer.java ! src/share/classes/j

apple.laf.useScreenMenuBar does not work with shift modifier and functional keys

2013-07-03 Thread Denis Fokin
Hi AWT team, I recently field a bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8019265 I am not sure whether you had a chance to look into the issue, so I want to share some additional details here. It seems the problem is caused by [NSEvent charactersIgnoringModifiers] method. You c

Re: [8] Review request for 8019265: [macosx] apple.laf.useScreenMenuBar regression comparing with jdk6

2013-07-08 Thread Denis Fokin
Hi Leonid, thank you a lot for the fix. I have applied the patch to the latest jdk7u40 workspace and noticed that the behaviour is different for Apple and Oracle JDK. Apple JDK does not highlight the 'FirstMenu' menu in the menu bar, your fix does. I think this is not a big issue as far as nati

Re: [8] Review request for 8007219 [macosx] Frame size reverts meaning of maximized attribute if frame size close to display

2013-09-16 Thread Denis Fokin
The fix looks good! Thank you. On Sep 13, 2013, at 12:22 AM, Sergey Bylokhov wrote: > Hi, Alexander. > Looks like I found another issue in the fix. > PlatformWindow.initialize now uses target.getBounds(). But these bounds are > not verifyed against correct values(see LWWP.setBound()) > We sh

Re: hg: jdk7/awt/jdk: 6315717: Support for mouse with multiple scroll wheels and 4 or more buttons

2008-09-22 Thread Denis Fokin
Hi Mario, two buttons + wheel -- Denis Mario Torre wrote: On Fri, 2008-09-19 at 18:27 +0400, Andrei V. Dmitriev wrote: Thanks for catching that! We got it, keep track on CR 6750288. Guys outside, as usual, you are having a 24h timeout... the system is sneezing updating the web view. :( In

hg: jdk7/awt/jdk: 6590857: Drag & Drop arbitrary file copy

2009-04-13 Thread denis . fokin
Changeset: 8dd1c3eb1288 Author:denis Date: 2009-04-13 21:42 +0400 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/8dd1c3eb1288 6590857: Drag & Drop arbitrary file copy Reviewed-by: uta ! src/share/classes/sun/awt/datatransfer/DataTransferer.java

hg: jdk7/awt/jdk: 5098433: REG: DnD of File-List between JVM is broken for non ASCII file names - Win32

2009-11-24 Thread denis . fokin
Changeset: 84b4935285c8 Author:denis Date: 2009-11-24 18:46 +0300 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/84b4935285c8 5098433: REG: DnD of File-List between JVM is broken for non ASCII file names - Win32 Reviewed-by: uta, dav ! src/share/classes/sun/awt/datatransfer/Data

hg: jdk7/awt/jdk: 4899516: Transferable has no DataFlavors when dragging from Gnome window to Swing

2009-11-25 Thread denis . fokin
Changeset: b62c74b1772e Author:denis Date: 2009-11-25 21:27 +0300 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/b62c74b1772e 4899516: Transferable has no DataFlavors when dragging from Gnome window to Swing Reviewed-by: uta, dav Contributed-by: Damjan Jovanovic ! src/share/cla

Re: RFE: new function in Desktop class

2010-03-22 Thread Denis Fokin
Hi Paulo, do you have a reference implementation or some kind of prototype? Thank you, Denis. On 3/6/10 6:48 PM, Paulo Levi wrote: Hi. I'm using Desktop.open to open the default file explorer, by doing File.getParent() and opening that. However i'd like the file(s) that interest me to

Re: RFE: new function in Desktop class

2010-03-29 Thread Denis Fokin
x27;ve meanwhile thought of a good name. public void explore(File f)? What do you think? On Mon, Mar 22, 2010 at 7:42 AM, Denis Fokin mailto:denis.fo...@sun.com>> wrote: Hi Paulo, do you have a reference implementation or some kind of prototype?

Re: Fastest means to rebuild awt_Component.cpp

2010-06-28 Thread Denis Fokin
Hi Peter, if you have a full build of jdk workspace, just go into jdk/make/sun/awt, execute you script and rebuild only platform specific AWT code. Thank you, Denis. On 6/29/10 4:01 AM, Pete Brunet wrote: Looking for a confirmation of Kelly's advice... Kelly O'Hair wrote: Maybe you

Re: Fastest means to rebuild awt_Component.cpp

2010-06-29 Thread Denis Fokin
/WINDOWS/System32/Wbem; Thanks, Pete === Denis Fokin wrote: Hi Peter, if you have a full build of jdk workspace, just go into jdk/make/sun/awt, execute you script and rebuild only platform specific AWT code. Thank you, Denis. On 6/29/10 4:01 AM, Pete Brunet wrote: Looking for a confirmation

hg: jdk7/awt/jdk: 6945178: SecurityException upon drag-and-drop

2010-12-01 Thread denis . fokin
Changeset: 386b49abc195 Author:denis Date: 2010-12-01 17:25 +0300 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/386b49abc195 6945178: SecurityException upon drag-and-drop Summary: A flag added to distinguish drop action handling. Reviewed-by: uta, art ! src/share/classes/sun/awt

hg: jdk7/awt/jdk: 6340263: Regression testcase java/awt/dnd/DnDClipboardDeadlockTest throughs IOException: Owner timed out

2011-01-28 Thread denis . fokin
Changeset: 6fd2d28e66cd Author:denis Date: 2011-01-28 16:52 +0300 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/6fd2d28e66cd 6340263: Regression testcase java/awt/dnd/DnDClipboardDeadlockTest throughs IOException: Owner timed out Reviewed-by: anthony, art ! src/solaris/classes/

hg: jdk7/awt/jdk: 7030062: duplicate free

2011-04-12 Thread denis . fokin
Changeset: e3c14b1c846b Author:denis Date: 2011-04-12 19:06 +0400 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/e3c14b1c846b 7030062: duplicate free Reviewed-by: dcherepanov ! make/sun/jpeg/Makefile ! src/share/classes/java/awt/Toolkit.java ! src/solaris/native/sun/awt/awt_mgrse

hg: jdk7/awt/jdk: 7036540: A change for 7021001 and some makefile changes have been pushed as a part of 7030062

2011-04-14 Thread denis . fokin
Changeset: e00be783309b Author:denis Date: 2011-04-14 13:53 +0400 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/e00be783309b 7036540: A change for 7021001 and some makefile changes have been pushed as a part of 7030062 Reviewed-by: dcherepanov ! make/sun/jpeg/Makefile ! src/sha

hg: jdk7/awt/jdk: 7021001: Default implementation of Toolkit.loadSystemColors(int[]) and many others doesn't throw HE in hl env

2011-04-14 Thread denis . fokin
Changeset: 2e53dedb11b5 Author:denis Date: 2011-04-14 13:59 +0400 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/2e53dedb11b5 7021001: Default implementation of Toolkit.loadSystemColors(int[]) and many others doesn't throw HE in hl env Reviewed-by: dcherepanov ! src/share/classe

hg: jdk7/awt/jdk: 6888182: Readable and permitted to delete files could not be transferred through Clipboard and DnD

2011-04-26 Thread denis . fokin
Changeset: 673aa770a062 Author:denis Date: 2011-04-25 20:39 +0400 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/673aa770a062 6888182: Readable and permitted to delete files could not be transferred through Clipboard and DnD Reviewed-by: uta ! src/windows/native/sun/windows/awt_

hg: jdk7/awt/jdk: 7020922: java.awt.Toolkit.getPropertyChangeListeners() should mention that it returns proxies

2011-04-27 Thread denis . fokin
Changeset: 16f52939fa41 Author:denis Date: 2011-04-27 14:58 +0400 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/16f52939fa41 7020922: java.awt.Toolkit.getPropertyChangeListeners() should mention that it returns proxies Reviewed-by: malenkov ! src/share/classes/java/awt/Toolkit.

hg: jdk7/awt/jdk: 6998716: client vm crashes making browser fails to respond under some scenarios

2011-04-27 Thread denis . fokin
Changeset: 4c9ea1bf528a Author:denis Date: 2011-04-27 17:18 +0400 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/4c9ea1bf528a 6998716: client vm crashes making browser fails to respond under some scenarios Reviewed-by: art, denis, uta ! src/windows/native/sun/windows/ObjectList.c

hg: jdk7/awt/jdk: 7046325: Broken links in java.awt.Toolkit's javadoc

2011-05-28 Thread denis . fokin
Changeset: 000a845b1e38 Author:denis Date: 2011-05-28 12:56 +0400 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/000a845b1e38 7046325: Broken links in java.awt.Toolkit's javadoc Reviewed-by: dav, yan ! src/share/classes/java/awt/Toolkit.java

hg: jdk8/awt/jdk: 7072645: Toolkit.addPropertyChangeListener(name, pcl) throws NPE for null name

2011-08-23 Thread denis . fokin
Changeset: 7968d9677f9a Author:denis Date: 2011-08-23 17:56 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/7968d9677f9a 7072645: Toolkit.addPropertyChangeListener(name, pcl) throws NPE for null name Reviewed-by: art ! src/solaris/classes/sun/awt/X11/XToolkit.java ! src/wind

hg: jdk8/awt/jdk: 7081012: REGRESSION:Component.transferFocusBackward invokes clearGlobalFocusOwner()

2011-09-01 Thread denis . fokin
Changeset: 970ff8d5bbe7 Author:denis Date: 2011-09-01 17:29 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/970ff8d5bbe7 7081012: REGRESSION:Component.transferFocusBackward invokes clearGlobalFocusOwner() Reviewed-by: ant ! src/share/classes/java/awt/Component.java

hg: jdk8/awt/jdk: 7071248: IME composition window does not disappear when file dialog is closed : Japanese WinXP

2011-09-05 Thread denis . fokin
Changeset: 25564f7b29c4 Author:denis Date: 2011-09-05 18:54 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/25564f7b29c4 7071248: IME composition window does not disappear when file dialog is closed : Japanese WinXP Reviewed-by: naoto, art ! src/windows/native/sun/windows/a

hg: jdk8/awt/jdk: 7080289: AWTKeystroke class registers a subclass factory during deserialization

2011-09-26 Thread denis . fokin
Changeset: 7fd192952459 Author:denis Date: 2011-09-26 18:18 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/7fd192952459 7080289: AWTKeystroke class registers a subclass factory during deserialization Reviewed-by: serb ! src/share/classes/java/awt/AWTKeyStroke.java

hg: jdk8/awt/jdk: 7073337: Crash after playing Java game on Pogo

2011-09-27 Thread denis . fokin
Changeset: cfe25bac6951 Author:bagiras Date: 2011-09-27 13:38 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/cfe25bac6951 7073337: Crash after playing Java game on Pogo Reviewed-by: art, uta ! src/windows/classes/sun/awt/windows/WComponentPeer.java ! src/windows/native/sun/

hg: jdk8/awt/jdk: 7108598: Pogo Table Games freeze with JDK 7

2011-11-16 Thread denis . fokin
Changeset: 6a9d735ebd0a Author:bagiras Date: 2011-11-16 15:40 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/6a9d735ebd0a 7108598: Pogo Table Games freeze with JDK 7 Reviewed-by: art, ant ! src/share/classes/java/awt/Component.java ! src/share/classes/java/awt/Container.jav

hg: jdk8/awt/jdk: 7117334: Warnings cleanup day: reduce number of javac warnings in the java.awt package

2011-12-19 Thread denis . fokin
Changeset: 75bd7295c706 Author:bagiras Date: 2011-12-19 15:21 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/75bd7295c706 7117334: Warnings cleanup day: reduce number of javac warnings in the java.awt package Reviewed-by: art, denis, alexsch ! src/share/classes/java/awt/AW

hg: jdk8/awt/jdk: 7117011: Reduce number of warnings in sun/awt/windows and sun/awt/datatransfer

2011-12-19 Thread denis . fokin
Changeset: d15f38f08ce9 Author:denis Date: 2011-12-19 16:44 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/d15f38f08ce9 7117011: Reduce number of warnings in sun/awt/windows and sun/awt/datatransfer Reviewed-by: art ! src/share/classes/sun/awt/datatransfer/DataTransferer.ja

hg: jdk8/awt/jdk: 7110590: DnDMerlinQLTestsuite_DnDJTextArea test fails with an java.awt.dnd.InvalidDnDOperationException

2012-01-19 Thread denis . fokin
Changeset: 3e9d35e6ee4f Author:denis Date: 2012-01-17 19:09 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/3e9d35e6ee4f 7110590: DnDMerlinQLTestsuite_DnDJTextArea test fails with an java.awt.dnd.InvalidDnDOperationException Reviewed-by: art ! src/share/classes/java/awt/AWT

hg: jdk8/awt/jdk: 7121761: creation of java.awt.DataFlavour fails for turkish locale

2012-01-19 Thread denis . fokin
Changeset: 84b153cd9bd4 Author:denis Date: 2012-01-19 14:59 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/84b153cd9bd4 7121761: creation of java.awt.DataFlavour fails for turkish locale Reviewed-by: anthony ! src/share/classes/java/awt/datatransfer/MimeType.java

hg: jdk8/awt/jdk: 7130140: using horizontal scroll button on mouse causes a message to be printed on stdout

2012-01-23 Thread denis . fokin
Changeset: 19431d07bc19 Author:denis Date: 2012-01-23 17:26 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/19431d07bc19 7130140: using horizontal scroll button on mouse causes a message to be printed on stdout Reviewed-by: art ! src/share/classes/java/awt/event/MouseEvent.

hg: jdk8/awt/jdk: 7078460: JDialog is shown as separate icon on the taskbar

2012-01-30 Thread denis . fokin
Changeset: 5255fd5b0418 Author:denis Date: 2012-01-24 18:46 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/5255fd5b0418 7078460: JDialog is shown as separate icon on the taskbar Reviewed-by: anthony ! src/solaris/classes/sun/awt/X11/XWindowPeer.java

hg: jdk8/awt/jdk: 7132367: [macosx] ChoiceMouseWheelTest should be adapted for mac toolkit

2012-02-08 Thread denis . fokin
Changeset: d2e067142112 Author:bagiras Date: 2012-02-08 18:28 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/d2e067142112 7132367: [macosx] ChoiceMouseWheelTest should be adapted for mac toolkit Reviewed-by: art ! test/java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTe

hg: jdk8/awt/jdk: 7143070: test/java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java freezes on exit

2012-02-13 Thread denis . fokin
Changeset: 3f4701d08418 Author:bagiras Date: 2012-02-13 17:49 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/3f4701d08418 7143070: test/java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java freezes on exit Reviewed-by: anthony ! test/java/awt/print/PaintSetE

hg: jdk8/awt/jdk: 7145980: Dispose method of window.java takes long

2012-02-24 Thread denis . fokin
Changeset: 82e3c4a6bfd8 Author:bagiras Date: 2012-02-24 13:50 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/82e3c4a6bfd8 7145980: Dispose method of window.java takes long Reviewed-by: anthony ! src/share/classes/java/awt/Component.java ! src/share/classes/java/awt/Window.j

hg: jdk8/awt/jdk: 7112115: Component.getLocationOnScreen() work incorrectly if create window in point (0, 0) on oel

2012-06-01 Thread denis . fokin
Changeset: fd27852f3ea5 Author:denis Date: 2012-06-01 17:08 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/fd27852f3ea5 7112115: Component.getLocationOnScreen() work incorrectly if create window in point (0, 0) on oel Reviewed-by: serb, art + test/javax/swing/JSpinner/5012