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
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
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
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
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
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,
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
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
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
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
>
> 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
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
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
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
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
--
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
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
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
> 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
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
Jeremy Newman wrote:
> Try it now.
>
Much better, thanks.
Vitaliy.
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.
>
>
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
"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]
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
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
26 matches
Mail list logo