Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Steven Edwards
On Fri, Mar 28, 2008 at 3:22 PM, Steven Edwards <[EMAIL PROTECTED]> wrote: > There should just be a few rules that need to be changed as far as I > know. Thats all that was needed for the programs case, I cannot Imagen > why the tests would be any more complex. If Alexandre has not already > do

Re: SoC idea: enhance the Program Manager, winefile and friends

2008-03-28 Thread Steven Edwards
Hey Juan! On Fri, Mar 28, 2008 at 4:18 PM, Juan Lang <[EMAIL PROTECTED]> wrote: > Personally, I think enhancing explorer to have its own GUI (rather > than launching winefile) would be an interesting project. If nothing > else, having a graphical way to explore the shell namespace might be >

Re: Implement VBScript for Google Summer of Code

2008-03-28 Thread Jim Chen
On Fri, Mar 28, 2008 at 4:11 PM, Jacek Caban <[EMAIL PROTECTED]> wrote: > Jim Chen wrote: > > Hi everyone, > > > > I have this idea of implementing vbscript.dll for Google SoC. Any > > comment would be appreciated before I start working on my proposal. > > > It would be great to have vbscript

Re: Implement VBScript for Google Summer of Code

2008-03-28 Thread Jim Chen
On Fri, Mar 28, 2008 at 3:08 PM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Hi Jim, > > 2008/3/27, Jim Chen <[EMAIL PROTECTED]>: > > > > Hi everyone, > > > > I have this idea of implementing vbscript.dll for Google SoC. Any > > comment would be appreciated before I start working on my pro

[Fwd: gdi32: PlgBlt implementation (resend)]

2008-03-28 Thread Nikolay Sivov
What about this patch? Changelog (since first patch): - HAVE_FLOAT_H used for #include - all declarations moved to the beginning Index: dlls/gdi32/bitblt.c === RCS file: /home/wine/wine/dlls/gdi32/bitblt.c,v retrieving re

Re: wined3d: Improve detection of device palette change.

2008-03-28 Thread Stefan Dösinger
Am Freitag, 28. März 2008 22:37:32 schrieb Alexander Dorofeyev: > Hi. > > I just put it nearby other somewhat related calls. This code doesn't really > need ENTER_GL/LEAVE_GL, but there's a bigger problem that this > ENTER_GL/LEAVE_GL in PreLoad is around other routines too that mostly don't > need

Re: winex11.drv: Don't add owned windows to the taskbar

2008-03-28 Thread Alex Villací­s Lasso
Dmitry Timoshkov escribio': > "Alexander Dorofeyev" <[EMAIL PROTECTED]> wrote: > > >> There's a regression in IDA Pro disassembler. Nothing is added to the >> taskbar at >> all, furthermore, when you are starting debugger, before there was a window >> appearing that asks pass control to the a

Re: wined3d: Improve detection of device palette change.

2008-03-28 Thread Alexander Dorofeyev
Hi. I just put it nearby other somewhat related calls. This code doesn't really need ENTER_GL/LEAVE_GL, but there's a bigger problem that this ENTER_GL/LEAVE_GL in PreLoad is around other routines too that mostly don't need it and leads to ActivateContext being called inside it etc. I've alrea

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread John Klehm
s not already > done so, I'll look at it and submit patches tonight. > Winetest with todays git [1] John [1] http://klehm.net/wine/20080328-winetest-438868f37796e387cd6f6db5da1f73a7017b6e00.exe

Re: wined3d: Improve detection of device palette change.

