Re: [3/5] wined3d: Only apply shader constants that changed.

2008-12-18 Thread Henri Verbeet
2008/12/19 Ivan Gyurdiev : >> Henri Verbeet wrote: > > This looks like data structure design mixed with GL and shader code. I think > it would be better if the data structure was in its own file, without any GL > or D3D dependencies, and wined3d and other components could use it. > If it was intend

Re: WCOM

2008-12-18 Thread 田雪锋
Thank you for your advices, I should read the LGPL more again. In WCOM, for performance, only ole32 and rptrt4 was remained and functions should be simplified , so many feature and code should be cutoff. There also is a runnable demo on windows :) BRs faquir Dan Kegel wrote: > faquir wrote:

Re: [3/5] wined3d: Only apply shader constants that changed.

2008-12-18 Thread Ivan Gyurdiev
> Henri Verbeet wrote: This looks like data structure design mixed with GL and shader code. I think it would be better if the data structure was in its own file, without any GL or D3D dependencies, and wined3d and other components could use it. - Ivan

re: WCOM

2008-12-18 Thread Dan Kegel
faquir wrote: > I want support out-of-process COM on a mobile phone platform base on Linux. > Wine is perfect,but also is too big and too complex to run on the device. > So,I' going to create a project named WCOM with some code(ole32 and > rpcrt4) from wine Say, how about making Wine configurable,

Re: WCOM

2008-12-18 Thread Juan Lang
> can i use the code from Wine to create WCOM without adding authorization > from Wine or business license ? Yes, but you must provide the source for your modified version of Wine to your customers. Read the LGPL for details. --Juan

WCOM

2008-12-18 Thread 田雪锋
Hi,all: I want support out-of-process COM on a mobile phone platform base on Linux. Wine is perfect,but also is too big and too complex to run on the device. So,I' going to create a project named WCOM with some code(ole32 and rpcrt4) from wine,well,WCOM is not need load by wine. I‘m a newbie and ha

Patch Feedback

2008-12-18 Thread Alistair Leslie-Hughes
Hi, Is there anything wrong with patches? [1/2] mshtml: Implement IHTMLScriptElement get/put event [2/2] mshtml: Implement IHTMLScriptElement get/put htmlFor Best Regards Alistair Leslie-Hughes

Re: Better user feedback and better user experience (idea)

2008-12-18 Thread Scott Ritchie
Austin English wrote: > On Thu, Dec 18, 2008 at 8:07 AM, Steve Brown wrote: >> On Wed, 17 Dec 2008, Austin English wrote: >> >>> In a few years when Wine is more developed and has most the API >>> implemented, this may be useful, but there's still a lot to do, and we >>> don't need more reports to

RE: 4/4 WineD3D: add G16R16F / G32R32F support

2008-12-18 Thread Stefan Dösinger
I think we should emulate this format like we emulate R32F with ARGB32F if GL_TEXTURE_RG is not supported. It is a fairly new extension and the format is probably rather important. (It should not be part of this patch though. Just a general note, the patch itself looks ok) > -Original Messag

RE: [PATCH] wined3d_gl.h minor typo fix

2008-12-18 Thread Stefan Dösinger
> -USE_GL_FUNC(PGLFNGLFOGCOORDDVEXTPROC, glFogCoordvEXT, EXT_FOG_COORD, NULL )\ > +USE_GL_FUNC(PGLFNGLFOGCOORDDVEXTPROC, glFogCoorddvEXT, EXT_FOG_COORD, NULL )\ I think I fixed that one with a patch in my glFogCoord e

RE: [PATCH] Fix ddraw surface version setting

2008-12-18 Thread Stefan Dösinger
The patch looks ok to me

Re: implicit declaration of function '_mkdir'

2008-12-18 Thread Austin English
On Sun, Dec 14, 2008 at 5:29 AM, Gerald Pfeifer wrote: > I am mostly offline (2s ping times) for another two weeks, but noticed > the following starting a couple of days ago on my nightly FreeBSD 6.4 > tester: > > server.c:755: warning: implicit declaration of function '_mkdir' > shellpath.c:2163:

Re: winecfg volume serial number

2008-12-18 Thread James Hawkins
On Thu, Dec 18, 2008 at 3:07 PM, Michael Ost wrote: > Michael Karcher wrote: >> >> Am Donnerstag, den 18.12.2008, 14:53 -0800 schrieb James Hawkins: >>> >>> I don't understand the problem. If you have the proper permissions, >>> wine should be able to read the volume name and everything should ju

Re: ntdll: fix a compiler warning on PC-BSD

2008-12-18 Thread Austin English
2008/12/18 Austin English : > -- > -Austin > Ignore this patch, there are a few more I didn't notice. I'll update and resend. -- -Austin

Re: winecfg volume serial number

2008-12-18 Thread James Hawkins
On Thu, Dec 18, 2008 at 2:47 PM, Michael Ost wrote: > James Hawkins wrote: >> >> On Thu, Dec 18, 2008 at 12:31 PM, Michael Ost >> wrote: >>> >>> wine-devel-requ...@winehq.org wrote: Date: Tue, 16 Dec 2008 13:52:00 +0100 From: "Hoehle, Joerg-Cyril" Subject: winecfg volume serial >>

