Re: controls/scroll.c

2004-03-27 Thread Dmitry Timoshkov
"Ge van Geldorp" <[EMAIL PROTECTED]> wrote: > Changelog: > Ge van Geldorp <[EMAIL PROTECTED]> > Remove CS_DBLCKS class style from scrollbar class since the > scrollbar doesn't handle double clicks anyway You can't remove it. Scrollbar in Windows has that style, and some applications which s

Re: i810 audio fixes 1/2

2004-03-27 Thread Robert Reif
The application will generally set the format of the primary buffer to match the secondaries to ensure maximum performance. Unfortunately, since 2k and xp lie to the application and accept anything requested without regard to performance (actual hardware capabilities), some applications may not (o

Re: Appdb - Vendor list for user and vendor matching for admin

2004-03-27 Thread Chris Morgan
That patch had a few bugs in it, this one is better. Chris On Friday 26 March 2004 10:52 pm, Chris Morgan wrote: > This look alright? I'm still trying to learn php ;-) > > account.php, appsubmit.php, admin/adminAppQueue.php > Chris Morgan <[EMAIL PROTECTED]> > Add a dropdown list of vendors t

Re: i810 audio fixes 1/2

2004-03-27 Thread Ove Kaaven
lør, 27.03.2004 kl. 20.40 skrev Mike Hearn: > On Sat, 27 Mar 2004 14:36:31 -0500, Robert Reif wrote: > > Another problem is that drivers support different formats in different modes. > > Because of software emulation in alsa, a driver may appear to support any > > format but then fail when you try

CVS release of wine's Bugzilla?

2004-03-27 Thread tony_lambregts
Judging from the success of releasing the source for the main website and the AppDB, I propose that we also release the source for our bugzilla database via CVS. -- Tony Lambregts

winetests.exe

2004-03-27 Thread Jakob Eriksson
Mostly for fun I compiled another winetests.exe from Wine CVS 2004-03-28. http://vmlinux.org/jakov/Wine/ http://vmlinux.org/jakov/Wine/regrtest.exe I am unpatiently waiting for the Windows Testing Service, but wanted to see how the tests have developed since January. :-) Try it out in Wind

WINE on bug isolation monitor

2004-03-27 Thread Charlie Lopez
Good Afternoon,     I will like to congratulate you on such a fine job with WINE. I love this program. I was just able to run quicktime on my RH9 machine!!! I wanted to bring to your attention a idea I had. I installed on my machine a Bug Isolation Monitor by Berkeley University (http://www.cs

Re: i810 audio fixes 1/2

2004-03-27 Thread Roderick Colenbrander
Ok, will default to 8bit mono then. Shouldn't we add some options then to let the user select stereo and other things? Else dsound will about allways use this mode. My other patch fixed the problem with sample rate conversion (for alsa). If a wrong format was detected the winealsa driver would

[Fwd: i810 audio fixes 1/2]

2004-03-27 Thread Robert Reif
sorry, forgot to reply all. --- Begin Message --- Wine direct sound is currently implemented around the windows 98 vxd model where hardware acceleration is really hardware acceleration where you are actually accessing memory that the sound card is also accessing. If you can't access the hardware i

Re: i810 audio fixes 1/2

2004-03-27 Thread Mike Hearn
On Sat, 27 Mar 2004 14:36:31 -0500, Robert Reif wrote: > Another problem is that drivers support different formats in different modes. > Because of software emulation in alsa, a driver may appear to support any > format but then fail when you try to mmap it because then software conversions can't

Re: i810 audio fixes 1/2

2004-03-27 Thread Robert Reif
I'm not sure deviating from the Microsoft behavior is correct. The default is 22khz 8 bit mono unless the hardware doesn't support it. Transgaming is correct. Another problem is that drivers support different formats in different modes. Because of software emulation in alsa, a driver may appear t

i810 audio fixes 1/2

2004-03-27 Thread Roderick Colenbrander
Hi, This is the first of two patches that will fix some problems on soundcards using the i810 audio codec. The main probem with this soundcard is that it only supports a frequency of 48kHz in 16bit stereo mode. This first patch to dsound queries if the card supports 16bit and if so it uses it,

Re: systray in desktop mode [unified resend]

2004-03-27 Thread Martin Fuchs
> > Changelog: > > SHELL_NotifyIcon() implementation for Wine's desktop mode > > I'm not sure it makes any sense to do this: the system tray code is on my > hit list for things to rewrite. It's already been mostly done, the work > remaining is moving the code into a separate process then using the

Re: systray in desktop mode [unified resend]

2004-03-27 Thread Mike Hearn
On Sat, 27 Mar 2004 15:17:20 +0100, Martin Fuchs wrote: > Changelog: > SHELL_NotifyIcon() implementation for Wine's desktop mode I'm not sure it makes any sense to do this: the system tray code is on my hit list for things to rewrite. It's already been mostly done, the work remaining is moving the

Re: Game Testing Update Wine-20040309

2004-03-27 Thread Brett I. Holcomb
I'll look at 1434 and see what's going on then. SOF II worked under Winex some time ago so it will run but they must do something different. I'll check the message but I thought it couldn't even find the CD to check. hatky wrote: On Saturday 27 March 2004 06:04, Brett I. Holcomb wrote: If you

Re: wine/ server/trace.c server/request.h server/p ...

2004-03-27 Thread Dimitrie O. Paun
On March 26, 2004 8:48 pm, Alexandre Julliard wrote: > Use futimes() instead of utime() to implement SetFileTime, so that > it can be done on the client side. +if (atime) +{ +sec = ((ULONGLONG)atime->dwHighDateTime << 32) | atime->dwLowDateTime; +sec

Re: Game Testing Update Wine-20040309

2004-03-27 Thread hatky
On Saturday 27 March 2004 06:04, Brett I. Holcomb wrote: > If you're interested: > > Half-Life - works well with wineoss but dies with winealsa. A bug was > filed, info submitted but no feedback yet. I may try another cvsupdate > and see what happens. Please mark all game bugs as blocking bug 143

test - ignore

2004-03-27 Thread hatky
-- Hatky, Worshiper of wine (http://www.winehq.org/), Impossible is only an opinion.

test - ignore

2004-03-27 Thread hatky
-- Hatky, Worshiper of wine (http://www.winehq.org/), Impossible is only an opinion.

Re: kernel32 test failures under Cygwin

2004-03-27 Thread Hans Leidekker
On Saturday 27 March 2004 02:20, Dmitry Timoshkov wrote: > generated.c:542: Test failed: TYPE_ALIGNMENT(*(LPWIN32_STREAM_ID)0) == 8 > (expected 4) generated: 842 tests executed, 0 marked as todo, 1 failure. > * NOTE: the same test compiled by cl.exe (MS compiler) works as expected, > * so that's m

Re: shell32 patch 26

2004-03-27 Thread Martin Fuchs
> > /* process the IDList */ > > -if ((sei_tmp.fMask & SEE_MASK_INVOKEIDLIST) == SEE_MASK_INVOKEIDLIST) > /*0x0c*/ > > +if (sei_tmp.fMask & SEE_MASK_INVOKEIDLIST) /* 0x0c: includes > SEE_MASK_IDLIST */ > > If you only care about the MASK_IDLIST flag you should check just that > flag