Re: [1/2] gdi32: Added PolyDraw tests to tests/path.c [try2]

2007-06-29 Thread Misha Koshelev
On Fri, 2007-06-29 at 14:49 -0700, Evan Stade wrote: > Thanks a lot for your help. No prob. > > Your shorter diff may make the tests conform, but it incorrectly > assigns lastmove.x = dc->CursPosX. This only makes it conform to the > tests because the tests happen to have a MoveToEx as the last

Re: request to change appdb message

2007-06-29 Thread Chris Morgan
On 6/29/07, Ben Hodgetts <[EMAIL PROTECTED]> wrote: Chris Morgan wrote: > On 6/29/07, Chris Morgan <[EMAIL PROTECTED]> wrote: >> On 6/29/07, Jesse Allen <[EMAIL PROTECTED]> wrote: >> > On 6/29/07, Louis Lenders <[EMAIL PROTECTED]> wrote: >> > > >> > > Yeah, so maybe we could add a list of "Common

Re: request to change appdb message

2007-06-29 Thread Ben Hodgetts
Chris Morgan wrote: On 6/29/07, Chris Morgan <[EMAIL PROTECTED]> wrote: On 6/29/07, Jesse Allen <[EMAIL PROTECTED]> wrote: > On 6/29/07, Louis Lenders <[EMAIL PROTECTED]> wrote: > > > > Yeah, so maybe we could add a list of "Common failures" to the documention, > > with the solution. I can liv

Re: [1/2] gdi32: Added PolyDraw tests to tests/path.c [try2]

2007-06-29 Thread Evan Stade
On 6/29/07, Koshelev, Misha Vladislavo <[EMAIL PROTECTED]> wrote: On 6/27/07, Evan Stade wrote: > Hi, > > [try2] The patch I sent yesterday was not properly todo_wined. Also, > this test is a bit more extensive (about twice as many points drawn). > It uses various point-type combination

Re: request to change appdb message

2007-06-29 Thread Chris Morgan
On 6/29/07, Chris Morgan <[EMAIL PROTECTED]> wrote: On 6/29/07, Jesse Allen <[EMAIL PROTECTED]> wrote: > On 6/29/07, Louis Lenders <[EMAIL PROTECTED]> wrote: > > > > Yeah, so maybe we could add a list of "Common failures" to the documention, > > with the solution. I can live with that. Then we c

Re: Announcing WineConf 2007

2007-06-29 Thread Steven Edwards
On 6/29/07, Mike Hearn <[EMAIL PROTECTED]> wrote: 6th/7th October. Be there or be square. If anyone from the US is planing on attending and does not currently have your passport, you need to apply for it NOW. Due to insane US policy there is about a 3 month backlog on passport application proce

Re: request to change appdb message

2007-06-29 Thread Chris Morgan
On 6/29/07, Jesse Allen <[EMAIL PROTECTED]> wrote: On 6/29/07, Louis Lenders <[EMAIL PROTECTED]> wrote: > > Yeah, so maybe we could add a list of "Common failures" to the documention, > with the solution. I can live with that. Then we could point garbage test > submitters to that page. That woul

Announcing WineConf 2007

2007-06-29 Thread Mike Hearn
Yes, it's true! The moment you've all been waiting for! On 6th/7th October, once more Wine hackers from around the world will meet to eat, drink, make merry, and discuss the finer details of reimplementing the Windows API. This year it's Googles turn to host it, and it'll be at the engineering of

Re: request to change appdb message

2007-06-29 Thread Jesse Allen
On 6/29/07, Louis Lenders <[EMAIL PROTECTED]> wrote: Yeah, so maybe we could add a list of "Common failures" to the documention, with the solution. I can live with that. Then we could point garbage test submitters to that page. That would be a nice work around. I'll have to figure out how wiki

Re: Add combobox in winecfg:theme.c