Re: winecfg volume serial number

2008-12-18 Thread Michael Ost
James Hawkins wrote: > On Thu, Dec 18, 2008 at 12:31 PM, Michael Ost wrote: >> wine-devel-requ...@winehq.org wrote: >>> Date: Tue, 16 Dec 2008 13:52:00 +0100 From: "Hoehle, Joerg-Cyril" >>> Subject: winecfg volume serial >>> number To: Message-ID: >>> <47cc5abb01651443a88db8ec5b4d657b01c8f...@s4

Re: jscript: Do not call memcpy() with a NULL pointer argument

2008-12-18 Thread James Hawkins
On Thu, Dec 18, 2008 at 2:21 PM, Andrew Talbot wrote: > Changelog: >jscript: Do not call memcpy() with NULL pointer argument. > > diff --git a/dlls/jscript/string.c b/dlls/jscript/string.c > index eeceb1f..b49d3b3 100644 > --- a/dlls/jscript/string.c > +++ b/dlls/jscript/string.c > @@ -1395,8

qedit: tests/mediadet.c test skips sometimes

2008-12-18 Thread Rico Schüller
Hi, could anyone try the attached patch for the qedit test on a windows machine? It works around bug 16548. But according to the comment in the source I think this could be a mistake. I'd like to know if it works without renaming the file on windows. On wine it works. Cheers Rico diff --git a

Re: [msvfw32/tests] Fix a test failure on W2K3

2008-12-18 Thread Christian Costa
Hi Paul, You forgot to update the error messages. Christian Paul Vriens a écrit : > Hi, > > Pick a compressor that's available on all platforms for this > compressor type. > Ideally we would use ICInfo to enumerate and pick one that's available > but I > think that's a bit too much for now. >

Re: Functions that should be static

2008-12-18 Thread Christian Costa
Hi Francois, For 1) Why not adding a keyword to mark these functions. Something like WINAPI which resolve to nothing but that can be tracked by your script. I would add another item for more object oriented stuff. Some default implentations can be written but not always used. This is sort of te

Re: Unused vtables and debug channels

2008-12-18 Thread Christian Costa
Hi, I would suggest to keep the ones in pin.c. The file pin.c is a kind of "template" collection. Christian Maarten Lankhorst a écrit : > Hi Andrew, > > Andrew Talbot schreef: > >> It appears that the following vtables and Wine debug channels are not being >> used, so I am considering remov

Re: winecfg volume serial number

2008-12-18 Thread James Hawkins
On Thu, Dec 18, 2008 at 12:31 PM, Michael Ost wrote: > wine-devel-requ...@winehq.org wrote: >> Date: Tue, 16 Dec 2008 13:52:00 +0100 From: "Hoehle, Joerg-Cyril" >> Subject: winecfg volume serial >> number To: Message-ID: >> <47cc5abb01651443a88db8ec5b4d657b01c8f...@s4de8psaank.mitte.t-com.de> >>

Re: Unused vtables and debug channels

2008-12-18 Thread Christian Costa
Andrew Talbot a écrit : > Christian Costa wrote: > > >> Hi Andrew, >> >> BTW, if the vtable are removed, there may be some unused functions. Will >> they be removed as well ? >> >> Bye, >> Christian >> > > Hi Christian, > > Because I was mindful not to remove such things lightly, that is wh

Re: winecfg volume serial number

2008-12-18 Thread Michael Ost
wine-devel-requ...@winehq.org wrote: > Date: Tue, 16 Dec 2008 13:52:00 +0100 From: "Hoehle, Joerg-Cyril" > Subject: winecfg volume serial > number To: Message-ID: > <47cc5abb01651443a88db8ec5b4d657b01c8f...@s4de8psaank.mitte.t-com.de> > Content-Type: text/plain;charset="iso-8859-1" > > Hi,

Re: wine-1.2 release criteria?

2008-12-18 Thread Austin English
On Mon, Dec 15, 2008 at 9:24 AM, Paul Vriens wrote: > Dan Kegel wrote: >> >> - Tests that pass >> We're making progress here, but it's hard to quantify. >> http://test.winehq.org shows some runs still failing >> 20% of the tests, and others failing 0.3%, because >> we don't have a consistent set o

Re: implicit declaration of function '_mkdir'

2008-12-18 Thread James Hawkins
On Sun, Dec 14, 2008 at 2:29 AM, Gerald Pfeifer wrote: > I am mostly offline (2s ping times) for another two weeks, but noticed > the following starting a couple of days ago on my nightly FreeBSD 6.4 > tester: > > server.c:755: warning: implicit declaration of function '_mkdir' > shellpath.c:2163:

Re: server: implement move/rename change notifications and support for multiple change notification in one reply

2008-12-18 Thread Michael Pujos
Dan Kegel wrote: > On Tue, Dec 16, 2008 at 5:21 PM, Michael Pujos > wrote: > >>> I don't see an attachment to >>> http://www.winehq.org/pipermail/wine-patches/2008-December/066224.html >>> or rather, there's only a zero-length one. >>> >> I just attached (In thunderbird) the file outputt

