edit control problem

2001-04-29 Thread Mike McCormack
Hi, Wine-20010418 seems to have a (serious) problem in the edit control. The problem occurs when i press the backspace key, and there is text after the cursor. (eg. when i am writing a reply to an email on my web-based email). Text following the cursor is not draw correctly... it appears that

Problem in DIB section / bitblt

2001-04-29 Thread Marcus Meissner
Hi, Following trace has a BadMatch error related to DIB and XShm. Strangely, if I do: --- bitblt.c2001/01/15 22:30:51 1.28 +++ bitblt.c2001/04/29 17:06:14 @@ -1461,7 +1461,8 @@ sDst = X11DRV_LockDIBSection( dcDst, DIB_Status_None, FALSE ); sSrc = X11DRV_LockDIBSection(

TrueType font metrics for PostScript driver

2001-04-29 Thread Ian Pilcher
In order to Unicode-enable the PostScript driver, it needs information about about font encodings that isn't present in Adobe's AFM file format (glyph names for character encodings greater than 256). For Type 1 fonts with a standard encoding, the driver can use the encoding in the Adobe Glyph

Re: TrueType font metrics for PostScript driver

2001-04-29 Thread Gavriel State
Ian Pilcher wrote: In order to Unicode-enable the PostScript driver, it needs information about about font encodings that isn't present in Adobe's AFM file format (glyph names for character encodings greater than 256). For Type 1 fonts with a standard encoding, the driver can use the

Re: TrueType font metrics for PostScript driver

2001-04-29 Thread Ian Pilcher
Gavriel State wrote: What do you find objectionable about making wine work more closely with FreeType? Absolutely nothing. I just don't think the immediate benefit of getting at TrueType encodings justifies creating the dependency at this time. What I'd love to see happen with fonts in