dav [Fri, 22 May 2009 16:09:45 +0400] rev 2810
6799099: All automatic regression tests that create Robot fail on X11
Reviewed-by: art, ant
ant [Thu, 21 May 2009 15:04:23 +0400] rev 2809
6833019: KeyboardFocusManager.getCurrentKeyboardFocusManager() throws unspecified HeadlessException
Reviewed-by: art
art [Thu, 21 May 2009 12:29:25 +0400] rev 2808
6794764: Translucent windows are completely repainted on every paint event, on Windows
6719382: Printing of AWT components on windows is not working
6726866: Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel
6683775: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
Reviewed-by: anthony, tdv, alexp
anthony [Tue, 19 May 2009 17:03:13 +0400] rev 2807
6839999: Cumulative fix for 6762511 and 6838003
Summary: Adds support for ARGB and ABGR X11 surfaces.
Reviewed-by: art, yan
anthony [Tue, 19 May 2009 14:43:49 +0400] rev 2806
6833444: _BOOTDIR1/_BOOTDIR2 on MS Windows should be consistent with other platforms
Summary: Added optional _BOOTDIR3 that provides the J: path for the BOOTDIR on Windows
Reviewed-by: ohair, xdono
anthony [Tue, 19 May 2009 14:14:31 +0400] rev 2805
6812298: Dynamic GraphicsConfig changes don't work on X11 platforms
Summary: The peer gets recreated if the visual of the new GC differs from the previous one
Reviewed-by: art, dcherepanov