mmtimer resolution question

2005-02-10 Thread Robert Reif
I'm trying to track down a problem with the direct sound regression tests when run in emulation mode using the wave api. I'm getting a lot of FIXMEs and poor quality playback. The dsound mixer callback routine expects to be called every 10 ms but is being called twice every 20 ms. Setting the ti

Re: winetest on wine and todo_wine

2005-02-10 Thread Ferenc Wagner
Paul Vriens <[EMAIL PROTECTED]> writes: > in shlwapi/tests/shreg.c I've put two todo_wine statements > for obvious reasons (they fail, so do not test). > > If I however look at > http://test.winehq.org/data/200502101000/wine_98/shlwapi:shreg.txt > > These tests are executed! Any ideas what could b

The status of the wintab dll

2005-02-10 Thread Robert North
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think after the 10 or more patches to the Wintab dll that I submitted last month, I should say something about it's status... And of course thank Alexandre for applying those patches. P.S. I won't be available from the 15th for about a week or so. So,

Re: Faster TlsAlloc() or zero_bit_scan

2005-02-10 Thread Mike Hearn
On Thu, 10 Feb 2005 18:59:21 +0100, Dietrich Teickner wrote: > I have a suggestion for a faster implementation of the zero_bit_scan in > RtlFindClearBits [EMAIL PROTECTED] > (rlbitmap.c) for e.g. TlsAlloc() > The main is the usage of the instruction 'bsf eax, eax' > > This I have implemented

Re: Problems with wine-patches

2005-02-10 Thread Duane Clark
Jeremy White wrote: Tom asked me to let his opengl patch trough, so I did that list. Is it just a problem of upping the default 40K size? afair, that's the mailman default. Perhaps we should just raise it. The wine-patches list is 80KB, but the others are 40. The main reason I have left them th

Re: winetest on wine and todo_wine

2005-02-10 Thread Mike Hearn
On Thu, 10 Feb 2005 21:00:44 +0100, Paul Vriens wrote: > Why are these not skipped on: > > http://test.winehq.org/data/200502101000/wine_98/shlwapi:shreg.txt Well, the test.winehq.org site isn't meant to receive Wines test results, it's for collecting Windows test results. Presumably the way winr

Re: Recent CVS update causes Quicken popup problem/Help please

2005-02-10 Thread Alexandre Julliard
Carl Sopchak <[EMAIL PROTECTED]> writes: > I guess my problem is that I have NO CLUE as to how this SHOULD be handled. > Should the style be set to (style & ~WS_VISIBLE) when the rectangle is > {0,0;0,0}? Should {0,0;0,0} be considered a valid rectangle in > validate_window_rectangles()? Sho

Re: winetest on wine and todo_wine

2005-02-10 Thread Michael Stefaniuc
Paul Vriens wrote: On Thu, 2005-02-10 at 20:36, Mike Hearn wrote: On Thu, 10 Feb 2005 20:13:21 +0100, Paul Vriens wrote: These tests are executed! Any ideas what could be wrong? If I execute the tests on my Wine box the tests are skipped. You misunderstood what the meaning of todo_wine is - it does

Re: Text Alignment, how is it handled ?

2005-02-10 Thread Ulrich Czekalla
Hi George, I haven't heard back from you so I assume you haven't implemented anything yet. Here is my quick attempt at adding support for ES_RIGHT and ES_CENTER. Modifying the edit control made me realize how much room there is to improve the overall edit control implementation. Of course, my pat

Re: winetest on wine and todo_wine

2005-02-10 Thread Paul Vriens
On Thu, 2005-02-10 at 20:36, Mike Hearn wrote: > On Thu, 10 Feb 2005 20:13:21 +0100, Paul Vriens wrote: > > These tests are executed! Any ideas what could be wrong? > > > > If I execute the tests on my Wine box the tests are skipped. > > You misunderstood what the meaning of todo_wine is - it doe

Recent CVS update causes Quicken popup problem/Help please

