Re: winetest problems

2008-05-02 Thread John Klehm
On Fri, May 2, 2008 at 6:38 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to fix the failing cross tests, but we haven't had a > winetest build on Paul Millar's server in a few days. I'm not > familiar with Paul's build process, so my only guess is that a recent > commit ha

winetest problems

2008-05-02 Thread James Hawkins
Hi, I'm trying to fix the failing cross tests, but we haven't had a winetest build on Paul Millar's server in a few days. I'm not familiar with Paul's build process, so my only guess is that a recent commit has broken the build. In the meantime, I've tried a few things. I used John Klehm's cros

Wine 1.0 code freeze! RC1 in 6 days!

2008-05-02 Thread Dan Kegel
Bet you never thought it would happen! The code freeze will be less rigid at first, but we're serious about not destabilizing Wine at this point. So go ahead and post your patches, but make sure you've got your ducks in a row, and don't be surprised if Alexandre pushes back. A clickable version o

kernel32: Implementation of GetLargestConsoleWindowSize.

2008-05-02 Thread Reijo T Sund
Eric Pouech (Fri May 2 01:38:37 CDT 2008): > first of all, implementing twice the same function is a bad idea > you should wrap the two implementations into a single function, and have > simple wrappers for handling the different return convention > in the other items: > - you never handle errors i

Re: Problem with VoIP applications

2008-05-02 Thread Juan Lang
Hi Pavel, really you should open a bug for this rather than asking here. --Juan

Re: DDraw: enable EnableAutoDepthStencil to receive depth support

2008-05-02 Thread Stefan Dösinger
Actually, setting AutoDepthStencil to TRUE is technically wrong, but I am afraid the only option. DDraw doesn't create a depth stencil surface automatically. The app has to create it manually, then attach it to the primary. When the app creates the depth stencil, ddraw creates a wined3d depth s

Problem with VoIP applications

2008-05-02 Thread Pavel Troller
Hi! I was trying to run FreeCall VoIP client, however, it detects a problem and tries to contact its authors. I've done a bit of googling and I've found that there are at least 3 similar programs (FreeCall, VoipCheap, VoipDiscount) which behave exactly the same way, they are using probably the sa

Re: widl: Add a framework for automated testing of IDL files that should succeed or fail to be parsed.

2008-05-02 Thread Robert Shearman
Alexandre Julliard wrote: > Robert Shearman <[EMAIL PROTECTED]> writes: > >> The way I see it, we have a choice between having a framework that uses >> the makefile to run individual tests of the parser without checking the >> content or a framework that runs every test in one go, but is capab

Fix building tools/widl (for bison 1.75, among others)

2008-05-02 Thread Gerald Pfeifer
After the following change about a week ago Rob Shearman <[EMAIL PROTECTED]> widl: Make the rules for parsing fields in structures, encapsulated unions and non-encapsulated unions more strict. Move the rules in fields that handle empty union cases into separate union rules so that they

Re: Wine t-shirts?

2008-05-02 Thread Jeremy Newman
ftp://wine.codeweavers.com/pub/wine/logos/ Maarten Lankhorst wrote: > Hello Jeremy, > > 2008/5/1 Jeremy Newman <[EMAIL PROTECTED]>: >> Sure, I will put up an archive of our Penguin EPS files later today >> somewhere. Probably on our FTP site. > Did you upload it yet? > > Cheers, > Maarten. > >

Re: Fix building tools/widl (for bison 1.75, among others)

2008-05-02 Thread Robert Shearman
Gerald Pfeifer wrote: > After the following change about a week ago > > Rob Shearman <[EMAIL PROTECTED]> > widl: Make the rules for parsing fields in structures, encapsulated unions > and non-encapsulated unions more strict. > > Move the rules in fields that handle empty union cases into s

kernel32: Implementation of GetLargestConsoleWindowSize.

2008-05-02 Thread Kirill K. Smirnov
Hi, + +hWnd = GetConsoleWindow(); + +SERVER_START_REQ( get_window_rectangles ) +{ +req->handle = hWnd; +ret = !wine_server_call_err(req); +colpix = reply->client.right - reply->client.left; +linpix = reply->client.bottom - reply->client.top; +col

Re: [PATCH] user32: only send WM_SIZE if the window size actually changed.

2008-05-02 Thread Alexandre Julliard
"Lei Zhang" <[EMAIL PROTECTED]> writes: > We shouldn't send WM_SIZE in response to WM_WINDOWPOSCHANGED unless > the window size actually changed. The client size can change even if the window size doesn't. What are you trying to fix? -- Alexandre Julliard [EMAIL PROTECTED]

Re: [PATCH 4/5] kernel32: implement __wine_kernel_init_environment.

2008-05-02 Thread Alexandre Julliard
"Lei Zhang" <[EMAIL PROTECTED]> writes: > It seems I would end up duplicating a bit of code from kernel32. Is that ok? Yes. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Wine t-shirts?

2008-05-02 Thread Maarten Lankhorst
Hello Edward, 2008/5/1 Edward Savage <[EMAIL PROTECTED]>: > Please note the following rant was insighted from a long held thought > that the wine and crossover logos were old and boring: > > I wouldn't put on a Wine tshit or a Crossover tshirt until both > projects get far better/sexier logos.