Re: Would like to contribute to wine

2007-09-24 Thread Roderick Colenbrander
> > Correct but we don't have it in Wine. If we added the Drv functions, > > while I have the parts of the DIB engine unimplemented, I could > > forward back to the driver alot easier. There is maybe another way, > > but having Drv functions make sense in my mind. > > That would be perfect (IMHO),

Re: Would like to contribute to wine

2007-09-24 Thread Detlef Riekenberg
On So, 2007-09-23 at 17:15 -0600, Jesse Allen wrote: > Correct but we don't have it in Wine. If we added the Drv functions, > while I have the parts of the DIB engine unimplemented, I could > forward back to the driver alot easier. There is maybe another way, > but having Drv functions make sense

Re: Would like to contribute to wine

2007-09-23 Thread Jesse Allen
On 9/23/07, Detlef Riekenberg <[EMAIL PROTECTED]> wrote: > On Mo, 2007-09-10 at 10:06 -0600, Jesse Allen wrote: > > > What about the Drv* functions? > > Drv* are implemented by the Driver, while Eng* and Friends are > the Graphic Rendering Engine (on windows in win32k.sys). > The Exports in GDI are

Re: Would like to contribute to wine

2007-09-23 Thread Detlef Riekenberg
On Mo, 2007-09-10 at 10:06 -0600, Jesse Allen wrote: > What about the Drv* functions? Drv* are implemented by the Driver, while Eng* and Friends are the Graphic Rendering Engine (on windows in win32k.sys). The Exports in GDI are parts of the GRE for Usermode Printer Drivers. > Also, I wonder h

Re: Would like to contribute to wine

2007-09-10 Thread Jesse Allen
On 9/9/07, Marcel Partap <[EMAIL PROTECTED]> wrote: > >> On this year's Google SoC I found an interesting application called > >> "Windows Printing subsystem bridge (i.e. use WIN32 drivers to print from > >> wine)". > >> It was accepted but I can't find any information about any progress. > I am th

Re: Would like to contribute to wine

2007-09-09 Thread Marcel Partap
>> On this year's Google SoC I found an interesting application called >> "Windows Printing subsystem bridge (i.e. use WIN32 drivers to print from >> wine)". >> It was accepted but I can't find any information about any progress. I am the guy responsible for not providing information about the prog

Re: Would like to contribute to wine

2007-09-08 Thread Detlef Riekenberg
On Di, 2007-09-04 at 08:17 +0200, Maciej Kowalczyk wrote: > I'm looking for subject for my Master's thesis. It might be interesting to > do something useful for Wine. Welcome to wine. > On this year's Google SoC I found an interesting application called > "Windows Printing subsystem bridge (i

Re: Would like to contribute to wine

2007-09-04 Thread Juan Lang
> I think it is doable because Windows 2000 and later printer drivers are > work in user-space. That might be interesting work, although if it's limited to Windows apps, it would probably be less useful than ddiwrapper is supposed to be. > In suse repository I found ddiwrapper package. It does so

Re: Would like to contribute to wine

2007-09-04 Thread Stefan Dösinger
Am Dienstag, 4. September 2007 09:38:20 schrieb Dan Kegel: > Maciej wrote: > > I'm looking for subject for my Master's thesis. It might be interesting > > to do something useful for Wine. > > A few things you could help finish: > > 1) widl, Wine's IDL compiler. Dan Hipschman has been > improving w

re: Would like to contribute to wine

2007-09-04 Thread Dan Kegel
Maciej wrote: > I'm looking for subject for my Master's thesis. It might be interesting to > do something useful for Wine. A few things you could help finish: 1) widl, Wine's IDL compiler. Dan Hipschman has been improving widl for some time, but his internship is up in a couple months, and I'm s

Would like to contribute to wine

2007-09-03 Thread Maciej Kowalczyk
Hi all, I'm looking for subject for my Master's thesis. It might be interesting to do something useful for Wine. On this year's Google SoC I found an interesting application called "Windows Printing subsystem bridge (i.e. use WIN32 drivers to print from wine)". It was accepted but I can't f