Translations of the About Pages

2012-09-12 Thread Kyle Auble
I just submitted a draft rewrite of WineHQ's About page in English that integrates some things from the wiki page, but there are still Hebrew and Spanish about pages on the wiki. I started working on translating the Spanish one, but realized someone else should probably do it after one paragraph, a

Re: [2/2] windowscodecs: Create Graphic Control Extension metadata block for a GIF frame.

2012-09-12 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=21552 Your paranoid android

Re: [1/2] windowscodecs: Create Image Descriptor metadata block for a GIF frame.

2012-09-12 Thread Dmitry Timoshkov
Vincent Povirk wrote: > > +stream = create_stream(&IMD_data, sizeof(IMD_data)); > > Er, where is create_stream defined? I don't see it in git or a previous patch. It's added by 5373f8520d2fec729730aaa6a3278cefa46f9414 -- Dmitry.

Re: [1/2] windowscodecs: Create Image Descriptor metadata block for a GIF frame.

2012-09-12 Thread Vincent Povirk
> +stream = create_stream(&IMD_data, sizeof(IMD_data)); Er, where is create_stream defined? I don't see it in git or a previous patch.

Re: dssenh: implementing the dssenh cryptographic service provider

2012-09-12 Thread Juan Lang
Hi Marek, On Wed, Sep 12, 2012 at 2:57 PM, Marek Chmiel wrote: > Hello all, > over the summer I had a chance to complete the regression test suite > for the DSSENH cryptographic provider; thank you to those that helped > along the way. I am currently researching how to implement the actual > prov

dssenh: implementing the dssenh cryptographic service provider

2012-09-12 Thread Marek Chmiel
Hello all, over the summer I had a chance to complete the regression test suite for the DSSENH cryptographic provider; thank you to those that helped along the way. I am currently researching how to implement the actual provider, and any suggestions would be greatly appreciated. A question I have i

Re: ddraw: Don't print a fixme for the flags in DirectDrawEnumerateExA; they don't change the outcome

2012-09-12 Thread Michael Stefaniuc
After talking to Henri on irc, please ignore this patch. There are patches out there to enumerate more devices than the primary one and then the flags do play a role. On 09/12/2012 11:08 PM, Michael Stefaniuc wrote: > --- > dlls/ddraw/main.c |5 + > 1 files changed, 1 insertions(+), 4 del

Re: [PATCH 4/4] ntdll: Add more complete implementation of NtPowerInformation

2012-09-12 Thread Ken Thomases
On Sep 12, 2012, at 2:17 PM, James Eder wrote: > -valSize = sizeof(longVal); > -if (!sysctlbyname("hw.cpufrequency", &longVal, &valSize, NULL, 0)) > -cpuHz = longVal; I haven't tried building, but this would still leave the warning about longVal being declared but nev