Re: newbie wine developer question

2003-12-24 Thread Lionel Ulmer
On Wed, Dec 24, 2003 at 10:04:26AM -0500, Dimitrie O. Paun wrote: > Maybe we should change them to TRACEs, they are confusing as FIXMEs... Well, they still represents problems or unimplemented functionnalities in the Wine code... For example, we should use the Cooperative level to prevent people f

Re: newbie wine developer question

2003-12-24 Thread Lionel Ulmer
> Perhaps that's true. But you could try to run QuickTime Player. > It emits that dreaded FIXME and *the whole screen* goes black. Will try when I come back home (d/ling this on a pay-per-the-minute dial-up access is a bit hard :-) ). > Lionel, could you look at that problem? (QT player is a free

Re: newbie wine developer question

2003-12-24 Thread Dmitry Timoshkov
"Lionel Ulmer" <[EMAIL PROTECTED]> wrote: > Well, the day we do real 'direct graphic access' in Wine is the day we will > need a clipper... As we only draw to windows and that the clipping is > already done by X for us, the clipper is mostly stubs and does not need > anything more than that. Perh

Re: newbie wine developer question

2003-12-24 Thread Eric Pouech
Dimitrie O. Paun wrote: On December 24, 2003 04:49 am, Lionel Ulmer wrote: The DDraw code is full of FIXMEs that could be changed into TRACEs. So if the application works, no need to actually check the FIXMEs :-) Maybe we should change them to TRACEs, they are confusing as FIXMEs... or as comme

Re: newbie wine developer question

2003-12-24 Thread Dimitrie O. Paun
On December 24, 2003 04:49 am, Lionel Ulmer wrote: > The DDraw code is full of FIXMEs that could be changed into TRACEs. So if > the application works, no need to actually check the FIXMEs :-) Maybe we should change them to TRACEs, they are confusing as FIXMEs... -- Dimi.

Re: newbie wine developer question

2003-12-24 Thread Marcelo Duarte
ROTECTED]> To: "Zimler Attila" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 24, 2003 10:38 AM Subject: Re: newbie wine developer question > On Wed, 2003-12-24 at 11:16, Zimler Attila wrote: > > Am I understanding it correctly: If the application w

Re: newbie wine developer question

2003-12-24 Thread Uwe Bonnes
> "Mike" == Mike Hearn <[EMAIL PROTECTED]> writes: Mike> On Wed, 2003-12-24 at 11:16, Zimler Attila wrote: >> Am I understanding it correctly: If the application work we can >> ignore fixmes? (With other words - to do some real work I need an >> application which does not work?

Re: newbie wine developer question

2003-12-24 Thread Mike Hearn
On Wed, 2003-12-24 at 11:16, Zimler Attila wrote: > Am I understanding it correctly: If the application work we can ignore > fixmes? (With other words - to do some real work I need an application > which does not work? - I have plenty of them if this is the case :) Yes, that's definately the best

Re: newbie wine developer question

2003-12-24 Thread Zimler Attila
Lionel Ulmer wrote: The DDraw code is full of FIXMEs that could be changed into TRACEs. So if the application works, no need to actually check the FIXMEs :-) Am I understanding it correctly: If the application work we can ignore fixmes? (With other words - to do some real work I need an applica

Re: newbie wine developer question

2003-12-24 Thread Lionel Ulmer
> fixme:ddraw:Main_DirectDraw_SetCooperativeLevel > (0x4036cb78)->(00010021,0051) Not really a big issue. This fixme is here for all games but never prevented any of them to run :-) > fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP > from 32 to 16 Not supported now by XF

Re: newbie wine developer question

2003-12-24 Thread Lionel Ulmer
On Tue, Dec 23, 2003 at 09:07:12PM +, Mike Hearn wrote: > fixme:ddraw:Main_DirectDrawClipper_Initialize > (0x403afce8)->(0x4036cb84,0x),stub! > > If you want a big project, implementing the DDraw clipper could be it - > I don't know much about this component but it's used in some game

Re: newbie wine developer question

2003-12-24 Thread Zimler Attila
Mike Hearn wrote: On Tue, 2003-12-23 at 21:02, Zimler Attila wrote: fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after resizing display (now 640x480) I was going to suggest this one, but it seems a patch to remove it was already submitted by Alex a while back (but

Re: newbie wine developer question

2003-12-23 Thread Mike Hearn
On Tue, 2003-12-23 at 21:02, Zimler Attila wrote: > fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS > after resizing display (now 640x480) I was going to suggest this one, but it seems a patch to remove it was already submitted by Alex a while back (but not committed) so I'd

Re: newbie wine developer question

2003-12-23 Thread Dan Kegel
Zimler Attila wrote: 2) I would like to fix some fixme (which I can reproduce), but I don't understand a lot of thins. (I'm new to wine, but not new to C). Could somebody help me to start involved in the development process? The best way to get started is: 1. pick some repeatable bug 2. write a s

Re: newbie wine developer question

2003-12-23 Thread Zimler Attila
Andreas Mohr wrote: Hi, On Tue, Dec 23, 2003 at 06:31:40PM +, Zimler Attila wrote: 2) I would like to fix some fixme (which I can reproduce), but I don't understand a lot of thins. (I'm new to wine, but not new to C). Could somebody help me to start involved in the development process?

Re: newbie wine developer question

2003-12-23 Thread Uwe Bonnes
> "Zimler" == Zimler Attila <[EMAIL PROTECTED]> writes: Zimler> Hi, Since I'm new in developing wine please forgive me if I ask Zimler> a question that is answered earlier (I tried to search an answer Zimler> for my questions, but I did not found.) Zimler> 1) Should I report f

Re: newbie wine developer question

2003-12-23 Thread Andreas Mohr
Hi, On Tue, Dec 23, 2003 at 06:31:40PM +, Zimler Attila wrote: > 2) I would like to fix some fixme (which I can reproduce), but I don't > understand a lot of thins. (I'm new to wine, but not new to C). Could > somebody help me to start involved in the development process? Please mention seve

Re: newbie wine developer question

2003-12-23 Thread Dimitrie O. Paun
> 1) Should I report fixme's in bugzilla? (I guess, not, > but I'm not sure). That's correct, please don't. It would polute Bugzilla, and they are much easily accessible via grep :) > 2) I would like to fix some fixme (which I can > reproduce), but I don't understand a lot of thins. The simpl

newbie wine developer question

2003-12-23 Thread Zimler Attila
Hi, Since I'm new in developing wine please forgive me if I ask a question that is answered earlier (I tried to search an answer for my questions, but I did not found.) 1) Should I report fixme's in bugzilla? (I guess, not, but I'm not sure). 2) I would like to fix some fixme (which I can repro