Re: kernel32: Implementation of GetLargestConsoleWindowSize.

2008-05-01 Thread Eric Pouech
Reijo T Sund a écrit : > >From e59f5ec4eaf6936b7ecb6e4d0a471d38622f22aa Mon Sep 17 00:00:00 2001 > From: Reijo Sund <[EMAIL PROTECTED]> > Date: Thu, 1 May 2008 10:20:19 +0300 > Subject: kernel32: Implementation of GetLargestConsoleWindowSize. > > The function should return the largest size instead

Re: Wine t-shirts?

2008-05-01 Thread Edward Savage
Please note the following rant was insighted from a long held thought that the wine and crossover logos were old and boring: I wouldn't put on a Wine tshit or a Crossover tshirt until both projects get far better/sexier logos. Codeweavers looks like it was done in 96 and wines is boring and looks

Re: Wine t-shirts?

2008-05-01 Thread Maarten Lankhorst
Hello Jeremy, 2008/5/1 Jeremy Newman <[EMAIL PROTECTED]>: > Sure, I will put up an archive of our Penguin EPS files later today > somewhere. Probably on our FTP site. Did you upload it yet? Cheers, Maarten.

Re: hhctrl.ocx: Fix for memory release problem in ReleaseWebBrowser (fixes bug #12767)

2008-05-01 Thread Alexandre Julliard
Tefnet Developers <[EMAIL PROTECTED]> writes: > Dnia 24-04-2008, czw o godzinie 12:48 +0200, Tomasz Jezierski - Tefnet > pisze: >> For more information check bug report. >> > > Hi.. what's the status of this patch? I haven't found any comments on > wine-devel about it. It's not clear why changin

Re: [PATCH 4/5] kernel32: implement __wine_kernel_init_environment.

2008-05-01 Thread Lei Zhang
On Thu, May 1, 2008 at 2:58 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > > "Lei Zhang" <[EMAIL PROTECTED]> writes: > > > This makes several internal kernel32 process functions more flexible > > in order to accommodate __wine_kernel_init_environment. > > __wine_kernel_init_environment is n

Re: shlwapi: expose the IStream_Read and IStream_Write functions.

2008-05-01 Thread Reece Dunn
2008/5/1 Robert Shearman <[EMAIL PROTECTED]>: > Reece Dunn wrote: > > > @@ -926,6 +926,13 @@ HRESULT WINAPI > SHCreateStreamOnFileEx(LPCWSTR,DWORD,DWORD,BOOL,struct IStream*,s > > HRESULT WINAPI SHCreateStreamWrapper(LPBYTE,DWORD,DWORD,struct > IStream**); > > +#undef IStream_Read > > +#undef IS

Re: Wine t-shirts?

2008-05-01 Thread Jeremy Newman
Sure, I will put up an archive of our Penguin EPS files later today somewhere. Probably on our FTP site. With that, I should also put up the Wine logo EPS file for anyone who wants a high quality version. Maarten Lankhorst wrote: > Hi, > > 2008/4/23 Jeremy White <[EMAIL PROTECTED]>: >>> http:/

Re: shlwapi: expose the IStream_Read and IStream_Write functions.

2008-05-01 Thread Robert Shearman
Reece Dunn wrote: > @@ -926,6 +926,13 @@ HRESULT WINAPI > SHCreateStreamOnFileEx(LPCWSTR,DWORD,DWORD,BOOL,struct IStream*,s > > HRESULT WINAPI SHCreateStreamWrapper(LPBYTE,DWORD,DWORD,struct IStream**); > > +#undef IStream_Read > +#undef IStream_Write > + > +HRESULT WINAPI IStream_Read(struct

Re: winex11.drv: Avoid setting DIALOG type to windows, this imposes not expected limitations in functionality

2008-05-01 Thread Alexandre Julliard
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > "Alexandre Julliard" <[EMAIL PROTECTED]> wrote: >> This will break z-order management, Metacity ignores the transient for >> hint on TYPE_NORMAL windows. Maybe we should try to not set the type at >> all? > > That's what we did before, and that's wh

Re: winex11.drv: Avoid setting DIALOG type to windows, this imposes not expected limitations in functionality

2008-05-01 Thread Dmitry Timoshkov
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote: >> Metacity explicitly disables maximize, minimize and fullscreen capabilities >> for windows of type _NET_WM_WINDOW_TYPE_DIALOG. Since Windows applications >> don't expect such a restriction (dialogs can have maximize/minimize buttons >> under Windo

Re: winex11.drv: Avoid setting DIALOG type to windows, this imposes not expected limitations in functionality

2008-05-01 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > Metacity explicitly disables maximize, minimize and fullscreen capabilities > for windows of type _NET_WM_WINDOW_TYPE_DIALOG. Since Windows applications > don't expect such a restriction (dialogs can have maximize/minimize buttons > under Windows) it'

Re: usp10: Fix a few tests that fail in win2k3

2008-05-01 Thread Hans Leidekker
On Thursday 01 May 2008 08:30:40 James Hawkins wrote: > +/* get new psc */ > +hr = ScriptPlace(hdc, &psc, pwOutGlyphs1, pcGlyphs, psva, > &pItem[0].a, piAdvance, > + pGoffset, pABC); > +ok (hr == 0, "Should return 0 not (%08x)\n", hr

Re: [PATCH 4/5] kernel32: implement __wine_kernel_init_environment.

2008-05-01 Thread Alexandre Julliard
"Lei Zhang" <[EMAIL PROTECTED]> writes: > This makes several internal kernel32 process functions more flexible > in order to accommodate __wine_kernel_init_environment. > __wine_kernel_init_environment is needed for CreateEnvironmentBlock. It's not appropriate to export that from kernel32; useren

Re: RFC: detecting wine drivers in the audio tests

2008-05-01 Thread Stefan Dösinger
I just wanted to add that exactly the same problem exists with graphics drivers. There, we use approximately this scheme: -> If there's a driver difference, and both driver behaviors are somewhat sane, then we accept both results. An application couldn't depend on a specific result either -> I