winecfg volume serial number

2008-12-18 Thread Hoehle, Joerg-Cyril
Hi, I just sent a bug-fix to wine-patches to prevent a crash in winecfg when editing the volume serial number input field, together with some unrelated thoughts about winecfg and the device/volume serial number handling. Then I realized that wine-patches is not a good place for discussion. So h

implicit declaration of function '_mkdir'

2008-12-18 Thread Gerald Pfeifer
I am mostly offline (2s ping times) for another two weeks, but noticed the following starting a couple of days ago on my nightly FreeBSD 6.4 tester: server.c:755: warning: implicit declaration of function '_mkdir' shellpath.c:2163: warning: implicit declaration of function '_mkdir' shfldr_unixfs.c

Re: RE: WineD3D: add some new GL extensions

2008-12-18 Thread Roderick Colenbrander
Argh .. I already wondered why it wasn't added. Guess I wasn't very awake .. I'll resubmit it later today when I also do something useful with it. Thanks, Roderick > Did you send it to wine-devel intentionally? > > IMHO there's not much use for adding the extensions to the extension list > with

Re: Better user feedback and better user experience (idea)

2008-12-18 Thread Sander Devrieze
2008/12/18 Ben Klein : > 2008/12/18 Sander Devrieze : >> 2008/12/17 Scott Ritchie : >> >>> If it's that users blame the distro when it's a Wine problem, then we >>> can present them with some sort of information before installing (or >>> perhaps running) Wine. After that we should get out of the

RE: WineD3D: add some new GL extensions

2008-12-18 Thread Stefan Dösinger
Did you send it to wine-devel intentionally? IMHO there's not much use for adding the extensions to the extension list without making use of them. I think this should be done in one patch. > -Original Message- > From: wine-devel-boun...@winehq.org [mailto:wine-devel- > boun...@winehq.org

Re: wininet: Relax a notification test.

2008-12-18 Thread Paul Vriens
Hans Leidekker wrote: > diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c > index 6554680..8b3a8f8 100644 > --- a/dlls/wininet/tests/http.c > +++ b/dlls/wininet/tests/http.c > @@ -325,8 +325,8 @@ static void InternetReadFile_test(int flags) > SET_EXPECT2(INTERNET_STATUS_REQUES

Re: Better user feedback and better user experience (idea)

2008-12-18 Thread Austin English
On Thu, Dec 18, 2008 at 8:07 AM, Steve Brown wrote: > On Wed, 17 Dec 2008, Austin English wrote: > >> In a few years when Wine is more developed and has most the API >> implemented, this may be useful, but there's still a lot to do, and we >> don't need more reports to tell us this. > > Keep in mi

Re: Better user feedback and better user experience (idea)

2008-12-18 Thread Steve Brown
On Wed, 17 Dec 2008, Austin English wrote: > In a few years when Wine is more developed and has most the API > implemented, this may be useful, but there's still a lot to do, and we > don't need more reports to tell us this. Keep in mind that the Windows API is a moving target. In a few years, t

Re: [1/2] imm32: Fix the ImmIsUIMessageA/W.

2008-12-18 Thread Aric Stewart
Ahh ok, thanks. Will do. -aric Alexandre Julliard wrote: > Aric Stewart writes: > >> Since I value your input in imm32 and i do a lot of work there. If you >> would like to send me that high level overview then I can see if it >> works into wine. That way you can continue to contribute and w

re: winewtsn: add a new program that shows a dialog to inform about a crash

2008-12-18 Thread Dan Kegel
Alexandre wrote: > I'd suggest to do that in winedbg, there's no need to add another > Wine-specific program for that. Windows uses three different automatically started debuggers: the visual C++ debugger for average programmers, windbg for superprogrammers, and Dr. Watson for users who just need

Re: [1/2] imm32: Fix the ImmIsUIMessageA/W.

2008-12-18 Thread Alexandre Julliard
Aric Stewart writes: > Since I value your input in imm32 and i do a lot of work there. If you > would like to send me that high level overview then I can see if it > works into wine. That way you can continue to contribute and we do not > compromise the source code. No, please don't do that.

Re: mshtml: Add some interfaces in mshtml.idl (try 3) (resend)

2008-12-18 Thread Alistair Leslie-Hughes
Hi Konstantin, "Konstantin Kondratyuk" wrote in message news:200812181251.50439.kondrat...@etersoft.ru... > Add: >ILineInfo >IDisplayPointer >IDisplayPointer >IHTMLComputedStyle >IDisplayServices >IMarkupServices > > -- You have converted

Re: Compiling dbghelp with MinGW

2008-12-18 Thread Francois Gouget
On Sat, 13 Dec 2008, Eric Pouech wrote: [...] > > 1) #ifdef-out regexp support if regex.h is missing? Maybe with an > > autoconf check for regcomp()? > > 2) Add some reg*() stubs that do nothing if regex.h & co are missing? [...] > 1,2) most of the dbghelp code will be of no use if no regex s