CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke <rabbit78> 06/06/10 07:49:13
Modified files: javax/swing/plaf/metal: MetalButtonUI.java . : ChangeLog Log message: 2006-06-10 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/metal/MetalButtonUI.java (update): Fixed to paint the gradient under the correct conditions. (updateWidthGradient): Removed. (isToolbarButton): New helper method. (isDrawingGradient): New helper method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalButtonUI.java?cvsroot=classpath&r1=1.18&r2=1.19 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7751&r2=1.7752 Patches: Index: ChangeLog =================================================================== RCS file: /cvsroot/classpath/classpath/ChangeLog,v retrieving revision 1.7751 retrieving revision 1.7752 diff -u -b -r1.7751 -r1.7752 --- ChangeLog 9 Jun 2006 23:34:34 -0000 1.7751 +++ ChangeLog 10 Jun 2006 07:49:12 -0000 1.7752 @@ -1,3 +1,17 @@ +2006-06-10 Roman Kennke <[EMAIL PROTECTED]> + + * javax/swing/plaf/metal/MetalButtonUI.java + (update): Fixed to paint the gradient under the correct conditions. + (updateWidthGradient): Removed. + (isToolbarButton): New helper method. + (isDrawingGradient): New helper method. + +2006-06-09 Roman Kennke <[EMAIL PROTECTED]> + + * gnu/java/awt/peer/gtk/VolatileImageGraphics.java + (VolatileImageGraphics): Call setup() here to initialize native + context. + 2006-06-09 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JTabbedPane.java