Re: gsoc theming

2011-04-07 Thread Andrew Green
oft.com/en-us/library/aa374219(v=vs.85).aspx On Mon, Apr 4, 2011 at 11:19 PM, Nikolay Sivov wrote: > On 4/4/2011 16:45, Reece Dunn wrote: >> >> On 4 April 2011 13:08, Andrew Green  wrote: >>> >>> Hi, >>> I hate to message you on this email. I have

Re: Question

2011-03-22 Thread Andrew Green
There are no teams in gsoc. Each person has to work individually on the project they choose. How it works is that the organisation pick projects it approves of. Then these projects are sent to google. Google takes into account various factors to decide how many projects get selected. On Mar 23, 2

Re: correct comctl32 implementation

2011-03-15 Thread Andrew Green
I'm not sure how it will only use theming for version 6 without sxs. Will the control have to manually check the manifest? I am a bit familiar with how to use the themes to draw controls and that shouldn't be an issue. At the moment i'm more confused with this window class redirect thing. I've be

Re: correct comctl32 implementation

2011-03-11 Thread Andrew Green
ould it just be that case that comctl32(version 6) re-registers the controls that are normally in user32? If anyone could provide me with any information or reading material. I would be very thankful. On Fri, Mar 11, 2011 at 7:28 PM, Nikolay Sivov wrote: > On 3/11/2011 06:22, Andrew Green wrote:

correct comctl32 implementation

2011-03-10 Thread Andrew Green
I have been researching how i could implement the gsoc Theming - Implement Wine theming support. Though I'm a bit confused what is wanted. So is the case that completely separate dll's should be written for different versions and be loaded by side-by-side assembly. So you would end up with "comctl3

Re: GSOC idea to implement the explorer

2011-02-24 Thread Andrew Green
Thank you for your support. I will probably make two proposals. One for theming and one for explorer. Of course my proposals will only be using c as the programming language. It looks like I have a lot of research to do before I can submit my application. On Wed, Feb 23, 2011 at 3:20 AM, Juan Lang

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

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