anthony [Mon, 07 Jul 2008 17:24:21 +0400] rev 1183
6682046: Mixing code does not always recalculate shapes correctly when resizing components
Summary: The valid property is now encapsulated in Component.
Reviewed-by: art
dav [Mon, 07 Jul 2008 16:32:38 +0400] rev 1182
Merge
dav [Mon, 07 Jul 2008 16:09:39 +0400] rev 1181
6693974: Unify EventQueue$EventQueueItem and SunToolkit.$EventQueueItem classes
Reviewed-by: volk, art
dcherepanov [Mon, 07 Jul 2008 15:36:01 +0400] rev 1180
6582346: javaw launcher does not display MessageBox after change to the resource files
Summary: call InitCommonControlsEx to perform UI initialization
Reviewed-by: art
dcherepanov [Thu, 26 Jun 2008 14:23:25 +0400] rev 1179
6581899: JTextField & JTextArea - Poor performance with JRE 1.5.0_08
Summary: acquire the first|last components only when the key is a traversal key
Reviewed-by: ant
anthony [Mon, 23 Jun 2008 16:03:25 +0400] rev 1178
6704896: FD_SET usage can cause stack corruption (sol)
Summary: Using poll() instead of select()
Reviewed-by: yan, denis
ant [Mon, 23 Jun 2008 14:42:53 +0400] rev 1177
6682536: java\awt\FullScreen\NonfocusableFrameFullScreenTest\NonfocusableFrameFullScreenTest.java fails
Summary: always-on-top property should be restored on exiting full-screen.
Reviewed-by: tdv
dav [Thu, 19 Jun 2008 16:09:22 +0400] rev 1176
6694792: Syntax error in java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter_2.java
Reviewed-by: yan