Fix, NSView (Text Rotation)

2004-03-13 Thread Georg Fleischmann
Hi, here is one of two patches to make text rotation work with Cenon and the Art backend. This is a patch for NSView. The other patch for NSAffineTransform is in a second mail. Now, the first problem in NSView was that the visible rect wasn't rotated/flipped correctly. As a result, the rotated te

Re: Fix, NSView (Text Rotation)

2004-03-14 Thread Pete French
> I only tested text rotation with Cenon, as I'm not aware of any other > application using rotated text. I use rotated text a lot - I'll try and find some time to test these patches (though I hadnt really had any problems with rotated text anyway) cheers, -bat. ___

Re: Fix, NSView (Text Rotation)

2004-03-14 Thread Georg Fleischmann
Pete French wrote: > I use rotated text a lot - I'll try and find some time to test these > patches (though I hadnt really had any problems with rotated text anyway) Cenon uses a flipped view to display rotated text. Georg ___ Bug-gnustep mailing lis

Re: Fix, NSView (Text Rotation)

2004-03-14 Thread Alexander Malmberg
Georg Fleischmann wrote: > Hi, > > here is one of two patches to make text rotation work with Cenon > and the Art backend. [snip] [snip broken patch] Unfortunately, the patch looks messed up here, and patch complains that it's malformed. Could you try sending it again as plain (not enriched) text

Re: Fix, NSView (Text Rotation)

2004-03-14 Thread Georg Fleischmann
Alexander Malmberg wrote: > Unfortunately, the patch looks messed up here, and patch complains that > it's malformed. Could you try sending it again as plain (not enriched) > text? (FWIW, the NSAffineTransform patch arrived ok.) Sure, here is a second try. Two lines are 85 characters wide. Maybe

Re: Fix, NSView (Text Rotation)

2004-03-22 Thread Alexander Malmberg
Georg Fleischmann wrote: > Alexander Malmberg wrote: > > Unfortunately, the patch looks messed up here, and patch complains that > > it's malformed. Could you try sending it again as plain (not enriched) > > text? (FWIW, the NSAffineTransform patch arrived ok.) > > Sure, here is a second try. > Tw