Re: [GSoC] Merge winecfg and Control Panel

2011-03-24 Thread wine . dev
Dear Tony Welcome to Wine. > > After all the searches, I still do not have an overall idea of how to > create an control panel applet. From my current understanding, if I put the > cpl (dll) file in "~/.wine/drive_c/windows/system32/", wine control will > recognize it automatically, right? When

Re: [GSoC] Merge winecfg and Control Panel

2011-03-24 Thread Vincent Povirk
You can pretty much ignore everything in the actual C source files of appwiz.c except the CPlApplet function. CPL_STARTWPARMSW is unimportant, and all CPL_DBLCLK does is create a window. The only difference from the layout of a normal Windows program is that a control panel applet does not include

Re: [GSoC] Merge winecfg and Control Panel

2011-03-24 Thread Tony Zhang
Dear Owen, > Actually creating a new control panel applet is a fairly straightforward > task. You can look at the existing control panels (appwiz.cpl, inetcpl.cpl) > to get an idea of what's involved > > After all the searches, I still do not have an overall idea of how to create an control panel

Re: GSoC: Implement the Explorer

2011-03-24 Thread John Klehm
On Thu, Mar 24, 2011 at 9:51 AM, David Hedberg wrote: > Hi Jay, > > On Thu, Mar 24, 2011 at 05:16, Jay Yang wrote: > As for TortoiseSVN I don't dare speak for what others might find > useful or how far we are from having that working, but in general Pretty much a drop in linux replacement for to

Re: [GSoC] Merge winecfg and Control Panel

2011-03-24 Thread Tony Zhang
Dear Owen, > Actually creating a new control panel applet is a fairly straightforward > task. You can look at the existing control panels (appwiz.cpl, inetcpl.cpl) > to get an idea of what's involved > > I have looked at the two existing applets, but got a little confused by the variable names an

Re: wine 1.3.16: wrc compiler and LANGUAGE

2011-03-24 Thread Austin English
On Thu, Mar 24, 2011 at 14:25, Gilles Depeyrot wrote: > On 24/03/2011 08:06, Dmitry Timoshkov wrote: >> >> Gilles Depeyrot  wrote: >>> >>> Has there been a change between wine 1.2.2 and wine 1.3.x that would >>> require adding an include file that was previously not needed? >> >> I don't think so.

Re: wine 1.3.16: wrc compiler and LANGUAGE

2011-03-24 Thread Gilles Depeyrot
On 24/03/2011 08:06, Dmitry Timoshkov wrote: Gilles Depeyrot wrote: Has there been a change between wine 1.2.2 and wine 1.3.x that would require adding an include file that was previously not needed? I don't think so. Including windef.h and winuser.h should be enough. If you could provide a sm

Re: GSoC: Implement the Explorer

2011-03-24 Thread David Hedberg
Hi Jay, On Thu, Mar 24, 2011 at 05:16, Jay Yang wrote: > Hello, > >    Since my first proposal got no response at all, I thought I'd offer > another possible project I'm interested in. I looked a little into the > "Implement the Explorer" project idea listed on the Summer of Code page on > the wi

Re: [GSoC] Implementing missing DirectInput8 features

2011-03-24 Thread Vitaliy Margolen
On 03/23/2011 02:52 PM, Lucas Zawacki wrote: Hello, I'm Lucas Fialho Zawacki a Computer Science undergrad at UFRGS university in Brazil. I'm very interested in working with Wine for the Google Summer of Code and have decided to approach the implementation of DirectInput8 missing features. Welcom

Re: browseui/tests: COM cleanup in autocomplete.c.

2011-03-24 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=10131 Your paranoid android

Re: [PATCH 07/15] d3dx9: Add ID3DXBaseEffect interface.

2011-03-24 Thread Henri Verbeet
2011/3/23 Rico Schüller : > +FIXME("íface %p, desc %p stub\n", This, desc); Typo?

Re: wine 1.3.16: wrc compiler and LANGUAGE

2011-03-24 Thread Gilles Depeyrot
Hi, Has there been a change between wine 1.2.2 and wine 1.3.x that would require adding an include file that was previously not needed? Thanks, Gilles On 24/03/2011 06:29, Dmitry Timoshkov wrote: Jerome Leclanche wrote: I don't think SUBLANG_FRENCH is valid in rc files. Have you tried SUB

Re: wine 1.3.16: wrc compiler and LANGUAGE

2011-03-24 Thread Gilles Depeyrot
Hi, It is valid for the Microsoft resource compiler and also for wine 1.2.2. Gilles On 23/03/2011 23:54, Jerome Leclanche wrote: I don't think SUBLANG_FRENCH is valid in rc files. Have you tried SUBLANG_NEUTRAL? J. Leclanche On Wed, Mar 23, 2011 at 9:54 AM, Gilles Depeyrot wrote: Hi, I

Re: [1/4] wined3d/context: Track the number of render targets in FBO entries.

2011-03-24 Thread Adam Martinson
On 03/22/2011 01:33 PM, Henri Verbeet wrote: How much of a real difference does this patch make, after you avoid the redundant lookups? (I.e., after the second patch in this series.) In that case the additional reduction in context_apply_fbo_state() CPU time from the 1st patch is only about 10%.

Re: wine 1.3.16: wrc compiler and LANGUAGE

2011-03-24 Thread Dmitry Timoshkov
[please bottom post] Gilles Depeyrot wrote: > Has there been a change between wine 1.2.2 and wine 1.3.x that would > require adding an include file that was previously not needed? I don't think so. Including windef.h and winuser.h should be enough. If you could provide a small .rc file and com