Re: tasklet - sfd2ttf - eliminate dependency on FontForge (for anybody who's interested)

2006-04-13 Thread n0dalus
On 4/14/06, Mike McCormack <[EMAIL PROTECTED]> wrote: > > The FontForge author has indicated that he will give permission to > license sfd2ttf based on FontForge code as LGPL. > > The task is to take some of the FontForge code, turn it into a sfd2ttf > and make it acceptable for inclusion into Wine

msvcrt: sharing violation caused by duplicated hande in _get_osfhandle

2006-04-13 Thread qingdoa daoo
Hi, wine's implementation of _get_osfhandle is found to cause sharing violation in some apps. The author commented this piece of code with a block of FIXME warning about possible leakage. It turns out it's no just a matter of leakage. A simple test program -

Re: tasklet - sfd2ttf - eliminate dependency on FontForge (for anybody who's interested)

2006-04-13 Thread Mike McCormack
Molle Bestefich wrote: 2.) Seems like slight overkill, considering that the user can just install FontForge. Eliminating dependencies[1] is a Good Thing (tm). It makes it easier for people to install and use our software. We're also discovered that not all versions of FontForge are equal,

Re: advpack: Document RegisterOCX

2006-04-13 Thread James Hawkins
On 4/13/06, James Hawkins <[EMAIL PROTECTED]> wrote: > > Changelog: > * Document RegisterOCX. > Ignore this patch, a couple of things are wrong with it; I'll resend a fixed patch. -- James Hawkins

Re: Starcraft vs. fullscreen

2006-04-13 Thread Neil Skrypuch
On Thursday, April 13, 2006 09:50, Molle Bestefich wrote: > Jesse Allen wrote: > > Molle Bestefich wrote: > > > Looks like xrandr [support] is broken. > > > It says "Changing Resolution to 640x480", > > > so that sounds great - only it doesn't. > > > > I'd maybe look through xorg.conf or you X.org

Re: ExtractFiles calls cabinet.Extract which only has an ansi version

2006-04-13 Thread James Hawkins
On 4/13/06, Francois Gouget <[EMAIL PROTECTED]> wrote: > > I haven't seen any trace of a Unicode Extract function. So I don't know > how they are handling it. > Would there be a conflict if we add the A and W versions for Extract and forward Extract to ExtractA (like we did with advpack.spec)? Th

Re: ExtractFiles calls cabinet.Extract which only has an ansi version

2006-04-13 Thread Francois Gouget
On Wed, 12 Apr 2006, James Hawkins wrote: Hey, Only one advpack function needs to be converted to unicode, ExtractFilesA. The problem is that we use cabinet.Extract to extract the files, but cabinet only provides one version of Extract, and it's ansi and not unicode. Francois, you noticed tha

Re: [gdi] bug reading/writing metafiles on sparc

2006-04-13 Thread Phil Krylov
On Thu, 13 Apr 2006 16:39:02 -0400 Eric Frias <[EMAIL PROTECTED]> wrote: > Phil Krylov wrote: > > >I have submitted a patch that fixes creation of on-disk _enhanced_ metafiles > >a few days ago: > > > >http://article.gmane.org/gmane.comp.emulators.wine.patches/23393 > > > > > Thanks for the poi

Re: how to open a linux application in the windows program

2006-04-13 Thread Stefan Dösinger
> I can use system(),WinExec(),and ShellExecute() to open a windows > application in vc++6.0. The question is,how to open a linux application in > my program?and how to fill the correct parameters in these 3 functions. > --yaoyansi This question would fit better on wine-users ;-) You can run an

Re: [gdi] bug reading/writing metafiles on sparc

2006-04-13 Thread Eric Frias
Phil Krylov wrote: I have submitted a patch that fixes creation of on-disk _enhanced_ metafiles a few days ago: http://article.gmane.org/gmane.comp.emulators.wine.patches/23393 Thanks for the pointer, I hadn't seen that patch. It byteswaps EMF records just for writing to disk. Adding byte

