Bugzilla - Add keyword and remove OS's

2008-11-13 Thread Austin English
Howdy, The OS list in bugzilla is a bit excessive. There are 16 OS's that I think we should remove, as no one is using them (HP-UX has one bug filed against it, but for all intents and purposes, it's not being used). Many of these aren't x86, so only could be used for Winelib anyway. Mac System 7

Re: Users posting to wine-bugs

2008-11-13 Thread Maarten Lankhorst
Austin English schreef: > On Sat, Nov 1, 2008 at 12:13 PM, Matt Perry <[EMAIL PROTECTED]> wrote: > >> On Sat, Nov 1, 2008 at 3:11 AM, Luke Bratch <[EMAIL PROTECTED]> wrote: >> >>> Is anybody opposed to me setting up an auto-responder so that any mail >>> going to [EMAIL PROTECTED] gets aut

Re: implement OleLoadPictureFile

2008-11-13 Thread Juan Lang
> Any feedback on the spec file or the debug trace? I'm afraid I don't know what substantive difference there is between looking at one small portion of the disassembly (to verify a function is being called) and learning something more substantial. There are certain kinds of reverse engineering t

Re: user32: The default WM_CANCELMODE handler needs to call EndMenu() also in the case of a child window (resend)

2008-11-13 Thread Nicholai Benalal
Den Thursday 13 November 2008 03:52:07 skrev Vincent Povirk: > Please write a test for this scenario. I'm not sure if I know ho to do that but I see your point ;-)

Re: user32: TPM_ENTERIDLEEX needs to be set for popup windows (resend)

2008-11-13 Thread Nicholai Benalal
Den Thursday 13 November 2008 01:22:14 skrev David Adam: > You need to est your email adress in your patches. > Ok. I thought that it was enough if the email address was clear in the email. Do I need to resend those patches again?

Re: DIB Engine

2008-11-13 Thread Sergey Novosyolov
В сообщении от Thursday 13 November 2008 13:22:07 Massimo Del Fedele написал(а): > Sergey Novosyolov ha scritto: > > I've already started working on it about 3 months ago and released some > > functions inside DIB Engine. But now we're thinking about release DIB > > inside GDI32 as Detlef Riekenbe

Re: implement OleLoadPictureFile

2008-11-13 Thread Jeremy Drake
On Wed, 12 Nov 2008, Austin English wrote: > Can you add a testcase to show that this behavior is correct? Yeah. I'll do that for the next version of the patch, as well as implement OleLoadPictureFileEx. Any feedback on the spec file or the debug trace? Thanks, Jeremy -- If you cannot convin

Re: Patch to build \\HKLM\HARDWARE\DEVICEMAP\SERIALCOMM entries for COM ports

2008-11-13 Thread A C Hurst
> > Follows example of create_scsi_entries() in oldconfig.c > > Addresses bug 11811 among others. > > docs at > > http://www.winehq.org/site/docs/wineusr-guide/misc-things-to-configure only > > mention > > lowercase names in dosdevices. > > Hopefully I'm not too far down the s**t list; only my 2n

Re: implement OleLoadPictureFile

