dcherepanov [Wed, 11 Nov 2009 17:46:58 +0300] rev 4264
6852111: Unhandled 'spurious wakeup' in java.awt.EventQueue.invokeAndWait()
Summary: Introduced InvocationEvent.isDispatched method
Reviewed-by: art, anthony
anthony [Fri, 23 Oct 2009 14:52:55 +0400] rev 4263
6887249: Get rid of double-check for isValid() idiom in validate() methods
Reviewed-by: art, dcherepanov
dcherepanov [Thu, 22 Oct 2009 13:27:28 +0400] rev 4262
6707273: TrayIcon does not support 8-bit alpha channel in Windows XP
Reviewed-by: uta, ant
anthony [Wed, 21 Oct 2009 17:06:41 +0400] rev 4261
6852592: invalidate() must be smarter
Summary: Introduce validate roots in AWT
Reviewed-by: alexp, art, dcherepanov
anthony [Mon, 19 Oct 2009 16:06:41 +0400] rev 4260
6891483: XToolkit.getEnv() checks for NULL on a wrong symbol
Reviewed-by: dcherepanov
lana [Thu, 15 Oct 2009 16:37:55 -0700] rev 4259
Merge
anthony [Wed, 14 Oct 2009 19:23:15 +0400] rev 4258
6884960: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails
Summary: Support painting heavyweight components in transparent windows.
Reviewed-by: art, alexp
anthony [Wed, 14 Oct 2009 16:32:38 +0400] rev 4257
6885735: closed/java/awt/Component/DisablingLWDisabledHW/DisablingLWDisabledHW.html fails
Summary: Use isRecursivelyVisibleUpToHeavyweightContainer() instead of isRecursivelyVisible() to determine if the peer needs to be hidden.
Reviewed-by: art, dcherepanov
anthony [Wed, 14 Oct 2009 16:19:46 +0400] rev 4256
6711717: PIT: Security Icon is hidden for FullScreen apps, WinXP
Summary: Force hiding the security warning in FS exclusive mode.
Reviewed-by: art, tdv
anthony [Wed, 14 Oct 2009 15:46:13 +0400] rev 4255
6684916: jframe.setMaximizedBounds() has no effect in linux
Summary: Specification should indicate that the feature may be unsupported on some platforms.
Reviewed-by: art, dcherepanov