Re: dlls/icmp/icmp_main.c -- attempt at fixing regression in r1.30 (RESEND)

2007-12-04 Thread Steven Edwards
Hello, On Dec 4, 2007 7:34 PM, Gerald Pfeifer <[EMAIL PROTECTED]> wrote: > Since Alexandre has asked me to take care of overflow in some other > context, I figured I could ping this underflow patch in return. ;-) > > Gerald > > -- Forwarded message -- > From: Gerald Pfeifer <[EMAIL

Re: Wine Weekly News

2007-12-04 Thread Triton
On Tue, 4 Dec 2007 18:23:10 -0500 "Zachary Goldberg" <[EMAIL PROTECTED]> wrote: > Kai, > > It was my pleasure :). Keep the interesting wine discussion/news > coming and I'll keep writing WWNs. I'll also make note to highlight > in particular GSoC developments as they happen. > > --Zach Hi eve

Re: Wine Weekly News

2007-12-04 Thread Zachary Goldberg
Kai, It was my pleasure :). Keep the interesting wine discussion/news coming and I'll keep writing WWNs. I'll also make note to highlight in particular GSoC developments as they happen. --Zach On Dec 4, 2007 6:14 PM, Kai Blin <[EMAIL PROTECTED]> wrote: > Hi Zach, > > thanks for getting a new W

Wine Weekly News

2007-12-04 Thread Kai Blin
Hi Zach, thanks for getting a new WWN issue out there. Finally there's more than one release after the other. I think WWN is a really valuable ressource for our users. Also, I hope it'll be a platform to get some GSoC exposure on the front page, especially without me having to take care of it.

Re: dib engine

2007-12-04 Thread Jesse Allen
On Dec 3, 2007 4:33 PM, Piotr Maceluch <[EMAIL PROTECTED]> wrote: > Hi, > what's the status of DIB engine (or where can one read about it)? Are > the up-to-date sources still available? What kind of help would be needed? > Thanks > Peter Maceluch If you are talking about my project, it is still

Re: shdocvw #3: Set default home and search page.

2007-12-04 Thread Jacek Caban
Aric Stewart wrote: > Humm, maybe i am confused but (at least the win98 version of ) > shdocvw.dll implements DllRegisterServer which seems to do a lot of > stuff. But Setting the Start Page is not one of them. In my > experience installing IE does not actually set a Start Page by > default, but

Re: dlls/wined3d/state.c -- fix error handling

2007-12-04 Thread Stefan Dösinger
Am Dienstag, 4. Dezember 2007 01:34:55 schrieb Gerald Pfeifer: > This looks like a mistaken consistency check. The code where mapped_stage > is set looks as follows: > > DWORD mapped_stage = stateblock->wineD3DDevice->texUnitMap[texUnit]; > > and at other places we do check for -1, so this looks

Re: shdocvw #3: Set default home and search page.

2007-12-04 Thread Aric Stewart
Humm, maybe i am confused but (at least the win98 version of ) shdocvw.dll implements DllRegisterServer which seems to do a lot of stuff. But Setting the Start Page is not one of them. In my experience installing IE does not actually set a Start Page by default, but instead the browser seem t

Re: shdocvw #3: Set default home and search page.

2007-12-04 Thread Jacek Caban
Aric Stewart wrote: > True, making it something for wine.inf or for winecfg, but not > shdocvw.dll in my opinion. > Native shdocvw.dll doesn't support self registration at all and its registration is done by IE installer IMO. If we want to be compatible with native, we'd have to move everythin

Re: shdocvw #3: Set default home and search page.

2007-12-04 Thread Aric Stewart
True, making it something for wine.inf or for winecfg, but not shdocvw.dll in my opinion. -aric Steven Edwards wrote: > On Dec 4, 2007 5:56 AM, Aric Stewart <[EMAIL PROTECTED]> wrote: >> Do we consider wine to be an OEM or a reimplementation of the base >> windows? Setting the homepage is easy e

Re: shdocvw #3: Set default home and search page.

2007-12-04 Thread Steven Edwards
On Dec 4, 2007 5:56 AM, Aric Stewart <[EMAIL PROTECTED]> wrote: > Do we consider wine to be an OEM or a reimplementation of the base > windows? Setting the homepage is easy enough it is just a registry key. > However it is not something set when registering shdocvw.dll so i dont > think we should s

Re: shdocvw #3: Set default home and search page.

2007-12-04 Thread Aric Stewart
Do we consider wine to be an OEM or a reimplementation of the base windows? Setting the homepage is easy enough it is just a registry key. However it is not something set when registering shdocvw.dll so i dont think we should set it there. As a config option in winecfg sure. -aric Steven Edwa

Re: shdocvw #3: Set default home and search page.

2007-12-04 Thread Steven Edwards
On Dec 3, 2007 11:33 PM, Aric Stewart <[EMAIL PROTECTED]> wrote: > While amusing I do not think this is correct. Plenty of OEM's change the default IE home page, and we should make it easy to do so in Wine. I think a edit box in winecfg is the best route to go with the default option being about:b