Re: gdiplus: GdipDrawString should handle alignment in both directions in a similar way. Take 2.

2013-03-01 Thread Vincent Povirk
Sorry, I'm still not sure this is going to work. It seems to me that different lines will have to be offset by different amounts, and it's not clear to me how that's going to happen without the alignment logic in gdip_format_string. I'm also wondering if a change to the alignment logic in gdip_for

Re: Use accented letters in their names.

2013-03-01 Thread Tae Wong
The authors file is outdated and you want this updated with the missing authors. Andrej Znidarsic should have Slovenian accented letters for his last name. On 2/4/13, Tae Wong wrote: > You will want to use accented letters in their authors names. > > Caolan McNamara > Ferenc Wagner > Marko Nikoli

Re: [PATCH 3/3] msvcrt: Added stdin close/open tests

2013-03-01 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=24564 Your paranoid android

mmdevapi: Prevent 64 bit overflow within a few days of audio device use. (try 2)

2013-03-01 Thread Joerg-Cyril.Hoehle
Michael Stefaniuc wrote: >My idea was to have the whole if else in an inline function. That's understandable. However in this particular case, we know that in Wine QueryPerfFrequency now yields 1000, thus Muldiv64 is dead code actually. So I decided to keep the if (freq == 1000) return i

Re: d3dx9 [patch 1/2]: Implement D3DXSHEvalConeLight

2013-03-01 Thread Matteo Bruni
2013/3/1 Nozomi Kodama : > Why is this patch marked as "not applied" by the testbot? > In my computer, with the latest git, it applies fine. > > Is there a problem with testbot? > > Nozomi > > Yeah, the old testbot has some issues. FWIW the patches applied just fine for me. Now, I know I'm going

Re: ieframe: Fixed tests on IE10.

2013-03-01 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=24562 Your paranoid android

Re: mmdevapi: Prevent 64 bit overflow within a few days of audio device use. (try 2)

2013-03-01 Thread Michael Stefaniuc
Hello Joerg, On 03/01/2013 10:22 AM, joerg-cyril.hoe...@t-systems.com wrote: > The idea to replace X * numerator / denominator > by X / den * mul + remainder from euclidian division > came from > http://blog.airsource.co.uk/index.php/2010/03/15/quelle-heure-est-il/ > > M. Stefaniuc suggested an i

Re: [PATCH] Add support for -Ttext-segment linker flag to set image base of a dll.

2013-03-01 Thread Alexandre Julliard
Tijl Coosemans writes: > --- > configure.ac| 2 ++ > tools/winegcc/winegcc.c | 8 > 2 files changed, 10 insertions(+) This would have to be done based on the target platform, not on a configure check. -- Alexandre Julliard julli...@winehq.org

Re: [PATCH v3 0/7] Add O_DENY* support for VFS and CIFS/NFS

2013-03-01 Thread David Laight
On Thu, Feb 28, 2013 at 01:53:25PM -0800, Andy Lutomirski wrote: > > O_DENYMAND - to switch on/off three flags above. > > O_DENYMAND doesn't deny anything. Would a name like O_RESPECT_DENY be > better? Possibly rename to O_CHECK_DENY ? David -- David Laight: da...@l8s.co.uk