rupashka [Thu, 01 May 2008 14:47:50 +0400] rev 462
6688203: Memory leak and performance problems in the method getFileSystemView of FileSystemView
Summary: Removed from the "FileSystemView#getFileSystemView" method creation of a new listener and adding it to UIManager
Reviewed-by: peterz
mlapshin [Wed, 30 Apr 2008 08:23:31 -0700] rev 461
Merge
mlapshin [Wed, 30 Apr 2008 07:03:08 -0700] rev 460
Merge
mlapshin [Wed, 30 Apr 2008 13:19:26 +0400] rev 459
6690791: Even more ClassCasetException with TrayIcon
Summary: event.getComponent() is used unstead of (Component)event.getSource()
Reviewed-by: peterz
rupashka [Wed, 30 Apr 2008 13:01:01 +0400] rev 458
6642612: JFileChooser approve buttons should use Open and Save text (GTK)
Summary: In FileChooser under GTK LaF "Ok" and "Cancel" buttons were made with the same size
Reviewed-by: peterz
rupashka [Wed, 30 Apr 2008 12:32:05 +0400] rev 457
6524424: JSlider Clicking In Tracks Behavior Inconsistent For Different Tick Spacings
Summary: JSlider should use minimal tick space in SnapToTicks mode
Reviewed-by: peterz
rupashka [Tue, 29 Apr 2008 17:48:01 +0400] rev 456
6614972: JSlider value should not change on right-click
Summary: WindowsSliderUI won't use the right mouse button for change slider position
Reviewed-by: alexp
rupashka [Tue, 29 Apr 2008 15:47:17 +0400] rev 455
6693507: There are unnecessary compilation warnings in the com.sun.java.swing.plaf.motif package
Summary: Removed unnecessary castings and other warnings
Reviewed-by: peterz
Contributed-by: Florian Brunner <fbrunnerlist@gmx.ch>