Re: user32: Add additional tests for scroll state, make them pass under Wine

2008-06-30 Thread Reece Dunn
2008/6/30 James Hawkins <[EMAIL PROTECTED]>: > On Mon, Jun 30, 2008 at 3:34 PM, Alex Villací­s Lasso > <[EMAIL PROTECTED]> wrote: >> ... > +ok(si.nMin == 0xdeadbeef, "si.nMin == 0x%x, expected > 0xdeadbeef\n", si.nMin); > +ok(si.nMax == 0xdeadbeef, "si.nMax == 0x%x, expected > 0xdea

richedit: do not read actual scrollbar state for scrollbar update, use internal state instead

2008-06-30 Thread Alex Villací­s Lasso
This is supposed to be a fix for bug #12311 . This bug involves a recursive message loop where the application forces visibility of scrollbars for the richedit control, which causes a WM_SIZE that triggers an update of the window size and re-hiding of the scrollbar. However, just after exiting

Re: winebrowser: make dde works right when version > NT

2008-06-30 Thread Hans Leidekker
On Monday 30 June 2008 09:05:42 Ivan Sinitsin wrote: > Fix propblem with command `wine start http://` when version of > windows > NT. > When version > NT we have WCHAR and don`t need to transform char to WCHAR. I believe it's not the windows version that determines whether the data retrieved is a

Re: new inetmib1 test failures

2008-06-30 Thread Juan Lang
Hi James, > It looks like these values aren't set on all systems (these are the > results from the failing XP system): > > main.c:191: Test failed: expected 2, got 65539 > main.c:197: Test failed: expected 2, got 65539 > main.c:203: Test failed: expected 2, got 65539 > > These are the results from

new inetmib1 test failures

2008-06-30 Thread James Hawkins
Hi Juan, Tests you added in the following commit are failing for most systems: commit c531c117340a43dbe8668189a32e6dd27f091ce4 Author: Juan Lang <[EMAIL PROTECTED]> Date: Tue May 20 20:54:34 2008 -0700 inetmib1: Support the MIB2 interface table. It looks like these values aren't set on a

new gdi32:font test failure

2008-06-30 Thread James Hawkins
Hey Dmitry, A test you added in the following commit introduces ~1 failure per platform: commit 6f7457d8adaf67b457154a45deef21d5b5a87c8f Author: Dmitry Timoshkov <[EMAIL PROTECTED]> Date: Tue Jun 24 16:13:31 2008 +0900 gdi32: Add a test for outline text metrics. Looking at the test code,

Possible issue with win.c and help

2008-06-30 Thread Chris Ahrendt
Ok in my ever increasing search to figure out why EQ2 is getting a unhandled exception and also a no ipixel error. (I am convinced this is two separate bugs now) Bug One : This is the unhandled exception: If I have EQ2 run in anything but win98 mode (which I don't think is supported anymore by

new valgrind errors in gdiplus

2008-06-30 Thread Dan Kegel
Why this code, committed on the 21st, should only be showing valgrind errors today, I don't know. For a full and gory list of the new errors, see http://kegel.com/wine/valgrind/logs-2008-06-30/vg-gdiplus_font-diff.txt Here's a small excerpt: + Conditional jump or move depends on uninitialised val

Re: source.google.com/git author search broken?

2008-06-30 Thread John Klehm
On Mon, Jun 30, 2008 at 6:02 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > I've been reduced to running 'git log --author=foo' locally > because the author search on source.winehq.org > isn't returning any results. For instance, > http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=author&s=Jul

source.google.com/git author search broken?

2008-06-30 Thread Dan Kegel
I've been reduced to running 'git log --author=foo' locally because the author search on source.winehq.org isn't returning any results. For instance, http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=author&s=Julliard returns zero hits. Not really a huge problem, but it'd be nice if that w

Re: user32: Add additional tests for scroll state, make them pass under Wine

2008-06-30 Thread Alex Villací­s Lasso
> > Why in the world would you implement Win98 behavior over WinXP, > especially since the WinXP behavior is more logical and (probably, > haven't looked) stated on msdn? I did not implement Win98 behavior - it was already implemented that way in Wine, except for one difference that was found and

Re: user32: Add additional tests for scroll state, make them pass under Wine

2008-06-30 Thread James Hawkins
On Mon, Jun 30, 2008 at 3:34 PM, Alex Villací­s Lasso <[EMAIL PROTECTED]> wrote: > This patch adds a few tests for scrollbar behavior in Windows. It shows that > if the window was created with at least WS_VSCROLL or WS_HSCROLL styles, > WinXP returns default information for scrollbar range, but Win

user32: Add additional tests for scroll state, make them pass under Wine

2008-06-30 Thread Alex Villací­s Lasso
This patch adds a few tests for scrollbar behavior in Windows. It shows that if the window was created with at least WS_VSCROLL or WS_HSCROLL styles, WinXP returns default information for scrollbar range, but Win98 returns an error, until first initialized. This error does not change if styles

Re: mshtml.dll:Add IPersistPropertyBag interface to HTMLDocument

2008-06-30 Thread Jacek Caban
Ivan Sinitsin wrote: > Changelog > Add IPersistPropertyBag interface to HTMLDocument > HTMLDocument shouldn't implement IPersistPropertyBag interface, which is proved by patch I've just sent. The fact that app queries for interface doesn't mean we should implement it. Please test such thing i

[ANNOUNCE] ciopfs-0.2

2008-06-30 Thread Marc Andre Tanner
Hi, Just in case someone is interested in a fuse based case insensitive overlay file system. I have just released ciopfs 0.2 which implements unicode support based on glib and has better error handling in out of memory situations. http://www.brain-dump.org/projects/ciopfs/ Have fun, Marc --

Re: advapi32: Fix a test failure on a non-admin XP system

2008-06-30 Thread Paul Vriens
James Hawkins wrote: > Hi, > > Changelog: > * Fix a test failure on a non-admin XP system. > > dlls/advapi32/tests/registry.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > > > > > This one has puz

Re: Some conformance tests a bit slow under Valgrind

2008-06-30 Thread Dylan Smith
On Fri, Jun 27, 2008 at 12:43 PM, Dylan Smith <[EMAIL PROTECTED]> wrote: > Rather than using one URL for all the messages, you could also cycle through > URL after testing them initially. It would have the same performance of > using the same valid URL, but keeps the variety in the test. I ended

Re: programs: add rudimentary dxdiag

2008-06-30 Thread Austin English
On Mon, Jun 30, 2008 at 9:50 AM, Louis. Lenders <[EMAIL PROTECTED]> wrote: > Hi, any comments on this one? > btw, is there a reason i never ever receive any comments on my patches when > they are rejected? If so, please tell me, that'll save me a lot of time of > sending them in... > > - Forwa

Re: programs: add rudimentary dxdiag

2008-06-30 Thread Juan Lang
> Hi, any comments on this one? > btw, is there a reason i never ever receive any comments on my patches when > they are rejected? If so, please tell me, that'll save me a lot of time of > sending them in... I'll bite. One comment for both questions: it's too big. No comment from AJ usually me

programs: add rudimentary dxdiag

2008-06-30 Thread Louis. Lenders
Hi, any comments on this one? btw, is there a reason i never ever receive any comments on my patches when they are rejected? If so, please tell me, that'll save me a lot of time of sending them in... - Forwarded Message From: Louis. Lenders <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Se

Re: Bugzilla search

2008-06-30 Thread Vitaliy Margolen
Jeremy Newman wrote: > Try it now. > Much better, thanks. Vitaliy.

Re: Bugzilla search

2008-06-30 Thread Jeremy Newman
Try it now. Vitaliy Margolen wrote: > Any time I'm trying to search for bugs with anything more then just a simple > string in the subject I'm getting a blank page. This didn't happen before. > > This makes searching for bugs impossible. Can some one look into this? > > Vitaliy. > >

UUID lookup utility

2008-06-30 Thread Mikołaj Zalewski
To be able to check quickly what a UUID in Bugzilla means, I wrote a script to show some information about them. It uses data retrieved from Windows and Wine include files and registries (it finds information about more than 32000 different UUIDs). If someone is interested in it, I have put t

Re: cryptui(2/3): Document definitions missing from public header

2008-06-30 Thread Alexandre Julliard
"Juan Lang" <[EMAIL PROTECTED]> writes: > +/* These definitions probably belong in cryptuiapi.h, but the PSDK doesn't > have > + * them, so define them here. > + */ The latest version of the PSDK does have them AFAICS. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [06/12] gdi32: Perform the world transform separately from font scaling

2008-06-30 Thread Michael Karcher
Am Dienstag, den 24.06.2008, 16:11 +0900 schrieb Dmitry Timoshkov: > +/* World transform */ > +if (!is_identity_FMAT2(&font->font_desc.matrix)) > +{ > +FT_Matrix worldMat; > +worldMat.xx = FT_FixedFromFloat(font->font_desc.matrix.eM11); > +worldMat.xy = FT_FixedF

Re: spoolss: [2] Add a stub for IsLocalCall

2008-06-30 Thread Rob Shearman
2008/6/29 Detlef Riekenberg <[EMAIL PROTECTED]>: > /** > + * IsLocalCall[EMAIL PROTECTED] > + */ > +BOOL WINAPI IsLocalCall() > +{ > +FIXME("() stub\n"); > +return TRUE; > +} The function definition is incomplete. You s