2008-11-13 Thread Jeremy Drake
On Wed, 12 Nov 2008, Juan Lang wrote: > >> This patch implements OleLoadPictureFile based on the MSDN docs > >> (http://msdn.microsoft.com/en-us/library/ms221680.aspx) and what I saw > >> when stepping through in windbg on XP. > > Stop right there. Implementing stuff based on looking at disassemb

Re: user32: TPM_ENTERIDLEEX needs to be set for popup windows (resend)

2008-11-13 Thread David Adam
You need to est your email adress in your patches. David 2008/11/12 Nicholai Benalal <[EMAIL PROTECTED]> > Changelog: > user32:TPM_ENTERIDLEEX needs to be set for popup windows since > applications expect the owner window to be set for WM_ENTERIDLE. A NULL > window made several applications, suc

Re: DDRAW: ComputeSphereVisibility: Am I in the good way?

2008-11-13 Thread Henri Verbeet
2008/11/13 paulo lesgaz <[EMAIL PROTECTED]>: > I need to use some functions implemented in d3dx8 to do the job. > > Can I link this dll to ddraw (even if it is not logical in a Windows point > of view) or I need to reimplement all the needed math functions in wined3d? > > David No, you can't use d3

Only ~100 valgrind errors left?

2008-11-13 Thread Dan Kegel
I'm getting back to valgrinding again. In preparation for adding valgrind runs to patchwatcher, I'm running the test suite through valgrind zillions of times, looking at how repeatable the results are. At the moment it looks like there is an annoyingly long tail of less likely failures, which is go

Re: DDRAW: ComputeSphereVisibility: Am I in the good way?

2008-11-13 Thread paulo lesgaz
I need to use some functions implemented in d3dx8 to do the job. Can I link this dll to ddraw (even if it is not logical in a Windows point of view) or I need to reimplement all the needed math functions in wined3d? David --- En date de : Jeu 13.11.08, Henri Verbeet <[EMAIL PROTECTED]> a écrit 

Re: DDRAW: ComputeSphereVisibility: Am I in the good way?

2008-11-13 Thread Henri Verbeet
2008/11/13 paulo lesgaz <[EMAIL PROTECTED]>: > Hello > > I would like to implement ComputeSphereVisibility. The sting game is > completely black because of this stubbed function. Here is my idea to > implement it. Am I in the good way, or it is completely a bad idea? > > With GetViewport, I retriev

Making changes to Wiki

2008-11-13 Thread Vitaliy Margolen
Whenever someone maks changes to wiki page please add comments indicating what was changed. Without comments it's the same as submitting patches without a description. Vitaliy.

DDRAW: ComputeSphereVisibility: Am I in the good way?

2008-11-13 Thread paulo lesgaz
Hello I would like to implement ComputeSphereVisibility. The sting game is completely black because of this stubbed function. Here is my idea to implement it. Am I in the good way, or it is completely a bad idea? With GetViewport, I retrieve the viewport matrix V, and with  GetTransform, I ret

Re: DIB Engine

2008-11-13 Thread Massimo Del Fedele
Roderick Colenbrander ha scritto: >> > > Under the hood Windows uses Eng* functions in the win2k/winxp driver model > (perhaps even Vista, don't know). > It is a different architecture than what Wine uses we are close to a win3.1 > design. > The use of the real win32 functions would offer the

Re: DIB Engine

2008-11-13 Thread Roderick Colenbrander
> Sergey Novosyolov ha scritto: > > > > I've already started working on it about 3 months ago and released some > > functions inside DIB Engine. But now we're thinking about release DIB > inside > > GDI32 as Detlef Riekenberg proposed: > > On 9/29/08, Sergey Novosyolov <[EMAIL PROTECTED]> wrote:

Re: DIB Engine

2008-11-13 Thread Massimo Del Fedele
Sergey Novosyolov ha scritto: > > I've already started working on it about 3 months ago and released some > functions inside DIB Engine. But now we're thinking about release DIB inside > GDI32 as Detlef Riekenberg proposed: > On 9/29/08, Sergey Novosyolov <[EMAIL PROTECTED]> wrote: > >>> The fi

Re: shdocvw: Correct tests

2008-11-13 Thread Paul Vriens
Alistair Leslie-Hughes wrote: > Hi, >Corrected module the test are corrected in. > > Changelog: > shdocvw: Correct tests > > Best Regards > Alistair Leslie-Hughes > So shouldn't this be changed as well: -ok(site == NULL, "inplace=%p, ezpected NULL\n", runnable); +ok(site == NU

Re: mshtml: Correct tests

2008-11-13 Thread Alistair Leslie-Hughes
Ignore this. "Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Changelog: > mshtml: Correct tests > > Best Regards > Alistair Leslie-Hughes > > > > > From e6ba1638d42

Re: Patch to build \\HKLM\HARDWARE\DEVICEMAP\SERIALCOMM entries for COM ports

2008-11-13 Thread A C Hurst
Resending this as it didn't make the list (shef.ac.uk != sheffield.ac.uk) sorry Austin > > Follows example of create_scsi_entries() in oldconfig.c > > Addresses bug 11811 among others. > > docs at > > http://www.winehq.org/site/docs/wineusr-guide/misc-things-to-configure only > > mention > > lo