Re: RFC: Jessie, enums, and loggers

2005-06-05 Thread Sascha Brawer
Sounds great. But you don't need to define a custom Level for this purpose, it's already in the framework. Just use java.util.logging.Logger.getLogger(java.awt) to create/retrieve a Logger for java.awt. The framework maintains a tree of Loggers, and passes up LogRecords to the parent

Re: How to handle properties file

2005-05-19 Thread Sascha Brawer
Hi Nicolas, http://developer.classpath.org/doc/java/util/logging/LogManager.html I think the default config file should not be shipped as part of glibj.zip, but instead installed as a separate file. Sorry, I don't have the time right now to fix it myself... -- Sascha Nicolas Geoffray wrote: On

Re: [cp-patches] FYI: primitive fullscreen mode support

2005-04-05 Thread Sascha Brawer
On Tue, Apr 05, 2005 at 06:51:55PM +0200, Robert Schuster wrote: (Btw: Is there are *real* fullscreen mode for application in X11 anyway?) http://www.x.org/X11R6.8.2/doc/XDGAOpenFramebuffer.3.html -- Sascha ___ Classpath mailing list Classpath@gnu.org

Re: javax.management

2005-01-17 Thread Sascha Brawer
On Jan 15, 2005, at 6:59 PM, Chris Burdess wrote: Ewout Prangsma wrote: Are there any plans or activities to include the javax.management api in classpath? This API would normally be developed under the auspices of the classpathx project. By the way, javax.management is part of J2SE 1.5. --

Re: Sleeping at FOSDEM (Was: [Fwd: FOSDEM: free sleeping and (wired) Internet in Leuven during fosdem 2005])

2005-01-13 Thread Sascha Brawer
Sounds pretty cool. Actually, who is going to FOSDEM? May ex-classpath-hackers-gone-lurking come, too? -- Sascha On Jan 12, 2005, at 10:34 PM, Dalibor Topic wrote: Heya, FOSDEM is arriving pretty quickly. So I was wondering where everyone was staying in general. I think several people on IRC

FAQ, 4.1 OutOfMemoryException