2005-02-10 Thread Carl Sopchak
I recently did a CVS update after a fairly long time without one. Afterwards, Quicken 2000 Deluxe has had a problem: When in an account register, as you type the description into a new record, Quicken will pop-up a window showing prior transactions that match what you type. (Quicken calls thi

Re: Problems with wine-patches

2005-02-10 Thread Tom
Paul Vriens wrote: On Thu, 2005-02-10 at 19:33, Jeremy White wrote: Tom asked me to let his opengl patch trough, so I did that list. Thanks Ivan... Is it just a problem of upping the default 40K size? afair, that's the mailman default. Perhaps we should just raise it. I would say Y

Re: winetest on wine and todo_wine

2005-02-10 Thread Mike Hearn
On Thu, 10 Feb 2005 20:13:21 +0100, Paul Vriens wrote: > These tests are executed! Any ideas what could be wrong? > > If I execute the tests on my Wine box the tests are skipped. You misunderstood what the meaning of todo_wine is - it doesn't mean "these tests aren't quite right yet", it means "w

Re: Real-world appdb

2005-02-10 Thread Tom
Holly Bostick wrote: Naturally I am. I wouldn't be a very good and responsible member of the FOSS community if I wasn't (and it's important to me to be a good and responsible member of the FOSS community). I haven't started the text yet, though (a bit short on time), and I have a technical probl

Re: Text Alignment, how is it handled ?

2005-02-10 Thread Ulrich Czekalla
Hi George, I haven't heard back from you so I assume you haven't implemented anything yet. Here is my quick attempt at adding support for ES_RIGHT and ES_CENTER. Modifying the edit control made me realize how much room there is to improve the edit control implementation. Of course, my patch makes

winetest on wine and todo_wine

2005-02-10 Thread Paul Vriens
Hi, in shlwapi/tests/shreg.c I've put two todo_wine statements for obvious reasons (they fail, so do not test). If I however look at http://test.winehq.org/data/200502101000/wine_98/shlwapi:shreg.txt These tests are executed! Any ideas what could be wrong? If I execute the tests on my Wine box

Re: Problems with wine-patches

2005-02-10 Thread Paul Vriens
On Thu, 2005-02-10 at 19:33, Jeremy White wrote: > > Tom asked me to let his opengl patch trough, so I did that list. > > Is it just a problem of upping the default 40K size? afair, > that's the mailman default. Perhaps we should just raise it. > > Cheers, > > Jer > > My patch was a mere 381

Re: Problems with wine-patches

2005-02-10 Thread Jeremy White
Tom asked me to let his opengl patch trough, so I did that list. Is it just a problem of upping the default 40K size? afair, that's the mailman default. Perhaps we should just raise it. Cheers, Jer

Re: Problems with wine-patches

2005-02-10 Thread Ivan Leo Puoti
Duane Clark wrote: Well, when I came in this morning for moderation, the wine-patches queue was empty. But it was the only one; rather unusual. So either someone else cleared out only the wine-patches queue, or wine-patches might indeed be broken. Tom asked me to let his opengl patch trough, so

Faster TlsAlloc() or zero_bit_scan

2005-02-10 Thread Dietrich Teickner
Hi, I have a suggestion for a faster implementation of the zero_bit_scan in RtlFindClearBits[EMAIL PROTECTED] (rlbitmap.c) for e.g. TlsAlloc() The main is the usage of the instruction 'bsf eax, eax' This I have implemented in the new experimental odinxp-tree for finding the first zero_bit

Re: Problems with wine-patches

2005-02-10 Thread Duane Clark
Mike Hearn wrote: On Thu, 10 Feb 2005 13:14:19 +0100, Jonathan Ernst wrote: I have the same problem when I send patches that are too big. They never appear in wine-patches. I expect they're being held in the moderation queue, normally they'll be released shortly when that happens but you can alway

Re: Real-world appdb

2005-02-10 Thread Holly Bostick
Jonathan Ernst wrote: Thanks again for your message. Jonathan, thank YOU for your support and encouragement. And also thanks to you and everyone helping to make a place for "the middleman" to provide useful input, and a mechanism by which it can be heard; since the appdb wasn't really functional

Re: RESEND: dlls/comctl32/treeview.c: remove repainting

2005-02-10 Thread Robert Shearman
[EMAIL PROTECTED] wrote: Changelog: tinus <[EMAIL PROTECTED]> Scroll instead of repainting when expanding/collapsing trees Don't repaint on hover if 'hot tracking' isn't on Index: dlls/comctl32/treeview.c === RCS file: /home/

Re: Problems with wine-patches

2005-02-10 Thread Tom
Paul Vriens wrote: Hi, I'm not able to send (what I think is normal) email to wine-patches anymore. The Test mail worked. Any ideas? Cheers, Paul. I hade the same problem about a week to ten days ago. You will see where I also sent a test to wine-patches. Then the problem went just away. Tom

Re: Problems with wine-patches

2005-02-10 Thread Paul Vriens
On Thu, 2005-02-10 at 14:49, Mike Hearn wrote: > On Thu, 10 Feb 2005 13:14:19 +0100, Jonathan Ernst wrote: > > I have the same problem when I send patches that are too big. They never > > appear in wine-patches. > > I expect they're being held in the moderation queue, normally they'll be > release

Re: Problems with wine-patches

2005-02-10 Thread Mike Hearn
On Thu, 10 Feb 2005 13:14:19 +0100, Jonathan Ernst wrote: > I have the same problem when I send patches that are too big. They never > appear in wine-patches. I expect they're being held in the moderation queue, normally they'll be released shortly when that happens but you can always compress the

Re: Problems with wine-patches

2005-02-10 Thread Jonathan Ernst
Le jeudi 10 fÃvrier 2005 Ã 10:42 +0100, Paul Vriens a Ãcrit : > Hi, > > I'm not able to send (what I think is normal) email to wine-patches > anymore. The Test mail worked. > > Any ideas? > > Cheers, > > Paul. I have the same problem when I send patches that are too big. They never appear in w

Re: Real-world appdb

2005-02-10 Thread Jonathan Ernst
Hi again ;-), [...] > > - > As an Application database member you enjoy some exclusive benefits like: > > * Ability to Vote on Favorite Applications > - > > > I am logged in, thus a member, thu

Problems with wine-patches

2005-02-10 Thread Paul Vriens
Hi, I'm not able to send (what I think is normal) email to wine-patches anymore. The Test mail worked. Any ideas? Cheers, Paul.