2007-06-29 Thread Vitaly Lipatov
В сообщении от 16 июня 2007 Yaroslav Skorokhodov написал(a): > Changelog > Add combobox for select base font size There was improvement allows select size of the base font (dpi actually) in LogPixel registry entry. It is useful thing (default font size is too small on 17" monitors). What's wrong

Re: [1/2] gdi32: Added PolyDraw tests to tests/path.c [try2]

2007-06-29 Thread Koshelev, Misha Vladislavo
On 6/27/07, Evan Stade wrote: > Hi, > > [try2] The patch I sent yesterday was not properly todo_wined. Also, > this test is a bit more extensive (about twice as many points drawn). > It uses various point-type combination (even non-sensical ones such as > PT_LINETO | PT_MOVETO) to test the exact

Re: request to change appdb message

2007-06-29 Thread Chris Morgan
On 6/29/07, Louis Lenders <[EMAIL PROTECTED]> wrote: Chris Morgan gmail.com> writes: > > How do you normally judge if the result is valid or not? What if the > result says that everything works? Basically i'm only talking about garbage test results. If the app is gold/platinum there's of cour

Re: The: "Wine Status - ChangeLog"

2007-06-29 Thread Maarten Lankhorst
[EMAIL PROTECTED] schreef: > This page has been dead since October 1. > > Since I'm not producing code for the Wine project, this is an area I'd like to > contribute to. (I'm already taking screenshots of the API status page to see > what happens from release to release :)) > > Is there some WineHQ

The: "Wine Status - ChangeLog"

2007-06-29 Thread Tomas . Zijdemans
This page has been dead since October 1. Since I'm not producing code for the Wine project, this is an area I'd like to contribute to. (I'm already taking screenshots of the API status page to see what happens from release to release :)) Is there some WineHQ folks here that would be willing to gi

Re: Something wrong with my two patches?

2007-06-29 Thread Alexandre Julliard
Markus Gömmel <[EMAIL PROTECTED]> writes: > On 21 and 22 June I submitted two small patches (for > comctl32/datetime.c and user32/msgbox.c). Both should be ok, but > definitly the first one (datetime.c)... > > Something wrong with them or only some normal delay in putting them > into git? My last

Re: illegal characters in file names

2007-06-29 Thread Hans Leidekker
On Friday 29 June 2007, Alexandre Julliard wrote: > > On Wine the list of characters is: > > > > /:<>| > > Where did you find that list? The "official" list is INVALID_NT_CHARS > in ntdll/directory.c and it should match the NT one. Looks like the list of (printable) characters that shlwapi.Path

Re: illegal characters in file names

2007-06-29 Thread Alexandre Julliard
"Lei Zhang" <[EMAIL PROTECTED]> writes: > On Wine the list of characters is: > > /:<>| Where did you find that list? The "official" list is INVALID_NT_CHARS in ntdll/directory.c and it should match the NT one. -- Alexandre Julliard [EMAIL PROTECTED]

Re: illegal characters in file names

2007-06-29 Thread Hans Leidekker
On Thursday 28 June 2007, Lei Zhang wrote: > On Wine the list of characters is: > > /:<>| > > and on Windows, it is: > > \/:*?"<>| > > Is this intentional or something we should fix? I suspect that the list of invalid characters is filesystem dependent on Windows (e.g. ntfs vs fat32), which m

Re: make test in winsock segfaulting after patch 4c5b55a0f8...

2007-06-29 Thread Kai Blin
On Friday 29 June 2007 09:21:03 Kai Blin wrote: > commit 4c5b55a0f82e83793814a21eadec8b50d48751f3 > Author: Alexandre Julliard <[EMAIL PROTECTED]> > Date: Mon Jun 4 18:16:48 2007 +0200 > > server: Run async I/O APCs from the SIGUSR1 handler. > > I have attached the backtrace. Looking at bug

Re: request to change appdb message

2007-06-29 Thread Louis Lenders
Chris Morgan gmail.com> writes: > > How do you normally judge if the result is valid or not? What if the > result says that everything works? Basically i'm only talking about garbage test results. If the app is gold/platinum there's of course no need to paste debug output >It seems like any

Re: WinXP winsock test broken by commit e39dca6af6c87a30ab1d907c0468de2602a6e442

2007-06-29 Thread Paul Vriens
Damjan Jovanovic wrote: On 6/28/07, Kai Blin <[EMAIL PROTECTED]> wrote: The tests added in patch commit e39dca6af6c87a30ab1d907c0468de2602a6e442 Author: Damjan Jovanovic <[EMAIL PROTECTED]> Date: Thu Mar 22 08:03:28 2007 +0200 ws2_32: WSASendTo should always re-enable the FD_WRITE event.

Re: WinXP winsock test broken by commit e39dca6af6c87a30ab1d907c0468de2602a6e442

2007-06-29 Thread Damjan Jovanovic
On 6/28/07, Kai Blin <[EMAIL PROTECTED]> wrote: The tests added in patch commit e39dca6af6c87a30ab1d907c0468de2602a6e442 Author: Damjan Jovanovic <[EMAIL PROTECTED]> Date: Thu Mar 22 08:03:28 2007 +0200 ws2_32: WSASendTo should always re-enable the FD_WRITE event. break the ws2_32 sock.c

make test in winsock segfaulting after patch 4c5b55a0f8...

2007-06-29 Thread Kai Blin
The following commit breaks the winsock test for me. commit 4c5b55a0f82e83793814a21eadec8b50d48751f3 Author: Alexandre Julliard <[EMAIL PROTECTED]> Date: Mon Jun 4 18:16:48 2007 +0200 server: Run async I/O APCs from the SIGUSR1 handler. I have attached the backtrace. This is currently sto