2005-01-13 Thread Sascha Brawer
Hi, I was just re-reading the FAQ [1] -- what would speak against pre-allocating thread-specific OutOfMemoryException objects when creating a thread? (Probably more a VM-specific thing, but since it's mentioned in the Classpath FAQ...) [1]

Re: What are tainted developers allowed to work on?

2005-01-10 Thread Sascha Brawer
On Jan 10, 2005, at 5:11 PM, Dalibor Topic wrote: People wanting their implementations to be compatible with Sun is a no-brainer, even without a stick, as otherwise one couldn't run the existing code out there. I'm actually not so sure about this one. For free software hackers, the answer

Re: gnu.java.nio.FileChannelImpl

2004-11-26 Thread Sascha Brawer
Michael Koch wrote: What do you do if someone writes a package gnu.foobar and wants to access it ? There are some gnu.* packages out there. How about disallowing java.*, gnu.java.* and gnu.classpath.*? -- Sascha ___ Classpath mailing list [EMAIL

Re: RFC: remove print statements from Security

2004-10-14 Thread Sascha Brawer
On Thursday 14 October 2004 06:22, Casey Marshall wrote: I'd like to propose that we remove the print statements from the provider loading code in java.security.Security [...] Alternatively, how about printing them only if a DEBUG constant is set to 'true'? You might find java.util.logging useful

Re: classpath tasks

2004-06-14 Thread Sascha Brawer
Hi, [Pablo Costa Bendicho [EMAIL PROTECTED] wrote on 2004-06-09 that he'd like to help Classpath with something related to graphics] Do we have already any image encoders/decoders for javax.imageio? A {TIFF, PNG, JPEG, ...} codec might be a nice project for a newcomer, as it would be pretty

Re: (patch) java.awt.geom - implementations

2004-05-23 Thread Sascha Brawer
Sven de Marothy [EMAIL PROTECTED] wrote on Fri, 21 May 2004 22:13:22 +0200: Here's a patch which implements some missing stuff in java.awt.geom.* The patch includes implementations of: contains() and intersects() for QuadCurve2D, CubicCurve2D as well as an implementation of GeneralPath, with

Re: alternative to java

2004-04-20 Thread Sascha Brawer
maintains the project. [1] http://www.dandelis.ch/people/brawer/articles/classpathFeb2004/ [2] http://www.gnu.org/software/classpath/events/fosdem04.html [3] http://www.gnu.org/software/classpath/ Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer

Re: Patch: java.awt.image.DataBuffer[Short|Float|Double]

2004-04-15 Thread Sascha Brawer
Sascha Brawer [EMAIL PROTECTED] wrote on Wed, 14 Apr 2004 13:21:43 +0200: the following would provide support for java.awt.image.DataBuffer of TYPE_SHORT, TYPE_FLOAT and TYPE_DOUBLE. OK to commit? Since nobody has expressed their objections, I've committed the attached patch. Thanks, by the way

Patch: java.awt.image.DataBuffer[Short|Float|Double]

2004-04-14 Thread Sascha Brawer
Hi, the following would provide support for java.awt.image.DataBuffer of TYPE_SHORT, TYPE_FLOAT and TYPE_DOUBLE. OK to commit? (The content of the new files has been added manually; cvs diff complained cvs server: XXX.java is a new entry, no comparison available). -- Sascha Sascha Brawer

Re: Tests

2004-03-25 Thread Sascha Brawer
in Classpath actually works. And since they are model (instead of view) classes, tests can be written in the same way as for any other non-visual class. But this is just a suggestion, you're of course free to do anything that you want... Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http

Re: ServiceFactory

2004-03-24 Thread Sascha Brawer
gnu.classpath.ServiceFactory. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

ClassLoader.findLoadedClass (was: ServiceFactory)

2004-03-22 Thread Sascha Brawer
and file bug reports with Classpath and Sun. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ // Tags: not-a-test // Copyright (C) 2004 Sascha Brawer [EMAIL PROTECTED] // This file is part of Mauve. // Mauve is free software; you can redistribute it and/or modify

Re: ServiceFactory

2004-03-22 Thread Sascha Brawer
Sascha Brawer [EMAIL PROTECTED] wrote on Fri, 19 Mar 2004 12:05:55 +0100: [loading service providers from META-INF/services/* in external JARs] 2. Which namespace? 3. The unit tests (see attached ForMauve.tar.gz) run checks on gnu.classpath.ServiceFactory. This seems a bit unclean, since Mauve

stsf

2004-03-19 Thread Sascha Brawer
Hi Graydon have you happen to come across http://stsf.sourceforge.net/? (BSD- licensed font library on top of the X11 rendering extension; by Sun). IMHO it looks nice from a coarse view, and the documentation is interesting to read. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http

ServiceFactory

2004-03-19 Thread Sascha Brawer
explain why this fails? myClassLoader is an instance of gnu.testlet.gnu.classpath.ServiceFact ory.lookupProviders.CustomClassLoader, which doesn't override loadClass. 5. Feel free to tell me if the documentation needs to be improved. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http

Re: ServiceFactory

2004-03-19 Thread Sascha Brawer
, but it was rather hard to extract a test case from all this stuff. Yes, the test might be a bit complicated. But I wouldn't see how to make it much easier -- since its purpose is to test the full functionality. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer

Java, Mono, or C++?

2004-03-17 Thread Sascha Brawer
regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Bugs #7123, Bad results for QuadCurve2D.solveQuadratic

2004-03-15 Thread Sascha Brawer
that have no exact representation in IEEE 754? -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Debugging acronyms

2004-03-14 Thread Sascha Brawer
not be that worthwile, since JDWP is a fairly small layer compared to what else is needed for supporting debuggers. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http

Debugging acronyms

2004-03-13 Thread Sascha Brawer
/docs/guide/jpda/jdi/ -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

FOSDEM slides

2004-02-25 Thread Sascha Brawer
didn't seem to complain. Some people even came and asked how they could help Classpath. Thanks heaps to Chris, Dalibor, Mark and everyone else who helped with last-minute comments, late-night hacking, etc. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer

javax.swing.undo works

2004-02-11 Thread Sascha Brawer
while pre-pending the GNU implementation of javax.swing.undo to the bootclasspath. Best regards, and see you at FOSDEM, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED

Re: [WWW] FAQ added to site

2004-02-03 Thread Sascha Brawer
with some preliminary content. I had sent it to the [EMAIL PROTECTED] list, but did not get much feed- back. Feel free to copy/change things from the old draft, in case it turns out to be useful to you. http://www.dandelis.ch/cpfaq.html -- Sascha Sascha Brawer, [EMAIL PROTECTED], http

Re: [PATCH] fixes to LightweightDispatcher and SwingUtilities

2004-02-03 Thread Sascha Brawer
/BasicGraphicsUtils.java (getPreferredButtonSize): Start layout from top-left corner. Looks nice, IMHO. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: RFC: ObjectInputStream (and related classes) performance patch

2004-01-30 Thread Sascha Brawer
Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Copyright assignment (was: enum variables (patch))

2004-01-22 Thread Sascha Brawer
Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Patch: logging.properties

2004-01-16 Thread Sascha Brawer
Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Patch: logging.properties

2004-01-16 Thread Sascha Brawer
. If the logging.properties was actually needed, this would indicate a bug in the java.util.logging implementation. While adding the logging.properties file would be a workaround, I'd rather like to fix the bug. Do you have some code that does not work without the patch? -- Sascha Sascha Brawer, [EMAIL

Re: Patch: logging.properties

2004-01-16 Thread Sascha Brawer
# java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter # # # Logging can be configured in many ways. For more information, please # look at the documentation of the java.util.logging package. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer

Re: JIT pluggability (ABI Issues)

2004-01-13 Thread Sascha Brawer
ignores prefetching instructions if the fetched address is not in the TLB. To increase TLB hit rate, large VM pages should be used, and class data should be co-located (because virtual method tables contribute noticeably to TLB misses). -- Sascha Sascha Brawer, [EMAIL PROTECTED], http

FP-strict methods (was: Quadratic and cubic equations)

2004-01-09 Thread Sascha Brawer
enlighten me? -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: JIT pluggability

2004-01-09 Thread Sascha Brawer
architecture, but I didn't look at this yet. Another thing that might be interesting to share is parts of a compiler backend, such as assemblers. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing

Fwd: Quadratic and cubic equations

2004-01-08 Thread Sascha Brawer
Begin Forwarded Message Subject: Re: Quadratic and cubic equations Date Sent: Wednesday, January 7, 2004 3:17 PM From: Sascha Brawer [EMAIL PROTECTED] To: Brian Gough [EMAIL PROTECTED] CC: Mark Wielaard [EMAIL PROTECTED], Michael Koch [EMAIL PROTECTED] Hi Brian

Re: [bugs #7123] Quadratic and cubic equations

2004-01-08 Thread Sascha Brawer
the problem. Actually, I don't understand why fixing the test case would help. Of course, one could remove the testlet from the test suite, but user programs still would sometimes get bad results for their input. Do people on the Classpath mailing list have an opinion? -- Sascha Sascha Brawer, [EMAIL

Fwd: Quadratic and cubic equations

2004-01-08 Thread Sascha Brawer
Begin Forwarded Message Subject: Re: Quadratic and cubic equations Date Sent: Thursday, January 8, 2004 12:18 PM From: Brian Gough [EMAIL PROTECTED] To: Sascha Brawer [EMAIL PROTECTED] CC: Mark Wielaard [EMAIL PROTECTED], Michael Koch [EMAIL PROTECTED] Sascha

Re: [PATCH] fixes to swing button implementation

2004-01-07 Thread Sascha Brawer
. Michael The EventListenerList stuff is already on my disc since Michael some time for most JContainer subclasses. I said graydon Michael not to do it. it = using EventListenerList? Why not -- is there some problem with that class? -- Sascha Sascha Brawer, [EMAIL PROTECTED], http

Re: [kaffe] Classpath AWT progress.

2003-12-09 Thread Sascha Brawer
). By the way: Thanks for having documented your code, it makes it so much easier to read. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo

Re: [PATCH] swing frame fixes

2003-11-28 Thread Sascha Brawer
, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Tests, Documentation

2003-11-27 Thread Sascha Brawer
, gal/dude is an appropriate answer to people who want to just use our code. It takes so much less time to read a well-written description than to browse through thousands of lines of code. (Again, others might well have different experiences). -- Sascha Sascha Brawer, [EMAIL PROTECTED], http

Re: [GNU Crypto] gnu-crypto.m4

2003-11-24 Thread Sascha Brawer
] http://www.gnu.org/philosophy/wassenaar.html -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: small bug report for java.io.FileInputStream

2003-11-21 Thread Sascha Brawer
Hi Dalibor, I've attached a test case that demonstrates the bug. Would you mind re-formulating this as a Mauve test case? It's really not much work, and it would mean that we have another thing that gets automatically tested. Thanks a lot, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http

Re: [PATCH] text layout implementation

2003-11-20 Thread Sascha Brawer
graydon hoare [EMAIL PROTECTED] wrote on Wed, 19 Nov 2003 15:38:19 -0500: Sascha Brawer [EMAIL PROTECTED] writes: Also, does the proposed implementation work if there are changes in any attributes other than font, such as TextAttribute.UNDERLINE? It seems that all these attributes are lost

Re: [PATCH] swing frame fixes

2003-11-19 Thread Sascha Brawer
incomplete, but because so little code is tested by Mauve. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Patch: image loading fixes

2003-11-12 Thread Sascha Brawer
, image.getWidth(observer), image.getHeight(observer), observer); } Actually, the test for image == null is not needed. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath

Re: characters set's problem

2003-11-05 Thread Sascha Brawer
. Quoted from: http://developer.java.sun.com/developer/technicalArticles/ RoadMaps/J2SE_1.5/j2se_1_5.html Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED

Re: characters set's problem

2003-11-04 Thread Sascha Brawer
://www.unicode.org/standard/principles.html Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: extended peers

2003-10-09 Thread Sascha Brawer
Hi Graydon, [long list of arguments for putting all font state into the peers] You've convinced me. do you mind if I implement something based on what we've discussed, and modify later to suit any remaining nits? This sounds like a very good idea. Best regards, -- Sascha Sascha Brawer

Workshop Oct. 14, again

2003-10-09 Thread Sascha Brawer
1.0 - NotYetImplementedException, or the right color of bike sheds In Karlsruhe (LinuxTag, July), I found it quite nice to have dinner together. We could reserve a table somewhere once we know how many people will attend. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http

Re: NYIException

2003-09-26 Thread Sascha Brawer
that some exception should be thrown. But it might suffice to just throw java.lang.UnsupportedOperationException. Not that I would oppose a special NotYetImplementedException. Living in a neutral country, I don't have an explicit opinion about such matters. :-) -- Sascha Sascha Brawer, [EMAIL

Task list

2003-09-25 Thread Sascha Brawer
method. Estimated amount of work: 2 days for each operator. Skills: It helps if you are familiar with the java.awt.image framework. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer

Re: NYIException

2003-09-25 Thread Sascha Brawer
favor NotYetImplementedException. Class names tend to be very verbose in Java, and IMHO it would make sense to follow that style. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL

Re: Classpath java.nio.charset.CharsetDecoder documentation.

2003-09-23 Thread Sascha Brawer
Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: file.encoding property

2003-09-23 Thread Sascha Brawer
/charset/Charset.html -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: request for comment on java2d stuff

2003-09-23 Thread Sascha Brawer
. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Documentation

2003-09-18 Thread Sascha Brawer
documentation exists. In any case, thanks for your contributions! -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: extended peers

2003-09-18 Thread Sascha Brawer
Hi Graydon, GH = graydon hoare [EMAIL PROTECTED] wrote: SB = Sascha Brawer [EMAIL PROTECTED] wrote: GH [should Classpath have extended peers for java.awt.Font?] SB [proposal for ClasspathToolkit/ClasspathFontPeer] GH the font-related factory method on the toolkit should produce a GH

Re: request for comment on java2d stuff

2003-09-18 Thread Sascha Brawer
Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: request for comment on java2d stuff

2003-09-18 Thread Sascha Brawer
for a while. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: extended peers

2003-09-17 Thread Sascha Brawer
that I had proposed for ClasspathFontPeer: On a second thought, it seems better to omit this until someone actually writes a PDF/PostScript stream provider. The beast is already hairy enough. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer

Re: extended peers

2003-09-14 Thread Sascha Brawer
classes be suitable for eventual inclusion into Classpath? Graydon, would this FontPeer be ok, or would you like to see things done differently? -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ /* ClasspathToolkit.java -- Abstract superclass for Classpath

RE: extended peers

2003-09-12 Thread Sascha Brawer
in the graphics code. Comments? -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

RE: extended peers

2003-09-12 Thread Sascha Brawer
there are no specification documents for sun.something.Toolkit, we cannot know what it's supposed to do anyway... -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http

Re: extended peers

2003-09-12 Thread Sascha Brawer
Brian Jones [EMAIL PROTECTED] wrote on Fri, 12 Sep 2003 08:58:29 -0400: Sascha Brawer [EMAIL PROTECTED] writes: package java.awt; import java.awt.Toolkit; import gnu.java.awt.ClasspathToolkit; public abstract class GraphicsEnvironment { private static GraphicsEnvironment

Re: request for comment on java2d stuff

2003-09-11 Thread Sascha Brawer
an extended version of this interface for the FontPeers that you've proposed in your recent e-mail. (The getGlyphName method is not needed for Java2D, but it would be necessary if someone wanted to write a decent PostScript or PDF provider for javax.print.) Best regards, -- Sascha Sascha Brawer

Declaring RuntimeExceptions?

2003-09-11 Thread Sascha Brawer
. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Declaring RuntimeExceptions?

2003-09-11 Thread Sascha Brawer
exceptions as the JDK, or existing user code may not compile with Classpath. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: ChangeLog entries

2003-08-18 Thread Sascha Brawer
does not seem to be very helpful. (The author is omitted in order to not pick on anybody in particular). IMHO, such bulk commits make it harder to track changes. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ % cvs log java/awt/font/GlyphVector.java [...] 2003

Re: /classpath java/awt/font/OpenType.java ChangeLog

2003-08-14 Thread Sascha Brawer
all have other things to do than arguing about matters of taste, so I've reverted the change. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: gnu.java.awt.font

2003-08-14 Thread Sascha Brawer
glyph outlines, which is what my (or any other) font library does. Best, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Workshop/BoF: Graphics in GNU Classpath

2003-08-14 Thread Sascha Brawer
! - Talks - - Agile2D, an implementation of Java2D on top of OpenGL (Jean-Daniel Fekete) If you would like to give a presentation during the workshop, please contact Sascha Brawer ([EMAIL PROTECTED]). It would be especially helpful if someone was present who knows about RedHat's implementation

Re: X Rendering and GNU Classpath

2003-08-04 Thread Sascha Brawer
be present who is familiar with what you are doing on top of Cairo/Xr? Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo

Re: X Rendering and GNU Classpath

2003-07-31 Thread Sascha Brawer
graydon hoare [EMAIL PROTECTED] wrote on Wed, 30 Jul 2003 14:34:55 -0400: for the past 3 weeks I've been writing parts of java2d, for work. specifically I have written a partial java.awt.Graphics2D peer object, called gnu.java.awt.peer.gtk.GdkGraphics2D, which supports the java2d image model by

X Rendering and GNU Classpath

2003-07-30 Thread Sascha Brawer
it important to make sure that we do not make serious mistakes while planning the work. Thank you very much for taking the time for answering these questions, and best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ PS: I am sending a copy

gnu.java.awt.font

2003-07-29 Thread Sascha Brawer
(or the mailing list). Also, people might be interested to know that the design is such that it would be possible to plug in other font scalers, such as one that uses FreeType2. If you'd like to work on such a module, please contact me (or the mailing list) as well. -- Sascha Sascha Brawer, [EMAIL

Avoiding locks

2003-07-29 Thread Sascha Brawer
(in gnu.java.awt.font). Thanks for the clarification, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Avoiding locks

2003-07-29 Thread Sascha Brawer
Jeff Sturm [EMAIL PROTECTED] wrote on Tue, 29 Jul 2003 14:10:11 -0400: http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html Thanks for the great reference. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer

BoF: Graphics in GNU Classpath

2003-07-29 Thread Sascha Brawer
, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ == BoF: Graphics in GNU Classpath == Background -- Many existing Java(TM) applications depend on the Java2D(TM) API, a very well-designed, powerful set

Re: Linux Kongress 2003 in Saarbruecken, Germany

2003-07-17 Thread Sascha Brawer
. Best, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Linux Kongress 2003 in Saarbruecken, Germany

2003-07-16 Thread Sascha Brawer
? Best, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ PS: Dalibor has sent the call for papers both to [EMAIL PROTECTED] and [EMAIL PROTECTED], which is why I am sending this to both. But I guess we probably should have the discussion on the classpath list

Re: New Maintainer!

2003-07-14 Thread Sascha Brawer
Brian Jones [EMAIL PROTECTED] wrote on Fri, 11 Jul 2003 00:40:12 -0400: I've decided it is time for me to hand the reins over and let someone else lead this project. Thanks, Brian, for everything you have done for Classpath. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch

Re: GNU Classpath Linuxtag meeting minutes

2003-07-14 Thread Sascha Brawer
://java.sun.com/products/rmi-iiop/ [2] http://www.gnu.org/brave-gnu-world/issue-49.en.html [3] http://iiop-net.sourceforge.net/ Best, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list

Re: Meeting at LinuxTag?

2003-07-09 Thread Sascha Brawer
Mark Wielaard [EMAIL PROTECTED] wrote on Tue, 8 Jul 2003 18:25:16 +0200: Saturday 16:00 at the FSF Europe boot will be fine. OK, so let's meet there. -- Sascha ___ Classpath mailing list [EMAIL PROTECTED]

Re: Meeting at LinuxTag?

2003-07-08 Thread Sascha Brawer
, but I'll try to find a replacement for that time. See you on Saturday at booth E40. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo

Font handling

2003-07-07 Thread Sascha Brawer
Hi all, I started doing something about handling fonts in GNU Classpath. Please have a look at http://www.dandelis.ch/development/fonts/ so we can discuss this on the mailing list. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer

javax.swing.plaf; next steps

2003-06-27 Thread Sascha Brawer
, table, tree, undo, plaf.metal, plaf.multi}. However, implementing these now might be slightly pre-mature. First, we probably should be able to say Hello World in Swing... Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ PS: Thanks again to Michael

Meeting at LinuxTag?

2003-06-27 Thread Sascha Brawer
to bring up other topics. The afternoon of Friday, July 11th would be good for me, and Saturday would work as well. Best wishes, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL

FAQ

2003-06-26 Thread Sascha Brawer
, or (preferred) to send in revised text. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

javax.swing.plaf

2003-06-23 Thread Sascha Brawer
in javax.swing.plaf in the next two weeks. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

More borders

2003-06-23 Thread Sascha Brawer
] not a Border itself, but is used to draw many of them [3] http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/ swing/plaf/basic/doc-files/ Thank to Michael Koch for having run japitools on his machine. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people

Re: Compilation in javax/swing/plaf/basic/BasicGraphicsUtils.java

2003-06-18 Thread Sascha Brawer
happen that I do not get any compilation errors. In any case, here's a patch for java/awt/Font.java which should make things compile again (already in CVS). -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ Index: java/awt/Font.java

Where to report a bug in japitools?

2003-06-17 Thread Sascha Brawer
Hi all, where would be the right place to report a bug in the japitools database? [1] claims the presence of two checked exceptions in JDK 1.4, even though the API spec [2] does not mention any exceptions whatsoever. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people

Re: /classpath/javax/swing/plaf .cvsignore

2003-06-17 Thread Sascha Brawer
*.class: java/net/.cvsignore java/util/logging/.cvsignore java/util/zip/.cvsignore javax/swing/border/.cvsignore javax/swing/plaf/.cvsignore gnu/java/awt/peer/gtk/.cvsignore Shall it be removed? -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer

Re: Auto-generated web pages are not current

2003-06-17 Thread Sascha Brawer
Tom Tromey [EMAIL PROTECTED] wrote on Sun, 15 Jun 2003 21:43:06 -0600: Sascha == Sascha Brawer [EMAIL PROTECTED] writes: Sascha from the Classpath web page, there are links to the output of Sascha japitools [1] and gjdoc [2]. Both scripts seem to have Sascha stopped working: japitools on May 3

Re: javax.swing.border

2003-06-17 Thread Sascha Brawer
afterwards, at least for the moment. Best regards, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

javax.swing.plaf.basic.BasicGraphicsUtils.getPreferredSize

2003-06-17 Thread Sascha Brawer
should really stick to the specified APIs. Thus, unless somebody objects, the next revision of BasicGraphicsUtils (coming in a few days) will not provide a getPreferredSize method. Best, -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer

  1   2   >