Thu, 20 Mar 2008 11:09:16 +0300 4993545: NativeInLightFixer adds asynchronousity
anthony [Thu, 20 Mar 2008 11:09:16 +0300] rev 130
4993545: NativeInLightFixer adds asynchronousity Summary: All the hooks related to the NativeInLightFixer have been moved to the HW/LW mixing handling methods. The NativeInLightFixer itself has been removed. Reviewed-by: son, alexp
Tue, 18 Mar 2008 16:19:03 +0300 6589527: Window and Frame instances can hide their "Applet Warning"
anthony [Tue, 18 Mar 2008 16:19:03 +0300] rev 129
6589527: Window and Frame instances can hide their "Applet Warning" Summary: Additional constraints have been added for the setBounds() operation. Reviewed-by: son, art
Tue, 18 Mar 2008 15:07:42 +0300 6581927: REG : Non focusable frame can be minimized to very small & Frame icon can be seen on frame buttons.
anthony [Tue, 18 Mar 2008 15:07:42 +0300] rev 128
6581927: REG : Non focusable frame can be minimized to very small & Frame icon can be seen on frame buttons. Summary: The SWP_NOSENDCHANGING flag should not be passed to the ::SetWindowPos() WinAPI function when we receive the WM_MOUSEMOVE message while manually handling the resizing of non-focusable frames. Reviewed-by: son, ant
Tue, 18 Mar 2008 14:36:14 +0300 6304277: PIT: Adding a TrayIcon closes a SplashScreen on Solaris but not on Win32
anthony [Tue, 18 Mar 2008 14:36:14 +0300] rev 127
6304277: PIT: Adding a TrayIcon closes a SplashScreen on Solaris but not on Win32 Summary: The Window.closeSplashScreen() method now verified the boolean flag isTrayIconWindow, and returns if it is true. Reviewed-by: son, dcherepanov
Tue, 18 Mar 2008 14:20:28 +0300 6637796: setBounds doesn't enlarge Component
anthony [Tue, 18 Mar 2008 14:20:28 +0300] rev 126
6637796: setBounds doesn't enlarge Component Summary: Added the areBoundsValid() method that verifies whether the current bounds of the component are valid. Using the isValid() method for this purpose previously was incorrect. Reviewed-by: son, art
Tue, 18 Mar 2008 14:10:28 +0300 6607660: java.awt.Container.getMouseEventTargetImpl should be invoked while holding the TreeLock
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
Tue, 18 Mar 2008 13:53:08 +0300 6613927: Compilation of splashscreen png library failed on Ubuntu 7.04 (64bit)
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
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
(0) -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip