Re: GSOC idea to implement the explorer

2011-02-20 Thread Andrew Green
I had assumed that the browser part of explorer simply hosted another control or collection of controls. Though explorer is more than a browser. It also acts like a desktop shell. Though I understand this is probably the lower priority on the wine developers list. As integrating into Linux desktop

Re: d3dx9: Implement D3DXFloat32To16Array and D3DXFloat16To32Array. (try 2)

2011-02-20 Thread Rico Schüller
Hi, I have a small hint to the D3DXFloat32To16Array function. It seems that some values are handled in some other way. A small test: D3DXFLOAT16 res; union p { float f; DWORD d; } x; x.d = 0x33000800; D3DXFloat32To16Array

Re: GSOC idea to implement the explorer

2011-02-20 Thread Nikolay Sivov
On 2/20/2011 18:58, Roderick Colenbrander wrote: On Sun, Feb 20, 2011 at 4:05 AM, Andrew Green wrote: I was just looking at the Google summer of code(GSOC) ideas and noticed "implement the explorer". This grabbed my attention as I have recently been working on a windows xp explorer clone. Also

Re: GSOC idea to implement the explorer

2011-02-20 Thread Roderick Colenbrander
On Sun, Feb 20, 2011 at 4:05 AM, Andrew Green wrote: > I was just looking at the Google summer of code(GSOC) ideas and > noticed "implement the explorer". This grabbed my attention as I have > recently been working on a windows xp explorer clone. > Also it mentions a reference to ReactOS explorer

GSOC idea to implement the explorer

2011-02-20 Thread Andrew Green
I was just looking at the Google summer of code(GSOC) ideas and noticed "implement the explorer". This grabbed my attention as I have recently been working on a windows xp explorer clone. Also it mentions a reference to ReactOS explorer written in c++. Well there is a second explorer which is plann