Re: implement PS_USERSTYLE handling - obviously not correct ;)

2009-04-04 Thread John Klehm
On Sat, Apr 4, 2009 at 4:49 PM, Hans Breuer wrote: > Hi, > just read again http://www.winehq.org/sending_patches and noticed that my > first wine patch may fall in the category of not deserving an answer at all > (to your standards). > Not always the case. It could be just that no one is familiar

implement PS_USERSTYLE handling - obviously not correct ;)

2009-04-04 Thread Hans Breuer
Hi, just read again http://www.winehq.org/sending_patches and noticed that my first wine patch may fall in the category of not deserving an answer at all (to your standards). The one thing I noticed is my mail client putting line-wrapping into the patch, which should be easy to correct. But

Re: winemenubuilder: disable debug output for .desktop files

2009-04-04 Thread Austin English
On Sat, Apr 4, 2009 at 1:37 PM, Warren Dumortier wrote: > I just responded to my previous mail, nice to see you care about that issue! > > I just want to say that nobody uses the desktop file to launch a program to > debug, i think, in response to previous messages. That would be very nice. > > Is

Re: winemenubuilder: disable debug output for .desktop files

2009-04-04 Thread Warren Dumortier
I just responded to my previous mail, nice to see you care about that issue! I just want to say that nobody uses the desktop file to launch a program to debug, i think, in response to previous messages. That would be very nice. Is it difficult to implement? Why not simply add WINEDEBUG-all to gen

Re: urlmon/misc test and the use of URLZONEREG_DEFAULT

2009-04-04 Thread Paul Vriens
Detlef Riekenberg wrote: On Fr, 2009-04-03 at 20:49 +0200, Paul Vriens wrote: urlmon:misc misc.c:884: Test failed: (1400) policy=3, expected 0 misc.c:884: Test failed: (1e05) policy=1, expected 2 So the question is, does somebody now what URLZONEREG_DEFAULT defaults to? HKCR or HKLM a

Re: [2/2] shell32: Define PT_FOLDERW.

2009-04-04 Thread Nicolas Le Cam
2009/4/4 Austin English : > On Sat, Apr 4, 2009 at 11:55 AM, Nicolas Le Cam wrote: >> 2009/4/4 Austin English : >>> On Sat, Apr 4, 2009 at 6:59 AM, Nicolas Le Cam wrote: Define PT_FOLDERW in pidl.h to complete this series. >>> >>> You're changing the indent of some of the defines. If you're

Re: [2/2] shell32: Define PT_FOLDERW.

2009-04-04 Thread Austin English
On Sat, Apr 4, 2009 at 11:55 AM, Nicolas Le Cam wrote: > 2009/4/4 Austin English : >> On Sat, Apr 4, 2009 at 6:59 AM, Nicolas Le Cam wrote: >>> Define PT_FOLDERW in pidl.h to complete this series. >> >> You're changing the indent of some of the defines. If you're going to >> change some, change t

Re: [2/2] shell32: Define PT_FOLDERW.

2009-04-04 Thread Nicolas Le Cam
2009/4/4 Austin English : > On Sat, Apr 4, 2009 at 6:59 AM, Nicolas Le Cam wrote: >> Define PT_FOLDERW in pidl.h to complete this series. > > You're changing the indent of some of the defines. If you're going to > change some, change them all to make them consistent (PT_COMP has two > tabs). > > >

Re: [2/2] shell32: Define PT_FOLDERW.

2009-04-04 Thread Austin English
On Sat, Apr 4, 2009 at 6:59 AM, Nicolas Le Cam wrote: > Define PT_FOLDERW in pidl.h to complete this series. You're changing the indent of some of the defines. If you're going to change some, change them all to make them consistent (PT_COMP has two tabs). -- -Austin

Re: urlmon/misc test and the use of URLZONEREG_DEFAULT

2009-04-04 Thread Detlef Riekenberg
On Fr, 2009-04-03 at 20:49 +0200, Paul Vriens wrote: > >> urlmon:misc > >> misc.c:884: Test failed: (1400) policy=3, expected 0 > >> misc.c:884: Test failed: (1e05) policy=1, expected 2 > >> So the question is, does somebody now what URLZONEREG_DEFAULT defaults > >> to? HKCR or HKLM and i

Re: 'Interactive' tests on Windows 2003

2009-04-04 Thread Ge van Geldorp
From: "James Hawkins" > On Fri, Jun 13, 2008 at 8:40 AM, Francois Gouget wrote: > > > > Someone asked to check which tests require interaction when running in > > my Windows 2003 VM. However I cannot find the corresponding email (it > > might have been on irc), so I'm sending this data to the lis

Re: 'Interactive' tests on Windows 2003

2009-04-04 Thread James Hawkins
ClamAV 0.93 Status: RO X-Status: X-Keywords: X-UID: 129496 On Fri, Jun 13, 2008 at 8:40 AM, Francois Gouget wrote: > > Someone asked to check which tests require interaction when running in > my Windows 2003 VM. However I cannot find the corresponding email (it > might have been

Re: gdi32/enhmfdrv: Actaully save the state in SaveDC and RestoreDCin the metafile

2009-04-04 Thread Aric Stewart
Hi Dmitry, Yeah, Alexandre did not like any of my patches and feels that duplicating the GDI code would be incorrect (it would result in too many SelectObject records and such) so he had me write up patch with a bunch of tests as wine_todos that demonstrate the problem so he could think abou

Re: gdi32/enhmfdrv: Actaully save the state in SaveDC and RestoreDCin the metafile

2009-04-04 Thread Dmitry Timoshkov
It would be cleaner to check for GDI_NO_MORE_WORK in SaveDC/RestoreDC instead of duplicating their code. -- Dmitry.