[cp-patches] FYI:JTable fix

2006-05-24 Thread Audrius Meskauskas
With custom editors, some keys may select another cell during the editing session. The editing session should be ended in this case. 2006-05-24 Audrius Meskauskas <[EMAIL PROTECTED]> * javax/swing/JTable.java (valueChanged): If is editing, stop editing. Index: JTable.java ==

[cp-patches] FYI: BasicComboBoxUI.java reformatted and stub methods marked

2006-05-24 Thread David Gilbert
This patch (committed) reformats the source and marks a few stub methods for JAPI: 2006-05-24 David Gilbert <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicComboBoxUI.java: Marked stub methods and fixed source code formatting. Regards, Dave Index: javax/swing/plaf/basic/Ba

[cp-patches] FYI: DragGestureRecognizer

2006-05-24 Thread Sven de Marothy
I implemented these two missing methods. 2006-05-24 Sven de Marothy <[EMAIL PROTECTED]> * java/awt/dnd/DragGestureRecognizer.java (resetRecognizer): Implement. (fireDragGestureRecognized): Implement. Index: java/awt/dnd/DragGestureRecognizer.java ==

[cp-patches] Patch: appletviewer fixlet

2006-05-24 Thread Lillian Angel
Tom found a bug when trying to load an applet without the last '\' in the address. appletviewer http://www.ditchnet.org/applets/scribble/ would work but appletviewer http://www.ditchnet.org/applets/scribble would not. This is fixed. 2006-05-24 Lillian Angel <[EMAIL PROTECTED]> * tool

[cp-patches] RFA: make GdkGraphics2D the default

2006-05-24 Thread Thomas Fitzsimmons
Hi, This patch removes GdkGraphics and enables GdkGraphics2D unconditionally to provide a Graphics2D implementation on the GTK peers. As I tried to extend my GDK backend to AbstractGraphics2D, I found that at this point AbstractGraphics2D does not offer much benefit over just inheriting dire