anthony [Tue, 18 Mar 2008 14:10:28 +0300] rev 125
6607660: java.awt.Container.getMouseEventTargetImpl should be invoked while holding the TreeLock
Summary: The body of the method has been wrapped into the synchronized (getTreeLock()) { } block.
Reviewed-by: son, art
anthony [Tue, 18 Mar 2008 13:53:08 +0300] rev 124
6613927: Compilation of splashscreen png library failed on Ubuntu 7.04 (64bit)
Summary: The macro PNG_NO_MMX_CODE should be defined when compiling on 64bit Linux
Reviewed-by: yan, avu
anthony [Tue, 18 Mar 2008 12:04:20 +0300] rev 123
6608764: PropertyChangeListeners machinery should have a better locking scheme
Summary: Change to use a private final object java.awt.Component.changeSupportLock for locking purposes instead of using this
Reviewed-by: son, ant
dcherepanov [Fri, 14 Mar 2008 22:00:33 +0300] rev 122
6578583: Regression: Modality is broken in windows vista home premium from jdk1.7 b02 onwards.
Summary: WS_DISABLED style should be used to fix some modality bugs
Reviewed-by: art, son
dcherepanov [Fri, 14 Mar 2008 20:40:09 +0300] rev 121
6524352: support for high-resolution mouse wheel
Summary: added support for high-resolution mouse wheel
Reviewed-by: dav, son
dcherepanov [Fri, 14 Mar 2008 18:50:02 +0300] rev 120
6603010: Out-of-process Java Plug-In non-functional or barely functional on X11 platforms
Summary: AWT XEmbed shouldn't use _SUN_XEMBED_START message
Reviewed-by: art, son
dcherepanov [Fri, 14 Mar 2008 18:27:34 +0300] rev 119
6612497: api/java_awt/Container/index.html#isAncestorOf Container2019 hangs since JDK 7 b15
Summary: Partial rollback changes for 6567564 in the Component.getGC method
Reviewed-by: art, son