Tue, 18 Mar 2008 12:04:20 +0300 6608764: PropertyChangeListeners machinery should have a better locking scheme
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
Fri, 14 Mar 2008 22:00:33 +0300 6578583: Regression: Modality is broken in windows vista home premium from jdk1.7 b02 onwards.
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
Fri, 14 Mar 2008 20:40:09 +0300 6524352: support for high-resolution mouse wheel
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
Fri, 14 Mar 2008 18:50:02 +0300 6603010: Out-of-process Java Plug-In non-functional or barely functional on X11 platforms
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
Fri, 14 Mar 2008 18:27:34 +0300 6612497: api/java_awt/Container/index.html#isAncestorOf Container2019 hangs since JDK 7 b15
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
Fri, 14 Mar 2008 17:23:25 +0300 6522731: Location of the frame changes,when the frame is resized & non-resized.
dcherepanov [Fri, 14 Mar 2008 17:23:25 +0300] rev 118
6522731: Location of the frame changes,when the frame is resized & non-resized. Summary: XMoveWindow() should use shell's location Reviewed-by: son
Thu, 13 Mar 2008 17:14:44 +0300 6538066: XSelection should be more passive
son [Thu, 13 Mar 2008 17:14:44 +0300] rev 117
6538066: XSelection should be more passive Summary: Now only XClipboard know about XSelection, and XSelection knows nothing about XClipboard. Reviewed-by: uta, denis
Thu, 13 Mar 2008 17:08:15 +0300 6645856: static field XWindowPeer.defaultFont hides XWindow.defaultFont
son [Thu, 13 Mar 2008 17:08:15 +0300] rev 116
6645856: static field XWindowPeer.defaultFont hides XWindow.defaultFont Summary: unnedded code has been removed. Added getter for XWindow.defaultFont to initialize it lazily. Reviewed-by: dav
Thu, 13 Mar 2008 17:04:54 +0300 6645885: small refactoring for XContentWindow
son [Thu, 13 Mar 2008 17:04:54 +0300] rev 115
6645885: small refactoring for XContentWindow Summary: move createContent() method from XDecoratedPeer to XContentWindow, so only XContentWindow keep information about the way we position it. Reviewed-by: anthony
Thu, 13 Mar 2008 16:56:54 +0300 6636368: XAtom contains unused code
son [Thu, 13 Mar 2008 16:56:54 +0300] rev 114
6636368: XAtom contains unused code Summary: unused code has been removed Reviewed-by: dcherepanov
Thu, 13 Mar 2008 16:54:51 +0300 6636370: minor corrections and simplification of code in AppContext
son [Thu, 13 Mar 2008 16:54:51 +0300] rev 113
6636370: minor corrections and simplification of code in AppContext Summary: mainAppContext, isDisposed, and numAppContexts has beem made volatile. mostRecentThreadAppContext has been rewritten using ThreadLocal. Reviewed-by: art
Thu, 13 Mar 2008 16:51:04 +0300 6636331: ConcurrentModificationException in AppContext code
son [Thu, 13 Mar 2008 16:51:04 +0300] rev 112
6636331: ConcurrentModificationException in AppContext code Summary: Added synchronization to AppContext.getAppContexts() Reviewed-by: art
Thu, 13 Mar 2008 16:47:40 +0300 6636369: sun.awt.datatransfer.DataTransferer contains double-check idiom
son [Thu, 13 Mar 2008 16:47:40 +0300] rev 111
6636369: sun.awt.datatransfer.DataTransferer contains double-check idiom Summary: double-check has been removed Reviewed-by: dav
Thu, 13 Mar 2008 16:42:52 +0300 6607163: Linux: Cannot copy image from Java to OpenOffice
son [Thu, 13 Mar 2008 16:42:52 +0300] rev 110
6607163: Linux: Cannot copy image from Java to OpenOffice Summary: TARGETS should have type ATOM Reviewed-by: denis
Thu, 13 Mar 2008 16:32:15 +0300 6603256: Startup: Defer initialization of DropTarget's flavorMap
son [Thu, 13 Mar 2008 16:32:15 +0300] rev 109
6603256: Startup: Defer initialization of DropTarget's flavorMap Summary: SystemFlavorMap is lazily initialized now. Reviewed-by: uta
Thu, 13 Mar 2008 16:27:20 +0300 6592751: EmbeddedFrame disposal is fragile and breaks clean AppContext termination
son [Thu, 13 Mar 2008 16:27:20 +0300] rev 108
6592751: EmbeddedFrame disposal is fragile and breaks clean AppContext termination Summary: AppContext.dispose() should be ready to get exceptions during disposal of toplevels. Also now we mark windows peers as destroyed when native object has been destroyed. Reviewed-by: art
(0) -100 -16 +16 +100 +300 +1000 +3000 +10000 +30000 tip