Re: NSMutableAttributedString problems

2002-03-06 Thread Richard Frith-Macdonald
On Tuesday, March 5, 2002, at 09:43 PM, Alexander Malmberg wrote: > Hi, > > If you create an NSMutableAttributedString with two attributes (ie. > first some characters with one set of attributes, then some characters > with a second set of attributes) and then replace all characters with > some

Slow Image scrolling

2002-03-06 Thread Ian Jones
Hi all, I have a problem with scrolling large image attachments. I regularly recieve quite large image files attached to my email, someone recently sent a 270kb .jpg attachment and even on my dual celeron 500 it kept stopping trying to scroll through it and my CPU usage was up to 80%. I have t

NSCell font

2002-03-06 Thread Stefan Urbanek
Hi, NSCell is using user font, but I think, it should use system font instead (also according to Cocoa docs). User font is to be used by documents (text views). Patch attached. Stefan *** NSCell.old.mWed Mar 6 18:56:03 2002 --- NSCell.mWed Mar 6 18:56:17 2002 *** ***

GNUstep under mingw

2002-03-06 Thread Fred Kiefer
I am running GNUstep with mingw and there are a few problems left. First you hae to use the cygwin make (/usr/bin/make) otherwise the common.make file gives an error as it tests the $PATH variable to include the GNUSTEP_SYSTEM_ROOT/Tools directory. For this to work also the environment variabl

Fwd: GNUstep under mingw

2002-03-06 Thread Richard Frith-Macdonald
Begin forwarded message: > From: Richard Frith-Macdonald <[EMAIL PROTECTED]> > Date: Thu Mar 07, 2002 06:15:47 AM Europe/London > To: Fred Kiefer <[EMAIL PROTECTED]> > Subject: Re: GNUstep under mingw > > > On Thursday, March 7, 2002, at 12:11 AM, Fred Kiefer wrote: > >> I am running GNUstep w