Re: tasklet - sfd2ttf - eliminate dependency on FontForge (for anybody who's interested)

2006-04-13 Thread Tom Spear
On 4/13/06, Tom Spear <[EMAIL PROTECTED]> wrote: On 4/13/06, Molle Bestefich < [EMAIL PROTECTED]> wrote: Ok, thank you for that explanation.And I guess that the FontForge license prohibits using pieces of codefrom there, right?Actually, as the first email read, the author of FontForge is happy to

Re: tasklet - sfd2ttf - eliminate dependency on FontForge (for anybody who's interested)

2006-04-13 Thread Brian Vincent
On 4/13/06, Molle Bestefich <[EMAIL PROTECTED]> wrote: Ok, thank you for that explanation.And I guess that the FontForge license prohibits using pieces of codefrom there, right?Nope - read Mike's earlier email.  George Williams agreed to relicense the necessary bits under LGPL. -Brian

Re: tasklet - sfd2ttf - eliminate dependency on FontForge (for anybody who's interested)

2006-04-13 Thread Tom Spear
On 4/13/06, Molle Bestefich <[EMAIL PROTECTED]> wrote: Ok, thank you for that explanation.And I guess that the FontForge license prohibits using pieces of codefrom there, right?Actually, as the first email read, the author of FontForge is happy to let us use his code.  So all we really need is some

Re: tasklet - sfd2ttf - eliminate dependency on FontForge (for anybody who's interested)

2006-04-13 Thread Molle Bestefich
Brian Vincent wrote: > > 2.) Seems like slight overkill, considering that the user can just > > install FontForge. > > What is wrong with the simpler solution you mentioned: > > > > > * put a warning about this in configure > > This issue that we can really do decent font support with our fonts

Re: bad archive link in WWN Issue #311

2006-04-13 Thread Jeremy Newman
Fixed it. On Thu, 2006-04-13 at 12:44 -0600, Tony Lambregts wrote: > The archive link for "Audio Latency Issues" in issue 311 of Wine Weekly > News gives a 404 error: > > http://www.winehq.com/pipermail/wine-devel/2006-April/046088.html > > It should probably be replaced by the following link.

Re: tasklet - sfd2ttf - eliminate dependency on FontForge (for anybody who's interested)

2006-04-13 Thread Brian Vincent
On 4/13/06, n0dalus <[EMAIL PROTECTED]> wrote: Maybe this is a stupid question, but why can't we just distribute thettf files directly?Because we're masochists and prefer to build tools.It's definitely the simple solution and we're capable of doing that.  There used to be issues with having binary

Re: [gdi] bug reading/writing metafiles on sparc

2006-04-13 Thread Phil Krylov
On Thu, 13 Apr 2006 22:39:57 +0400 Phil Krylov <[EMAIL PROTECTED]> wrote: > It byteswaps EMF records just for writing to disk. Adding > byteswapping for reading from disk seems very easy - just feed the file > content to the same byteswapper functions. I think it is a bit more clean should be: to

bad archive link in WWN Issue #311

2006-04-13 Thread Tony Lambregts
The archive link for "Audio Latency Issues" in issue 311 of Wine Weekly News gives a 404 error: http://www.winehq.com/pipermail/wine-devel/2006-April/046088.html It should probably be replaced by the following link. http://www.winehq.com/pipermail/wine-devel/2006-April/046139.html I would fix

Re: [gdi] bug reading/writing metafiles on sparc

2006-04-13 Thread Phil Krylov
On Thu, 13 Apr 2006 11:58:02 -0400 Eric Frias <[EMAIL PROTECTED]> wrote: > Due to little-endian/big-endian differences, winelib on Sparc can't read > windows metafiles generated on a PC (or on Wine on x86), and conversely > PCs can't read metafiles created on a Sparc. It looks like there are a

Re: Wine fonts too big for their input fields.

2006-04-13 Thread Duane Clark
Brian Vincent wrote: On 4/12/06, *Duane Clark* <[EMAIL PROTECTED] > wrote: I made the attached changes to the edit test. The results when run on Win2k are a bit strange (note that I only looked for the min in the first 1024 glyphs): edit.c:807:Font Mic

Re: tasklet - sfd2ttf - eliminate dependency on FontForge (for anybody who's interested)

2006-04-13 Thread n0dalus
On 4/14/06, Brian Vincent <[EMAIL PROTECTED]> wrote: > > This issue that we can really do decent font support with our fonts and not > building them creates problems. So it'd be really nice to have the fonts > available rather than just warn someone they won't be. Sure, installing > fontforge is

Re: README: Updated to not point users at wineinstall and to mention fontforge

2006-04-13 Thread Ryan May
Molle Bestefich wrote: echo "=media-gfx/fontforge-20060406" >> /etc/portage/package.keywords echo "media-gfx/fontforge ~x86" >> /etc/portage/package.keywords Latter version is definitely preferable, as otherwise FontForge will never again be upgraded (right?). Actually the former is incorr

how to open a linux application in the windows program

2006-04-13 Thread yaoyansi
I appreciate your help as I begin to understand Wine. I installed kernel-win32 on Linux,and tried running a program which is developed with vc++6.0.The program runs well except opening a linux application. I can use system(),WinExec(),and ShellExecute() to open a windows application in vc++6.0.Th

Re: undefined reference to `FT_Load_Sfnt_Table'

2006-04-13 Thread Paul Millar
On Wednesday 12 Apr 2006 10:49, Saulius Krasuckas wrote: > WRT suite build fails for quite long time already: [1] > So that probably was caused by the patch from Huw: [2] > It may happen because of missing FreeType 2 stuff: [3] Yes. I tried to get a more recent version of FreeType, but the releva

Re: tasklet - sfd2ttf - eliminate dependency on FontForge (for anybody who's interested)

2006-04-13 Thread Brian Vincent
On 4/13/06, Molle Bestefich <[EMAIL PROTECTED]> wrote: 2.) Seems like slight overkill, considering that the user can justinstall FontForge.What is wrong with the simpler solution you mentioned:> * put a warning about this in configure This issue that we can really do decent font support with ou

Re: Hungarian translation of wordpad and regedit

2006-04-13 Thread James Hawkins
On 4/13/06, Kovács András <[EMAIL PROTECTED]> wrote: > Hi I translated these two programs to hungarian There are two attached > documents: 1. The diffs between the original and the modified files 2. The > two Hu.rc files Best regards, Andras Kovacs > Can you send the diff of each program separatel

Re: README: Updated to not point users at wineinstall and to mention fontforge

2006-04-13 Thread Andrey Turkin
Molle Bestefich wrote: echo "=media-gfx/fontforge-20060406" >> /etc/portage/package.keywords echo "media-gfx/fontforge ~x86" >> /etc/portage/package.keywords Latter version is definitely preferable, as otherwise FontForge will never again be upgraded (right?). I believe that former version

[gdi] bug reading/writing metafiles on sparc

2006-04-13 Thread Eric Frias
Due to little-endian/big-endian differences, winelib on Sparc can't read windows metafiles generated on a PC (or on Wine on x86), and conversely PCs can't read metafiles created on a Sparc. It looks like there are a few ways this could be fixed, and I wanted to make sure we don't go about it t

Re: README: Updated to not point users at wineinstall and to mention fontforge

2006-04-13 Thread Molle Bestefich
> > echo "=media-gfx/fontforge-20060406" >> /etc/portage/package.keywords > > echo "media-gfx/fontforge ~x86" >> /etc/portage/package.keywords Latter version is definitely preferable, as otherwise FontForge will never again be upgraded (right?).

Re: tasklet - sfd2ttf - eliminate dependency on FontForge (for anybody who's interested)

2006-04-13 Thread Molle Bestefich
Mike McCormack wrote: > As I'm busy with my day job at the moment, we're only missing somebody > to write it. Any volunteers? I'd be happy to volunteer, but.. 1.) I haven't got the knowhow (I don't even know what an sfd file is) :-). 2.) Seems like slight overkill, considering that the user ca

Re: Starcraft vs. fullscreen

2006-04-13 Thread Molle Bestefich
Jesse Allen wrote: > Molle Bestefich wrote: > > Looks like xrandr [support] is broken. > > It says "Changing Resolution to 640x480", > > so that sounds great - only it doesn't. > > I'd maybe look through xorg.conf or you X.org > log and see what is going on with those refresh frequencies. Dumb que

Re: wined3d: move traces into D3DFmtMakeGlCfg and fix FIXME for depth/stencil buffer "not found"

2006-04-13 Thread Jason Green
On 4/13/06, Christoph Frick <[EMAIL PROTECTED]> wrote: > License: LGPL > ChangeLog: > 2006-04-12 Christoph Frick <[EMAIL PROTECTED]> >* dlls/wined3d/device.c >move traces into D3DFmtMakeGlCfg and fix FIXME for depth/stencil >buffer "not found" Part of this is already in my

Re: [WINED3D] Improve pshader code structure

2006-04-13 Thread Ivan Gyurdiev
I'm afraid this page changes too much at one go. You should split it into separate pieces. For example: I can break out some unrelated pieces of it as you point out, but once we start moving code around it seems like all of it should be moved in the right place, or the result wouldn't make

Re: Wine fonts too big for their input fields.

2006-04-13 Thread Huw Davies
On Wed, Apr 12, 2006 at 03:13:43PM -0700, Duane Clark wrote: > >Fascinating. This will probably be a huge clue in working out exactly > >what Windows does here - unfortunately, at the moment, I have no idea > >what it means :-( > > > > Hmmm, well I found this: > > http://msdn.microsoft.com/libra