2008-03-28 Thread Stefan Dösinger
Am Freitag, 28. März 2008 20:34:11 schrieb Alexander Dorofeyev: > ENTER_GL(); > +if (This->resource.format == WINED3DFMT_P8 || This->resource.format == > WINED3DFMT_A8P8) { > + for (i = 0; i < This->baseTexture.levels; i++) { > +if(palette9_changed((IWineD3DSurfaceImpl

Re: SoC idea: enhance the Program Manager, winefile and friends

2008-03-28 Thread Juan Lang
> > http://www.google.com/search?q=windows+explorer+replacement&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a Um.. yeah, I've heard of google, thanks. How many are written in ANSI C? Find me one of those, and I'll retract my suggestion as a SoC project. My suggestion

Re: SoC idea: enhance the Program Manager, winefile and friends

2008-03-28 Thread Austin English
On Fri, Mar 28, 2008 at 3:40 PM, Juan Lang <[EMAIL PROTECTED]> wrote: > > Hasn't someone else somewhere in the world already written an explorer > > replacement and we could just get them to open source it so we can > > include it with Wine? No need to reinvent the wheel. > > There's the Reac

Re: SoC idea: enhance the Program Manager, winefile and friends

2008-03-28 Thread Juan Lang
> Hasn't someone else somewhere in the world already written an explorer > replacement and we could just get them to open source it so we can > include it with Wine? No need to reinvent the wheel. There's the ReactOS one, but it's written in C++. I don't know of any ANSI C ones, but maybe I ha

Re: SoC idea: enhance the Program Manager, winefile and friends

2008-03-28 Thread Brian Vincent
Hasn't someone else somewhere in the world already written an explorer replacement and we could just get them to open source it so we can include it with Wine? No need to reinvent the wheel. -Brian On Fri, Mar 28, 2008 at 2:18 PM, Juan Lang <[EMAIL PROTECTED]> wrote: > > From time to time the d

Re: SoC idea: enhance the Program Manager, winefile and friends

2008-03-28 Thread Juan Lang
> From time to time the discussion comes up about having some sort of > Window manager or explorer replacement for when running in Desktop > mode. Personally, I think enhancing explorer to have its own GUI (rather than launching winefile) would be an interesting project. If nothing else, havin

Re: mscoree: Add missing interfaces

2008-03-28 Thread Alistair Leslie-Hughes
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Changelog: > mscoree: Add missing interfaces > Anything wrong with this patch? Best Regards Alistair Leslie-Hughes

Re: Implement VBScript for Google Summer of Code

2008-03-28 Thread Jacek Caban
Jim Chen wrote: > Hi everyone, > > I have this idea of implementing vbscript.dll for Google SoC. Any > comment would be appreciated before I start working on my proposal. > It would be great to have vbscript.dll implemented in Wine and I hope that some day we will have it, but I think you under

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Steven Edwards
On Fri, Mar 28, 2008 at 3:01 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > What is the process for making this switch? Do we need to contact > Paul Millar? The lack of a new winetest is putting a hamper on our > efforts to fix up the tests in Windows. There should just be a few rules that ne

Re: DLL exports... HELP?! (wine based win32 printer drivers for openprinting)

2008-03-28 Thread Detlef Riekenberg
On Mi, 2008-03-26 at 14:47 +, Hin-Tak Leung wrote: > Wow :-). I have almost wanted to suggest such a native wine-based > printer driver > as a linux foundation/openprinting GOSC project (I am one of the > mentors under the > openprinting umbrella > https://www.linux-foundation.org/en/Google_Su

Re: Implement VBScript for Google Summer of Code

2008-03-28 Thread Maarten Lankhorst
Hi Jim, 2008/3/27, Jim Chen <[EMAIL PROTECTED]>: > Hi everyone, > > I have this idea of implementing vbscript.dll for Google SoC. Any > comment would be appreciated before I start working on my proposal. > > The reason for implementing vbscript.dll is because right now there's > nothing in the

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread James Hawkins
On Fri, Mar 28, 2008 at 1:53 PM, Steven Edwards <[EMAIL PROTECTED]> wrote: > On Fri, Mar 28, 2008 at 9:35 AM, Reece Dunn <[EMAIL PROTECTED]> wrote: > > I would have expected that when building for mingw, Wine would use the > > Wine headers and libraries. Otherwise, as mentioned above, if someon

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Steven Edwards
On Fri, Mar 28, 2008 at 9:35 AM, Reece Dunn <[EMAIL PROTECTED]> wrote: > I would have expected that when building for mingw, Wine would use the > Wine headers and libraries. Otherwise, as mentioned above, if someone > adds tests that rely on items that are not in the mingw headers then > the te

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Reece Dunn
On 28/03/2008, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "John Klehm" <[EMAIL PROTECTED]> wrote: > > > The problem is that it is a mingw issue but they don't want any > > patches from wines win32 api in their mingw w32api. They believe that > > looking at the actual ms header files taints ou

Re: gdi32-related commit between 0.9.57<->0.9.58broken .NET2/Systems.Windows.Forms

2008-03-28 Thread Lei Zhang
On Fri, Mar 28, 2008 at 11:12 AM, Hin-Tak Leung <[EMAIL PROTECTED]> wrote: > I think blacklisting is not a good approach - what one wants is really > "white-listing": > given microsoft only ships a certain number of fonts, wine should provide > emulation/substitutions of *only* those fonts fron

SoC idea: enhance the Program Manager, winefile and friends

2008-03-28 Thread Steven Edwards
Hi All, >From time to time the discussion comes up about having some sort of Window manager or explorer replacement for when running in Desktop mode. I don't know if a Win9x style desktop is really what we need for running in Desktop mode and after giving it a bit of thought, perhaps enhancing the

Re: gdi32-related commit between 0.9.57<->0.9.58broken .NET2/Systems.Windows.Forms

2008-03-28 Thread Hin-Tak Leung
--- On Thu, 27/3/08, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Vitaliy Margolen" <[EMAIL PROTECTED]> > wrote: > > > Looks like a time to start blacklisting fonts then. If > the font is invalid > > and does not work even on windows yet it is available > in the system - that's > > the only th

Re: [PATCH 3/7] services: Start a local RPC server.

2008-03-28 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > I'm not sure that is a valid assumption, as we could have an option to > disable wineboot in the future due to performance reasons. I don't think we want to support that. On the contrary, we want to move more of the startup processing that we currentl

Re: amstream: IMediaStream::GetMultiMediaStream

2008-03-28 Thread Robert Shearman
Nikolay Sivov wrote: > @@ -109,9 +109,14 @@ > { > IMediaStreamImpl *This = (IMediaStreamImpl *)iface; > > -FIXME("(%p/%p)->(%p) stub!\n", This, iface, ppMultiMediaStream); > +TRACE("(%p/%p)->(%p)\n", This, iface, ppMultiMediaStream); > > -return S_FALSE; > +if(!(*ppMultiM

Re: [PATCH 3/7] services: Start a local RPC server.

2008-03-28 Thread Robert Shearman
Alexandre Julliard wrote: > Robert Shearman <[EMAIL PROTECTED]> writes: > > >> +handle_t __RPC_USER MACHINE_HANDLEW_bind(MACHINE_HANDLEW MachineName) >> +{ >> +WCHAR transport[] = SVCCTL_TRANSPORT; >> +WCHAR endpoint[] = SVCCTL_ENDPOINT; >> +LPWSTR server_copy = NULL; >> +RPC_WST

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Paul Vriens
Alexandre Julliard wrote: > Paul Vriens <[EMAIL PROTECTED]> writes: > >> And can't we just start creating the winetest executable at winehq somewhere? > > We probably can, but how would this help? > It wouldn't help as we will face the same issues. It's just that it seems more logical to creat

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Alexandre Julliard
Paul Vriens <[EMAIL PROTECTED]> writes: > And can't we just start creating the winetest executable at winehq somewhere? We probably can, but how would this help? -- Alexandre Julliard [EMAIL PROTECTED]

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Alexandre Julliard
Paul Vriens <[EMAIL PROTECTED]> writes: > Wouldn't it be nicer to have something like: > > 0.9.58-06d429d6b6b6d63beaeda130a3bb261ef3b9fb41 > > Just a thought? The SHA's itself are not very pleasant for the > eye. With the above you can at least group them visually. Presentation issues should be s

Re: Implement VBScript for Google Summer of Code

2008-03-28 Thread Juan Lang
Hi Jim, > I have this idea of implementing vbscript.dll for Google SoC. Any > comment would be appreciated before I start working on my proposal. That sounds ambitious, but you're welcome to try! > For a few years I used to hack VB, and I know the > language and VBScript is just a cousin of

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Paul Vriens
Alexandre Julliard wrote: > "John Klehm" <[EMAIL PROTECTED]> writes: > >> P.S. I logged some test results from my win2k machine, it seems they >> are at [5]. Seems like I missed some setting though as the date is >> not right. Advice on how to fix that would be delicious =) > > It's now using t

Re: [2/2] [try 2] Setupapi patch

2008-03-28 Thread Juan Lang
Hi Alexander, > Changelog: > 1 - Creating device interface keys in registry as in Windows XP > 2 - Creating DeviceInstance value in registry > 3 - Creating SymbolicLink value in registry as in Windows XP > 4 - SETUPDI_AddDeviceToSet: changing pointers on SP_DEVINFO_DATA after > allocating new memo

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Steven Edwards
On Fri, Mar 28, 2008 at 9:35 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Agreed, the idea of using w32api is that we want to help improve mingw > by finding problems in their headers and libraries, but if they are not > going to accept our patches anyway, then there's clearly no point in

Re: [Tools 5/6] winetest: Add statistics for the number of unit tests with errors or todos.

2008-03-28 Thread Francois Gouget
[...] > Would this do? : > > diff --git a/winetest/gather b/winetest/gather > index 294ad06..fdacff5 100755 > --- a/winetest/gather > +++ b/winetest/gather > @@ -362,7 +362,7 @@ EOF > "pass"; > my $count=!$report->{todos} ? $report->{errors} : >!$r

Re: [PATCH 3/7] services: Start a local RPC server.

2008-03-28 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > +handle_t __RPC_USER MACHINE_HANDLEW_bind(MACHINE_HANDLEW MachineName) > +{ > +WCHAR transport[] = SVCCTL_TRANSPORT; > +WCHAR endpoint[] = SVCCTL_ENDPOINT; > +LPWSTR server_copy = NULL; > +RPC_WSTR binding_str; > +RPC_STATUS status;

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Paul Vriens
Alexandre Julliard wrote: > "Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > >> "John Klehm" <[EMAIL PROTECTED]> wrote: >> >>> The problem is that it is a mingw issue but they don't want any >>> patches from wines win32 api in their mingw w32api. They believe that >>> looking at the actual ms hea

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Alexandre Julliard
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > "John Klehm" <[EMAIL PROTECTED]> wrote: > >> The problem is that it is a mingw issue but they don't want any >> patches from wines win32 api in their mingw w32api. They believe that >> looking at the actual ms header files taints our headers legall

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Dmitry Timoshkov
"John Klehm" <[EMAIL PROTECTED]> wrote: > The problem is that it is a mingw issue but they don't want any > patches from wines win32 api in their mingw w32api. They believe that > looking at the actual ms header files taints our headers legally > speaking. Stefan, hans, and PaulM maintain a rath

Re: GSOC proposal: DirectPlay4

2008-03-28 Thread Kai Blin
On Thursday 27 March 2008 19:50:02 Matthew Canterbury wrote: > Hello everybody, > > I plan on applying for Google's Summer of Code to work on DirectPlay4 > support in wine. (This was mentioned on the ideas page, > http://wiki.winehq.org/SummerOfCode). I've looked at the code currently in > wine, an

Re: [3/5] WineD3D: Support clipplanes with GLSL shaders

2008-03-28 Thread Stefan Dösinger
Am Freitag, 28. März 2008 02:57:46 schrieb Stefan Dösinger: Please do not apply this patch yet. We are not sure if we should write the Z corrected coord as clip coord or not

Re: 2/2 WineD3D: initial post pixelshader blending support

2008-03-28 Thread Stefan Dösinger
Am Freitag, 28. März 2008 10:25:31 schrieb Roderick Colenbrander: > Hi, > > Store a flag whether a format supports blending in the formats table. This > patch uses the flag in the blending code and in a few other places to > verify if we should turn on blending for the given format. A next patch >

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread John Klehm
On Fri, Mar 28, 2008 at 6:05 AM, John Klehm <[EMAIL PROTECTED]> wrote: > On Tue, Mar 25, 2008 at 4:39 AM, Roderick Colenbrander > <[EMAIL PROTECTED]> wrote: > > > > > As a sidenote. You are also cross compiling wine dlls so now and then. It > > would be useful to also cross compile d3d8/d3d9 an

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread John Klehm
On Tue, Mar 25, 2008 at 4:39 AM, Roderick Colenbrander <[EMAIL PROTECTED]> wrote: > > As a sidenote. You are also cross compiling wine dlls so now and then. It > would be useful to also cross compile d3d8/d3d9 and wined3d but for wined3d > -DUSE_WIN32_OPENGL must be set. > Well let me know how

Re: amstream: IAMMultiMediaStream::EnumMediaStreams

2008-03-28 Thread Robert Shearman
Nikolay Sivov wrote: > @@ -144,9 +144,18 @@ > { > IAMMultiMediaStreamImpl *This = (IAMMultiMediaStreamImpl *)iface; > > -FIXME("(%p/%p)->(%ld,%p) stub!\n", This, iface, Index, ppMediaStream); > +TRACE("(%p/%p)->(%d,%p)\n", This, iface, Index, ppMediaStream); > > -return E_NOT

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Alexandre Julliard
"John Klehm" <[EMAIL PROTECTED]> writes: > P.S. I logged some test results from my win2k machine, it seems they > are at [5]. Seems like I missed some setting though as the date is > not right. Advice on how to fix that would be delicious =) It's now using the git commit sha1 instead of a date

GSOC proposal: DirectPlay4

2008-03-28 Thread Matthew Canterbury
Hello everybody, I plan on applying for Google's Summer of Code to work on DirectPlay4 support in wine. (This was mentioned on the ideas page, http://wiki.winehq.org/SummerOfCode). I've looked at the code currently in wine, and it looks like there is some work done, but a number of the functions e

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread Paul Vriens
John Klehm wrote: > > P.S. I logged some test results from my win2k machine, it seems they > are at [5]. Seems like I missed some setting though as the date is > not right. Advice on how to fix that would be delicious =) > It uses the file programs/winetest/build.id for this. -- Cheers, Pau

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-03-28 Thread John Klehm
> > Are you currently working on this? Is it a problem that needs to be > > fixed on the mingw side? > > > It's indeed a mingw issue and has to be fixed on that side. > > I've never touched mingw so I'm relying on either Hans Leidekker, Stefan > Leichter or Paul Millar to take this up. > Th

Re: [Tools 5/6] winetest: Add statistics for the number of unit tests with errors or todos.

2008-03-28 Thread Paul Vriens
Paul Vriens wrote: > Francois Gouget wrote: >> Also tweak the headers and footers a bit. >> --- >> >> This gives us a better idea of how many unit tests are failing. >> >> winetest/gather | 67 >> ++ >> 1 files changed, 62 insertions(+), 5 del

Re: [Tools 5/6] winetest: Add statistics for the number of unit tests with errors or todos.

2008-03-28 Thread Paul Vriens
Francois Gouget wrote: > Also tweak the headers and footers a bit. > --- > > This gives us a better idea of how many unit tests are failing. > > winetest/gather | 67 ++ > 1 files changed, 62 insertions(+), 5 deletions(-) > > diff --git a/wi