Re: [OpenJDK 2D-Dev] CFV: Project sponsorship: XRender Java2D Pipeline

2008-04-16 Thread Igor Nekrestyanov
Vote: yes -igor Phil Race wrote: Question: Should the 2D Group sponsor the new XRender Java2D Pipeline Project? Please cast your vote by replying, publicly, to this message with either Vote: yes or Vote: no as the first line of the message body. You may, at your option, indicate the reas

Re: [OpenJDK 2D-Dev] CFV: Project sponsorship: XRender Java2D Pipeline

2008-04-16 Thread Andrew Brygin
Vote: yes Andrew Phil Race wrote: Question: Should the 2D Group sponsor the new XRender Java2D Pipeline Project? Please cast your vote by replying, publicly, to this message with either Vote: yes or Vote: no as the first line of the message body. You may, at your option, indicate the rea

Re: [OpenJDK 2D-Dev] CFV: Project sponsorship: XRender Java2D Pipeline

2008-04-16 Thread Phil Race
Regarding the CFV on the question : "Should the 2D Group sponsor the new XRender Java2D Pipeline Project?" I have now received "Yes" votes from 6 members of the 2D group : Since this constitutes an absolute majority of the eligible voting members I am able to immediately render the decision of

[OpenJDK 2D-Dev] PATCH: Color.createContext fixlet

2008-04-16 Thread Keith Seitz
Hi, OpenJDK 6 fails to meet the API requirements for Color.createContext. Specifically: "The same PaintContext is returned, regardless of whether or not r, r2d, xform, or hints are null." As it is today, Color.createContext will return a different PaintContext every time it is called. The a

Re: [OpenJDK 2D-Dev] PATCH: Color.createContext fixlet

2008-04-16 Thread Keith Seitz
Keith Seitz wrote: Hi, Ignore me. Too little caffeine today. I'll re-send to the proper list... Keith

Re: [OpenJDK 2D-Dev] PATCH: Color.createContext fixlet

2008-04-16 Thread Jim Graham
Hi Keith, I'm curious if you need this behavior or not. We are planning to delete the doc comment in JDK7 because the context objects are so cheap to create that it wasn't really necessary. The comment was added early in the development of the 2D API and was documenting what was in the code

[OpenJDK 2D-Dev] Font question

2008-04-16 Thread Roman Kennke
Hi there, I have a problem related to fonts. As you might know, I'm hacking on the OpenJDK challenge thing and try to implement an external toolkit/J2D pipeline based on external and internal interfaces etc. Progress is pretty good so far, as can be seen here: http://kennke.org/blog/2008/04/16/ca

Re: [OpenJDK 2D-Dev] Font question

2008-04-16 Thread Phil Race
Roman, Roman Kennke wrote: Hi there, I have a problem related to fonts. As you might know, I'm hacking on the OpenJDK challenge thing and try to implement an external toolkit/J2D pipeline based on external and internal interfaces etc. Progress is pretty good so far, as can be seen here: http:/