[cp-patches] Patch: CSS Parser

2005-12-20 Thread Lillian Angel
After looking into StyleSheets quite a bit, I found we needed a CSSParser. This is not a public class, so it has been hard to implement with almost no documentation. It is partially implemented so far. I am still working on it. 2005-12-19 Lillian Angel [EMAIL PROTECTED] *

Re: [cp-patches] Patch: several fixes for DefaultStyledDocument

2005-12-20 Thread Anthony Balkissoon
On Mon, 2005-12-19 at 17:54 -0500, Anthony Balkissoon wrote: This is the first part of the work I'm doing on DefaultStyledDocument. This fixes a couple issues associated with PR 24744 but the bug is not completely fixed yet, so the testcase for that PR still crashes. I will continue to work

[cp-patches] Patch: CSS Parser

2005-12-20 Thread Lillian Angel
Implemented some more parts of the CSS parser. I added some more comments in to help with implementation later. I have reached a point where I can no longer properly implement the functions since I am currently unable to throughly test. I will come back to this and finish the implementation soon.

Re: [cp-patches] Patch: several fixes for DefaultStyledDocument

2005-12-20 Thread Anthony Balkissoon
On Tue, 2005-12-20 at 11:01 -0500, Anthony Balkissoon wrote: On Mon, 2005-12-19 at 17:54 -0500, Anthony Balkissoon wrote: This is the first part of the work I'm doing on DefaultStyledDocument. This fixes a couple issues associated with PR 24744 but the bug is not completely fixed yet, so

Re: [cp-patches] FYI: BasicMenuItemUI fix

2005-12-20 Thread Lillian Angel
Can you send the patch for this? On Mon, 2005-12-19 at 16:05 +0100, Roman Kennke wrote: My previous optimization for JComponent painting exposed a bug in BasicMenuItemUI which causes MenuItems to be rendered badly. This is fixed by this patch. 2005-12-19 Roman Kennke [EMAIL PROTECTED]

[cp-patches] Patch for AbstractDocument fixes PR 25506

2005-12-20 Thread Anthony Balkissoon
Small fixlet fixes a long standing and annoying problem with text components. 2005-12-20 Anthony Balkissoon [EMAIL PROTECTED] Fixes bug #25506 * javax/swing/text/AbstractDocument.java: (insertString): Fire insert update whether the DocumentEvent was changed or

[cp-patches] Patch: JTree null root fix

2005-12-20 Thread Lillian Angel
For some reason, an exception was being thrown for a null root. It is legal to set the root of a tree to null. This is now fixed. I took out some revalidate calls that were not needed. 2005-12-20 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTreeUI.java

[cp-patches] Patch: Text components home and end actions

2005-12-20 Thread Lillian Angel
Tony and I implemented HOME and END actions for text components. Unfortunately, we tried to implement a more efficient solution but viewToModel was not returning the proper values. I added a TODO comment in there, so it could get looked at later once we have viewToModel fixed. 2005-12-20 Lillian

javax.swing.JTextField

2005-12-20 Thread Christopher Lansdown
Hi, JTextField doesn't seem to send any ActionEvent's when VK_ENTER is pressed, and looking through the source it doesn't seem to try to catch this. Is anyone working on this currently? Thanks, Chris Lansdown -- Let us endeavor so to live that when we come to die even the undertaker will be

builder setup

2005-12-20 Thread Mark Wielaard
Hi all, Hi list, builder.classpath.org seems to shape up nicely. There were 3 reboot last night. I assume that was Jim doing a Xen upgrade? There were a couple of issues with email (the scripts now fake the envelop sender with sendmail to look like emails come from developer.classpath.org) that

Re: javax.swing.JTextField

2005-12-20 Thread Roman Kennke
Hi Christopher, Am Montag, den 19.12.2005, 22:40 -0500 schrieb Christopher Lansdown: Hi, JTextField doesn't seem to send any ActionEvent's when VK_ENTER is pressed, and looking through the source it doesn't seem to try to catch this. Is anyone working on this currently? Which version of

Re: javax.swing.JTextField

2005-12-20 Thread Christopher Lansdown
On 12/20, Roman Kennke wrote: Hi Christopher, Am Montag, den 19.12.2005, 22:40 -0500 schrieb Christopher Lansdown: Hi, JTextField doesn't seem to send any ActionEvent's when VK_ENTER is pressed, and looking through the source it doesn't seem to try to catch this. Is anyone

Re: builder setup

2005-12-20 Thread Jim Pick
Actually, the reboots were due to the fact the colo physically moved the server between different sites. They're moving everything from AboveNet in San Jose to Market Post Tower in San Jose (home of MAE-West). I had an email about a week ago about the move, but I didn't know when they'd actually

Re: javax.swing.JTextField

2005-12-20 Thread Anthony Balkissoon
On Mon, 2005-12-19 at 22:40 -0500, Christopher Lansdown wrote: Hi, JTextField doesn't seem to send any ActionEvent's when VK_ENTER is pressed, and looking through the source it doesn't seem to try to catch this. Hi Chris, I ran a little test program and it seems to work for me. Are you

Re: builder setup

2005-12-20 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark And another doing: Mark source setup; cd Nightly; Mark gij -cp /home/cpdev/ircbot/pircbot.jar:/home/cpdev/ircbot/cpbot.jar Mark gnu.classpath.ircbot.Main Mark (irc seems a bit flaky so sometimes our little bot needs to be restarted Mark by

Re: builder setup

2005-12-20 Thread Mark Wielaard
Hi Tom, On Tue, 2005-12-20 at 09:17 -0700, Tom Tromey wrote: Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark And another doing: Mark source setup; cd Nightly; Mark gij -cp /home/cpdev/ircbot/pircbot.jar:/home/cpdev/ircbot/cpbot.jar Mark gnu.classpath.ircbot.Main Mark (irc seems a

Re: Collections.binarySearch and poorly written comparators

2005-12-20 Thread Tom Tromey
Jim == Jim Murphy [EMAIL PROTECTED] writes: Jim The bad comparator implementation assumes that o1 is a Foo and o2 Jim is a Bar. This works when running on the Sum JRE Jim implementation of Ccollections.binarySearch but fails with the Jim CLASSPATH's implementation because the types are

Hacking Classpath in Eclipse

2005-12-20 Thread Tom Tromey
Recently Raif wrote a nice white paper on how to hack on Classpath using Eclipse. Mark turned this into a wiki page, and then the three of us spent some time editing it. We think it is now ready for a wider audience. You can read it here:

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultS...

2005-12-20 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/12/20 18:35:22 Modified files: . : ChangeLog javax/swing/text: DefaultStyledDocument.java Log message: 2005-12-20 Anthony

[commit-cp] classpath ./ChangeLog javax/swing/text/Abstract...

2005-12-20 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/12/20 21:28:16 Modified files: . : ChangeLog javax/swing/text: AbstractDocument.java Log message: 2005-12-20 Anthony