Re: PATCH: comctl32 fix for message loops with LVS_OWNERDATA (virtual listviews)

2007-03-26 Thread Dimi Paun
On Mon, March 26, 2007 18:18, Tom Kistner wrote: > This fixes FlashFXP 3.x, a "most wanted" application. > > Patch attached. See Bugzilla #5131 for details. Can you please resubmit using 4-space indent as it is used in the rest of that function? -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: Icon for wine

2007-03-26 Thread Steven Edwards
On 3/23/07, Marcelo Boveto Shima <[EMAIL PROTECTED]> wrote: I created an svg version of wine's logo and then I created some icons for the wine applications based on wine's logo and tango's icons. wine-regedit.svg is based on a clipart found at openclipart.org: http://openclipart.org/media/files/n

Re: Road to 1.0

2007-03-26 Thread Jacek Caban
Hans Leidekker wrote: > On Sunday 25 March 2007 16:39:01 Dan Kegel wrote: > > >> Here's a try at a 1.0 wish list: >> > > I would like to see Wine 1.0 'fake' some suitable version > of Internet Explorer, say 6. > We almost have it. The main missing bit that causes apps not to find our IE

Re: comctl32: Constify some variables (1 of 4)

2007-03-26 Thread Andrew Talbot
Alexandre Julliard wrote: > Andrew Talbot <[EMAIL PROTECTED]> writes: > >> +++ b/dlls/comctl32/draglist.c 2007-03-24 10:29:36.0 + >> @@ -91,7 +91,7 @@ >> } >> >> /* cleans up after dragging */ >> -static void DragList_EndDrag(HWND hwnd, DRAGLISTDATA * data) >> +static void D

Re: Patch to fix bug 892

2007-03-26 Thread Juan Lang
Hi Patrick, thanks for the patch. Unfortunately it's rather large, and doesn't just do what it says, so it's unlikely to get accepted as-is. For example: + For use in GetSystemInfo(), these are the offsets into the register array. Original version + isn't very clear what is meant by r

Re: Road to 1.0

2007-03-26 Thread John Smith
Better yet to be able to set what version it fakes. On 3/26/07, Hans Leidekker <[EMAIL PROTECTED]> wrote: On Sunday 25 March 2007 16:39:01 Dan Kegel wrote: > Here's a try at a 1.0 wish list: I would like to see Wine 1.0 'fake' some suitable version of Internet Explorer, say 6. -Hans

Re: comctl32: Constify some variables (1 of 4)

2007-03-26 Thread Alexandre Julliard
Andrew Talbot <[EMAIL PROTECTED]> writes: > +++ b/dlls/comctl32/draglist.c2007-03-24 10:29:36.0 + > @@ -91,7 +91,7 @@ > } > > /* cleans up after dragging */ > -static void DragList_EndDrag(HWND hwnd, DRAGLISTDATA * data) > +static void DragList_EndDrag(HWND hwnd, DRAGLISTDA

Re: Road to 1.0

2007-03-26 Thread Hans Leidekker
On Sunday 25 March 2007 16:39:01 Dan Kegel wrote: > Here's a try at a 1.0 wish list: I would like to see Wine 1.0 'fake' some suitable version of Internet Explorer, say 6. -Hans

Re: WineD3D: Use GL_TEXTURE_2D for dummy textures

2007-03-26 Thread H. Verbeet
On 26/03/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: A driver bug workaround :-) Brilliant. Anyway, for what it's worth, I don't think there's anything wrong with using 2D dummy textures.

Re: WineD3D: Use GL_TEXTURE_2D for dummy textures

2007-03-26 Thread Stefan Dösinger
Am Montag 26 März 2007 08:54 schrieb H. Verbeet: > On 26/03/07, Felix Nawothnig <[EMAIL PROTECTED]> wrote: > > As discussed in IRC. Probably won't apply without the last patch but > > doesn't depend on it. > > I think I missed that discussion. A driver bug workaround :-) The problem is that the Ma

Re: WineD3D: Use GL_TEXTURE_2D for dummy textures

2007-03-26 Thread Stefan Dösinger
> Stefan, you mentioned something about "colliding with the normal 2d > handling" - from the code I don't see any problems and since you got no > test app... tell me if there's anything wrong with this. > static void activate_dimensions(DWORD stage, IWineD3DStateBlockImpl *stateblock) { > +gl