[cp-patches] FYI: jcl.c fix

2006-10-17 Thread Jeroen Frijters
Hi, I committed the attached patch to make it compile (and work) on platforms where JNIEXPORT and JNICALL actually mean something. Regards, Jeroen 2006-10-17 Jeroen Frijters [EMAIL PROTECTED] * native/jni/classpath/jcl.c (JNI_OnLoad): Corrected calling convention. Index:

[cp-patches] FYI: Raster.createChild check

2006-10-17 Thread Francis Kung
Hi, The following patch adds checks in Raster.createChild() and WritableRaster.createWritableChild() to throw an appropriate exception if the child's bounds extends beyond the parent's. Corresponding Mauve tests have also been committed. Cheers, Francis 2006-10-17 Francis Kung [EMAIL

[cp-patches] FYI: TransferHandler.createTransferable() implemented

2006-10-17 Thread Roman Kennke
This implements one missing method in TransferHandler. An extensive Mauve test accompanies this patch to show correctness. 2006-10-17 Roman Kennke [EMAIL PROTECTED] * javax/swing/TransferHandler.java (PropertyTransferable): New inner class. Handles transfers from

[cp-patches] FYI: TextLayout.getCharacterLevel

2006-10-17 Thread Francis Kung
Hi, Committing the attached patch for Cam McCormack. Cheers, Francis 2006-10-17 Cameron McCormack [EMAIL PROTECTED] PR 29014 * java/awt/font/TextLayout.java (bidi): New field. (constructor): Store bidi in field. (getCharacterLevel): Implemented.

[cp-patches] FYI: FreetypeGlyphVector bounds and outlines

2006-10-17 Thread Francis Kung
Hi, This patch fixes the getLogicalBounds, getVisualBounds, and getOutline methods in FreetypeGlyphVector. Individual glyphs need to be translated to their position in the string before their bounds or outline is appended. Cheers, Francis 2006-10-17 Francis Kung [EMAIL PROTECTED]

[cp-patches] FYI: Small BufferedImageGraphics fixlet

2006-10-17 Thread Francis Kung
Hi, The updateBufferedImage() method calls in BufferedImageGraphics didn't take into account the possibility that pixels might have been shifted (ie, the shiftDrawCalls field in CairoGraphics2D). This little patch extends the update region in these cases. Cheers, Francis 2006-10-17 Francis

[cp-patches] FYI: New TransferHandler test

2006-10-17 Thread Roman Kennke
Here comes one more test for TransferHandler.exportToClipboard(): 2006-10-17 Roman Kennke [EMAIL PROTECTED] * gnu/testlet/javax/swing/TransferHandler/exportToClipboard.java: New test. /Roman Index: gnu/testlet/javax/swing/TransferHandler/exportToClipboard.java

[cp-patches] FYI: TransferHandler.exportToClipboard()

2006-10-17 Thread Roman Kennke
This implements TransferHandler.exportToClipboard(). This is accompanied by a Mauve test. 2006-10-17 Roman Kennke [EMAIL PROTECTED] * javax/swing/TransferHandler.java (exportToClipboard): Implemented. /Roman Index: javax/swing/TransferHandler.java

[cp-patches] FYI: GtkMainThread fixes

2006-10-17 Thread Thomas Fitzsimmons
Hi, I committed this patch to fix some problems with how GtkMainThread was implemented. Basically there were race conditions associated with starting and stopping the native GTK main loop. This resulted in exceptions like this, when running the Intel test suite: (.:9593): Gtk-CRITICAL **: