[cp-patches] FYI: JComboBox fixes

2007-01-06 Thread Roman Kennke
This fixes one weird NPE (see associated bug report) and I also cleaned up some inconsistencies that I came over and some warnings that Eclipse came over :-) 2007-01-06 Roman Kennke <[EMAIL PROTECTED]> PR 30337 * javax/swing/plaf/basic/BasicComboBoxUI.java (installUI): I

Re: [cp-patches] [patch] examples pictures consolidated

2007-01-06 Thread Andreas Tobler
Mark Wielaard wrote: Hi Andreas, On Fri, 2007-01-05 at 23:16 +0100, Andreas Tobler wrote: this patch makes the java2d benchmark and the aicasgraphicsbenchmark run on installed systems. We copy the two image files in one common place and are happy ;) Ok for trunk? Yes, thanks. Thanks.

Re: [cp-patches] [patch] examples pictures consolidated

2007-01-06 Thread Mark Wielaard
Hi Andreas, On Fri, 2007-01-05 at 23:16 +0100, Andreas Tobler wrote: > this patch makes the java2d benchmark and the aicasgraphicsbenchmark run > on installed systems. > > We copy the two image files in one common place and are happy ;) > > Ok for trunk? Yes, thanks. > Tested on darwin-ppc an

Re: [cp-patches] FYI: Component locking fix

2007-01-06 Thread Roman Kennke
Hi list, > Together with this patch goes in the last AWT patch which I obviously > forgot to commit. Sorry for this inconvenience. Seems like I did not only forget to commit the previous patch, but also forgot to send a message to the ML. So, I did some minor fixes to some AWT classes and here's

Re: [cp-patches] FYI: Component locking fix

2007-01-06 Thread Mark Wielaard
Hi Roman, On Fri, 2007-01-05 at 23:57 +0100, Roman Kennke wrote: > 2007-01-04 Roman Kennke <[EMAIL PROTECTED]> > > PR 30122 > * java/awt/Component.java > (getFont): Don't synchronize on tree lock here. The method is > thread-safe 'enough' by fetching local variables in g

Re: [cp-patches] RFC: native/jni/native-lib/cpnet.h: Add sone include files

2007-01-06 Thread Mark Wielaard
Hi Ito, On Sat, 2007-01-06 at 10:09 +0900, Ito Kazumitsu wrote: > This is to fix bug #30377. FreeBSD needs this. I hope this patch > will not do harm to other platforms. > > ChangeLog: > 2006-09-20 Ito Kazumitsu <[EMAIL PROTECTED]> > > Fixes bug #30377 > * native/jni/native-lib/cp