[cp-patches] FYI: DefaultTableColumnModel fixes

2006-04-24 Thread David Gilbert
This patch (committed) fixes a few small problems in the DefaultTableColumnModel class: 2006-04-24 David Gilbert <[EMAIL PROTECTED]> * javax/swing/table/DefaultTableColumnModel.java (DefaultTableColumnModel): Set selection model field and add 'this' as listener directl

[cp-patches] RFC: DatatypeFactory implementation resolution mechanism

2006-04-24 Thread Chris Burdess
Please review the following patch for conformance to the API specification of DatatypeFactory.newInstance 2006-04-24 Chris Burdess <[EMAIL PROTECTED]> Fixes PR 27290 * javax/xml/datatype/DatatypeFactory.java: Use complete implementation resolution mechanism. -- 犬 C

[cp-patches] Fix for getElementById

2006-04-24 Thread Chris Burdess
I committed the following patch to fix a bug in our DOM implementation: 2006-04-24 Chris Burdess <[EMAIL PROTECTED]> Fixes PR 27262 * gnu/xml/dom/DomDocument.java: getElementById returns user- defined ID attributes when no doctype exists. -- 犬 Chris Burdess "They that can gi

[cp-patches] FYI: Some javax.swing API doc updates

2006-04-24 Thread David Gilbert
This patch (committed) updates some API docs in javax.swing: 2006-04-24 David Gilbert <[EMAIL PROTECTED]> * javax/swing/event/ChangeEvent.java: Updated API docs, * javax/swing/event/ChangeListener.java: Likewise, * javax/swing/event/TableColumnModelEventListener.java: L

[cp-patches] FYI: fix WrappedPlainView painting and calculation

2006-04-24 Thread Robert Schuster
Hi, while wanting to work on the proper navigation mechanism I stepped on various drawing and calculation problems in WrappedPlainView and a helper method in javax.swing.text.Utilities. The fix for getBreakLocation adds a shift variable which is necessary to convert between to metrics. The reason

[cp-patches] FYI: BasicStroke

2006-04-24 Thread Roman Kennke
I'm committing this on Sven's behalf: 2006-04-24 Sven de Marothy <[EMAIL PROTECTED]> * gnu/java/awt/java2d/Segment.java: New file. * gnu/java/awt/java2d/CubicSegment.java: New file. * gnu/java/awt/java2d/QuadSegment.java: New file. * gnu/java/awt/java2d/LineSegme

[cp-patches] FYI: AbstractGraphics2D progress

2006-04-24 Thread Roman Kennke
Hi, I hacked a little more on the AbstractGraphics2D class. Here is what I added (the most important stuff): - Infrastructure for optimizations of common operations like drawLine and fillRect for Swing. - Clipping, transformation and stroking of arbitrary shapes and arbitrary AffineTransforms - Fi