Re: OpenGL child windows (SketchUp)

2012-02-09 Thread Roderick Colenbrander
Re-adding wine-devel. On Wed, Feb 8, 2012 at 2:42 PM, Brian Bloniarz wrote: > On Wed, Feb 8, 2012 at 12:33 PM, Roderick Colenbrander > wrote: >> >> On Wed, Feb 8, 2012 at 6:31 PM, Matteo Bruni >> wrote: >> > I'm not really such an expert in the area, but I think both (1) and >> > (2) make sense

[PATCH 1/6] include: new file ddk/scsi.h

2012-02-09 Thread Dan Kegel
Only adds the minimum definitions needed to use SCSIOP_READ_DVD_STRUCTURE. From 598e9521bf585e0d610f1add305c271a04b4c714 Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Thu, 9 Feb 2012 14:13:54 -0800 Subject: [PATCH 1/6] include: new file ddk/scsi.h Only adds the minimum definitions needed to use

Re: winealsa.drv patch to enum all software devices from .asoundrc

2012-02-09 Thread Andrew Eikum
On Thu, Feb 09, 2012 at 10:08:39PM +0200, Нискородов Серёжа wrote: > > Thanks, I've been wanting to do this for a while. I've been hesitating > > because ALSA doesn't document the format of their device names. If a > > device name contains a colon, is it _always_ a hardware device that > > will be

Re: winealsa.drv patch to enum all software devices from .asoundrc

2012-02-09 Thread Нискородов Серёжа
> Thanks, I've been wanting to do this for a while. I've been hesitating > because ALSA doesn't document the format of their device names. If a > device name contains a colon, is it _always_ a hardware device that > will be returned by the snd_card_* family? Who knows... To check whether the devic

Re: winetest can't remove its temp directory

2012-02-09 Thread Austin English
On Thu, Feb 9, 2012 at 05:16, wrote: > Hi, > > does anybody else see a message from winetest.exe about > not being able to clean up at the end? > This happened with e.g. winetest-1.4-rc2 and some earlier ones. > > Indeed, a temp directory with all the extracted > *_test.exe is left half-full.  It

Add a trailing full stop to the kernel32 error messages

2012-02-09 Thread Francois Gouget
Translators: This may concern you! See the (*) below. (hence the post to wine-devel) It was discovered that the kernel32 error messages are supposed to all end with a full stop. This is a lot of strings and impacts a lot of translations. http://www.winehq.org/pipermail/wine-devel/2012-Janua

Re: winealsa.drv patch to enum all software devices from .asoundrc

2012-02-09 Thread Andrew Eikum
On Tue, Feb 07, 2012 at 11:32:34PM +0200, Нискородов Серёжа wrote: > Perhaps the code is not so clear and beautiful, but it works for me, > and maybe someone wants to send it to the repository, or to correct > and send a corrected. One more thing, this messes up the default device selection, which

Re: [PATCH 1/2] winmm: Avoid using SuspendThread, it can hang Wine.

2012-02-09 Thread Michael Stefaniuc
joerg-cyril.hoe...@t-systems.com wrote: > Michael Stefaniuc wrote: >> See that as an opportunity to clean up the whitespace issues in those 120 >> lines ;) > Hmm, what was the latest word on reformatting, if any? > Until now I've been careful to preserve the surrounding formatting, even > Though w

Re: [PATCH 1/2] winmm: Avoid using SuspendThread, it can hang Wine.

2012-02-09 Thread Joerg-Cyril . Hoehle
Michael Stefaniuc wrote: >See that as an opportunity to clean up the whitespace issues in those 120 >lines ;) Hmm, what was the latest word on reformatting, if any? Until now I've been careful to preserve the surrounding formatting, even Though winmm&mci look very different from mmdevapi. Do you

Re: winealsa.drv patch to enum all software devices from .asoundrc

2012-02-09 Thread Andrew Eikum
On Tue, Feb 07, 2012 at 11:32:34PM +0200, Нискородов Серёжа wrote: > I'm not so good at programming. I just was looking for a way to > make possible play sound from WINE to ALSA software device other than > "default". > > I wrote a patch that allows you to select the ALSA software device > from co

Re: [PATCH 1/2] winmm: Avoid using SuspendThread, it can hang Wine.

2012-02-09 Thread Michael Stefaniuc
joerg-cyril.hoe...@t-systems.com wrote: > Alexandre Julliard wrote: >> Please stop abusing goto, write a proper loop instead. > No problem. The idea was to minimize the patch and show what really changed. > Adding a while loop will indent all 120 lines of code in between { }. See that as an opportu

Re: [PATCH 1/2] winmm: Avoid using SuspendThread, it can hang Wine.

2012-02-09 Thread Joerg-Cyril . Hoehle
Alexandre Julliard wrote: >Please stop abusing goto, write a proper loop instead. No problem. The idea was to minimize the patch and show what really changed. Adding a while loop will indent all 120 lines of code in between { }. Regards, Jörg Höhle

Re: [PATCH 1/2] winmm: Avoid using SuspendThread, it can hang Wine.

2012-02-09 Thread Alexandre Julliard
joerg-cyril.hoe...@t-systems.com writes: > @@ -1006,7 +1008,9 @@ static BOOL > MMSYSTEM_MidiStream_MessageHandler(WINE_MIDIStream* lpMidiStrm, LPWI > LPMIDIHDRlpMidiHdr; > LPMIDIHDR* lpmh; > LPBYTE lpData; > +BOOL paused = FALSE; > > +still_paused: >

Re: [PATCH 2/2] urlmon: Added more mk: combining tests

2012-02-09 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=16890 Your paranoid android

Re: [PATCH 3/4] mmdevapi/tests: Perform renderer padding & position tests.

2012-02-09 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=16887 Your paranoid android

Re: [PATCH 4/4] mmdevapi/tests: Check GetService's output parameter.

2012-02-09 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=16888 Your paranoid android

winetest can't remove its temp directory

2012-02-09 Thread Joerg-Cyril . Hoehle
Hi, does anybody else see a message from winetest.exe about not being able to clean up at the end? This happened with e.g. winetest-1.4-rc2 and some earlier ones. Indeed, a temp directory with all the extracted *_test.exe is left half-full. It looks like files got deleted in alphabetical order s

half transparent window titles?

2012-02-09 Thread Joerg-Cyril . Hoehle
Hi, did anyone else notice that since a few weeks, window titles are somehow not refreshed and/or half transparent? I'm typically using virtual desktop mode in Ubuntu Linux. This is observable with winecfg, the "update .wine" requester, winetest as well as Wine's crash dialog. A search for "tran