Re: Tools under the <>tools/winapi directory

2012-04-03 Thread GOUJON Alexandre
On 04/03/2012 07:34 PM, Roger Cruz wrote: How are the tools under the winapi directory used? I've tried running them but they all complain about the same error. ~/sandbox/wine/sources/wine-1.3.36/dlls/kernel32$ ~/sandbox/wine/sources/wine-1.3.36/tools/winapi/winapi_extract winapi_extract: You m

Tools under the <>tools/winapi directory

2012-04-03 Thread Roger Cruz
  How are the tools under the winapi directory used?  I've tried running them but they all complain about the same error.   ~/sandbox/wine/sources/wine-1.3.36/dlls/kernel32$ ~/sandbox/wine/sources/wine-1.3.36/tools/winapi/winapi_extract winapi_extract: You must run this tool in the main Wine dire

OT: Looking for (paid) help with Wine development.

2012-04-03 Thread Roger Cruz
  Hello fellow Wine developers,   I am looking for paid programming help to help me finish a proof of concept application that utilizes Wine.  This is a short-term contract project with terms negotiated based on your experience and ability to finish tasks in a timely manner.  The right person sh

Re: gdiplus: GdipDrawString is not supposed to use the layout rectangle for clipping. Take 2.

2012-04-03 Thread Dmitry Timoshkov
Vincent Povirk wrote: > I tried making a testcase for this, and I'm consistently seeing that > native only draws text that lies inside the rectangle if a positive > width or height are given. If I specify StringFormatFlagsNoClip then I > see a slight difference. Without the flag, the last line of

Re: gdiplus: GdipDrawString is not supposed to use the layout rectangle for clipping. Take 2.

2012-04-03 Thread Vincent Povirk
I tried making a testcase for this, and I'm consistently seeing that native only draws text that lies inside the rectangle if a positive width or height are given. If I specify StringFormatFlagsNoClip then I see a slight difference. Without the flag, the last line of text is clipped at the given he

Re: [website] Add Portuguese translation for release 1.5.1

2012-04-03 Thread Lucas Zawacki
2012/4/3 Bruno Jesus <00cp...@gmail.com>: > Would be: > - Suporte para recursos de fontes escaláveis. > > Instead of: > - Suporte a fontes redimensionáveis em recursos. I'm not a developer in this area so I thought that 'scalable' meant roughly the same as 'resizable' and that word ('redimensionáv

Re: [PATCH 3/4] winspool/tests: Add some tests for OpenPrinter with non-NULL defaults.

2012-04-03 Thread Huw Davies
On Tue, Apr 03, 2012 at 12:50:18PM +0200, Marvin wrote: > === WINEBUILD (build) === > Can't determine base name A winspool vs winspool.drv thing perhaps? Huw.

Re: [PATCH 3/4] winspool/tests: Add some tests for OpenPrinter with non-NULL defaults.

2012-04-03 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=17661 Your paranoid android

Re: [1/2] kernel32/tests: Add tests for LCMapStringEx

2012-04-03 Thread Alexandre Julliard
André Hentschel writes: > /* test srclen = 0 */ > SetLastError(0xdeadbeef); > -ret = LCMapStringW(LOCALE_USER_DEFAULT, 0, upper_case, 0, buf, > sizeof(buf)/sizeof(WCHAR)); > -ok(!ret, "LCMapStringW should fail with srclen = 0\n"); > +ret = LCMapStringU(0, upper_case, 0, buf

Re: [PATCH 4/4] d3drm: Implement IDirect3DRMFrameX_GetChildren method and IDirect3DRMFrameArray interface. (resend)

2012-04-03 Thread Christian Costa
2012/4/3 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?K

Re: [PATCH 1/3] amstream: Add CLSID_AMAudioData implementation. (try 2)

2012-04-03 Thread Christian Costa
2012/4/3 Michael Stefaniuc > Hello Christian, > > On 04/03/2012 07:53 AM, Christian Costa wrote: > > +/*** IUnknown methods ***/ > > +static HRESULT WINAPI IAudioDataImpl_QueryInterface(IAudioData *iface, > REFIID riid, void **ppv) > > +{ > > +AMAudioDataImpl *This = impl_from_IAudioData(ifac

Re: RFC: KUSER_SHARED_DATA update patch to fix bug 29168

2012-04-03 Thread Alexandre Julliard
Dmitry Timoshkov writes: > Joey Yandle wrote: > >> > Why do you need to update the data in wineserver and not in the client? >> >> The problem is that the timer updates need to be extremely precise, or >> they are worse than useless. So we can either do that in every wine >> process, or do it

Re: [PATCH 1/3] amstream: Add CLSID_AMAudioData implementation. (try 2)

2012-04-03 Thread Michael Stefaniuc
Hello Christian, On 04/03/2012 07:53 AM, Christian Costa wrote: > +/*** IUnknown methods ***/ > +static HRESULT WINAPI IAudioDataImpl_QueryInterface(IAudioData *iface, > REFIID riid, void **ppv) > +{ > +AMAudioDataImpl *This = impl_from_IAudioData(iface); > + > +TRACE("(%p/%p)->(%s,%p)\n"

Re: [PATCH 4/4] d3drm: Implement IDirect3DRMFrameX_GetChildren method and IDirect3DRMFrameArray interface. (resend)

2012-04-03 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=17650 Your paranoid android