Re: Want to Help with Wine Icons

2004-02-09 Thread Dimitrie O. Paun
On February 9, 2004 02:22 pm, Terence Scott wrote: > I'm an illustrator who has been working in the Web > Designing/Programming world for a while and would like to help out > with drawing icons for Wine. Perfect! We need a guy like you on the team, we're not that graphically inclined :) > Is the

Re: NT services ...

2004-02-09 Thread Steven Edwards
--- Lars Segerlund <[EMAIL PROTECTED]> wrote: > Any comments ? > > I just wanted to know if I was thinking in the right tracks and if > anybody has an estimate about how hard an undertaking like this would > be before getting into the effort. I would create the services framework to be called b

Re: Uncomment a now passing path test

2004-02-09 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > now one more path test passes. No it doesn't, at least not on my machine (otherwise it wouldn't be a todo, I never commit anything that causes a test failure here). Looks like this test will need more work. -- Alexandre Julliard [EMAIL PROTECTED]

Want to Help with Wine Icons

2004-02-09 Thread Terence Scott
I'm an illustrator who has been working in the Web Designing/Programming world for a while and would like to help out with drawing icons for Wine.  Is there a list of what needs to be drawn and who to send the icons to? Thanks, Terry Scott Innovative Solutions 585-292-5070 x245 [EMAIL PROTECTE

RE: wine/dlls/kernel profile.c

2004-02-09 Thread Robert Shearman
Dmitry Timoshkov wrote: > "Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > > > Log message: > > Robert Shearman <[EMAIL PROTECTED]> > > - Use Win32 instead of Unix file functions. > > - Process files fully in Unicode. > > - Add Unicode file detection. > > Profile test suite fails after this patch.

Re: LOCAL: Not enough space in GDI heap

2004-02-09 Thread Fabian Cenedese
>> I hacked some more and need an advice. I changed font.cpp: CreateFontIndirectW >> a bit. Instead of always allocating a new gdi object it has a list of already >> allocated font objects and first tests if there was already a font allocated >> with the same logical properties (LOGFONTW). If so i

Re: LOCAL: Not enough space in GDI heap

2004-02-09 Thread Huw D M Davies
On Mon, Feb 09, 2004 at 05:03:40PM +0100, Fabian Cenedese wrote: > > I hacked some more and need an advice. I changed font.cpp: CreateFontIndirectW > a bit. Instead of always allocating a new gdi object it has a list of already > allocated font objects and first tests if there was already a font a

Re: Registry delete

2004-02-09 Thread Dimitrie O. Paun
On Mon, 9 Feb 2004, Zimler Attila wrote: > I tested windows version of regedit, and there is only two case (one the > focus is in the tree, and second the focus in value editor). What happens when neither of them have the focus? Maybe we should just disable the New/Delete/Rename/Modify menus...

Re: LOCAL: Not enough space in GDI heap

2004-02-09 Thread Fabian Cenedese
>>>If you work with Win2K/XP, you can use NTobjects a free tool from >>>www.smidgeonsoft.com. It shows you for each process the number of each >>>type of GDI objects, compare that with the number that you observe in >>>your wine logs. >> >>That's a nice page, interesting looking tools. I tried it

Re: Registry delete

2004-02-09 Thread Zimler Attila
Dimitrie O. Paun wrote: On Fri, 6 Feb 2004, Zimler Attila wrote: Hi, I tried to found out which value to use in framewnd.c to add key delete support (and rename). I found out that both key and value delete use ID_EDIT_DELETE. My question is: How can I separate the two event? Yes, that's

Re: deliver full path by argv[0] and GetCommandLine for win9x

2004-02-09 Thread Dmitry Timoshkov
"Frank Schruefer" <[EMAIL PROTECTED]> wrote: > Was this patch forgotten/rejected? Did you consider to provide a test suite as well to justify the change? -- Dmitry.

NT services ...

2004-02-09 Thread Lars Segerlund
I think I have an idea about NT services which is doable in the current framework. So what do you guy's think about spawning a second daemon handling the nt-services fron wineserver ? This could be done optionally ( services/noservices) and they can talk to each other on a unix socket ? Alt

Re: LOCAL: Not enough space in GDI heap

2004-02-09 Thread Fabian Cenedese
>>> Now is this an error in my application (VB6 with lots of controls and ocx's) >>> or one in wine? Does my app really create so many fonts or should each >>> only appear once in this list because they're all the same? They do have >>> different handles/addresses but that could be wine too. Of co