Re: d3dx9 patches

2008-02-16 Thread tony . wasserka
Okay, thanks. Then I'll just resend them and see if they get in this time. Unbegrenzter Speicher, Top-Spamschutz, 120 SMS und eigene E-MailDomain inkl. http://office.freenet.de/dienste/emailoffice/produktuebersicht/power/mail/index.html

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-16 Thread Timothy Lee
Robert Shearman wrote: Timothy Lee wrote: The attached patch allows the WINE desktop to be embedded within an existing X11 window, and is similar to the windowed mode in WINE. I've tested this feature using MS PowerPoint Viewer 2007, so that a fullscreen slideshow can be fitted inside any

Re: winedos: Allocate a console when loading dos applications

2008-02-16 Thread Alexandre Julliard
Maarten Lankhorst [EMAIL PROTECTED] writes: These things make me think that the old behavior of wine is more correct then the current one, with relation to console handles. The behavior hasn't changed for console handles, but the default case is to run on the unix stdio handles, not true

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-16 Thread Dmitry Timoshkov
Timothy Lee [EMAIL PROTECTED] wrote: I'm struggling to imagine a case where the behaviour you've implemented is useful. I'm actually using this code as the basis of a PowerPoint plugin under Linux. I little bit more information won't hurt. For instance why your plugin needs to re-route

Autoplay considered harmful

2008-02-16 Thread Dan Kegel
http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/02/15/BU47V0VOH.DTLtype=business says that USB devices are being sold with infected autorun apps. If you plug in, you're already infected, I'd say that's a pretty good argument for not supporting autoplay...

X developer's conference, April 16-18

2008-02-16 Thread Dan Kegel
http://www.x.org/wiki/Events/XDC2008 Seems like Wine might want a representative. What issues would we want to bring up there? - relative mouse motion events ...? - Dan

Re: wined3d: Fix bug in swapchain release which causes incorrect display mode changes.

2008-02-16 Thread Chris Robinson
On Saturday 16 February 2008 06:01:48 am Peter Dons Tychsen wrote: Fixed bug in wined3d swapchain, which caused the release of the swap-chain to mess around with the display-modes set by ddraw. Also added test-case for this scenario. Reworked test code minimally, to re-use existing test code.

Re: [1/16] msxml3: Support functions for typelib

2008-02-16 Thread Alexandre Julliard
Alistair Leslie-Hughes [EMAIL PROTECTED] writes: +HRESULT get_typeinfo(enum tid_t tid, ITypeInfo **typeinfo) +{ +HRESULT hres; + +if(!typelib) { +ITypeLib *tl; + +hres = LoadRegTypeLib(LIBID_MSXML2, 3, 0, LOCALE_SYSTEM_DEFAULT, tl); +if(FAILED(hres)) {

Re: dlls/shell32/pidl.c -- adjust to unsignedness of a type

2008-02-16 Thread Alexandre Julliard
Gerald Pfeifer [EMAIL PROTECTED] writes: @@ -109,7 +109,7 @@ BOOL WINAPI ILGetDisplayNameExW(LPSHELLF return FALSE; } -if (type = 0 type = 2) +if (type = 2) { switch (type) { The test should probably be removed completely since there's

Re: Autoplay considered harmful

2008-02-16 Thread James McKenzie
Dan Kegel wrote: http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/02/15/BU47V0VOH.DTLtype=business says that USB devices are being sold with infected autorun apps. If you plug in, you're already infected, I'd say that's a pretty good argument for not supporting autoplay... +1

Re: Autoplay considered harmful

2008-02-16 Thread John Klehm
Dan Kegel wrote: http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/02/15/BU47V0VOH.DTLtype=business says that USB devices are being sold with infected autorun apps. If you plug in, you're already infected, I'd say that's a pretty good argument for not supporting autoplay...

Re: Autoplay considered harmful

2008-02-16 Thread Dan Kegel
On Feb 16, 2008 7:08 AM, John Klehm [EMAIL PROTECTED] wrote: Dan Kegel wrote: http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/02/15/BU47V0VOH.DTLtype=business says that USB devices are being sold with infected autorun apps. If you plug in, you're already infected, I'd say

Re: Autoplay considered harmful

2008-02-16 Thread Steven Edwards
On Feb 16, 2008 8:58 AM, Dan Kegel [EMAIL PROTECTED] wrote: http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/02/15/BU47V0VOH.DTLtype=business says that USB devices are being sold with infected autorun apps. If you plug in, you're already infected, I'd say that's a pretty good argument

Re: X developer's conference, April 16-18

2008-02-16 Thread Roderick Colenbrander
http://www.x.org/wiki/Events/XDC2008 Seems like Wine might want a representative. What issues would we want to bring up there? - relative mouse motion events ...? - Dan Perhaps X developers should be aware about the way we implement windowed opengl rendering (bug 2398) using

Re: Autoplay considered harmful

2008-02-16 Thread Evil Jay
The purist in me says that WINE should not improve on Windows - it should behave the same way, warts and all. If I had a vote, I'd vote to enable it by default, but give the user an easy way to disable it in winecfg. (And I'd immediately disable it the first time I ran Winecfg!) But, whatever

MSG_PEEK race in urlmon_test?

2008-02-16 Thread Francois Gouget
When I run the urlmon_test test the kernel (2.6.22.9) has this to say: Feb 16 05:53:54 amboise kernel: TCP(urlmon_test.exe:9836): Application bug, race in MSG_PEEK. Does anyone know what's up with that? Maybe someone who knows more than me about urlmon? -- Francois Gouget [EMAIL PROTECTED]

Re: X developer's conference, April 16-18

2008-02-16 Thread Dan Kegel
On Feb 16, 2008 9:47 AM, Vitaliy Margolen [EMAIL PROTECTED] wrote: - relative mouse motion events I'd phrase this as ability to open main pointer device and keyboard as XInput device. That will be enough. Ah. Yes. That makes a lot more sense. Thanks!

Re: Autoplay considered harmful

2008-02-16 Thread Robert Lövlie
John Klehm wrote: Dan Kegel wrote: http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/02/15/BU47V0VOH.DTLtype=business says that USB devices are being sold with infected autorun apps. If you plug in, you're already infected, I'd say that's a pretty good argument for not supporting

Re: X developer's conference, April 16-18

2008-02-16 Thread Vitaliy Margolen
Dan Kegel wrote: http://www.x.org/wiki/Events/XDC2008 Seems like Wine might want a representative. What issues would we want to bring up there? - relative mouse motion events ...? - Dan I'd phrase this as ability to open main pointer device and keyboard as XInput device. That will

Re: Autoplay considered harmful

2008-02-16 Thread Remco
Vista (and I think XP too) ask whether you want to start the Autorun program, or do a few other actions (open explorer, copy disk, etc). Remco - Original Message From: Evil Jay [EMAIL PROTECTED] To: Steven Edwards [EMAIL PROTECTED] Cc: wine-devel wine-devel@winehq.org; Dan Kegel

Re: Autoplay considered harmful

2008-02-16 Thread Evil Jay
XP does not do this. I've never used Vista, nor can I imagine why anyone would want to. If Vista does do this, then prompting would be proper, but only when Wine is configured to present itself as Vista. -J Remco wrote: Vista (and I think XP too) ask whether you want to start the Autorun

Re: Autoplay considered harmful

2008-02-16 Thread Chris Robinson
On Saturday 16 February 2008 10:54:47 am Remco wrote: Vista (and I think XP too) ask whether you want to start the Autorun program, or do a few other actions (open explorer, copy disk, etc). Some desktop managers already do autoplay-like behavior. In KDE, when I put in a CD/DVD for the first

Re: WineD3D: add separate alpha blend support 3/3

2008-02-16 Thread Stefan Dösinger
Am Samstag, 16. Februar 2008 17:29:31 schrieb Roderick Colenbrander: Hi, This patch adds support for separate alpha blend one of the last unimplemented D3D9 features. Here are a few suggestions: *) Setting WINED3DPMISCCAPS_SEPARATEALPHABLEND in directx.c should only be done if the extension

Re: ddraw: Assign to structs instead of using memcpy

2008-02-16 Thread Stefan Dösinger
Am Samstag, 16. Februar 2008 23:33:37 schrieb Andrew Talbot: Here, I am assuming that the dwSize elements in all these cases should be set to the size of the struct each is in, respectively. Please advise if this assumption is wrong. It's not necessarily true. Sometimes there are multiple

Re: ddraw: Assign to structs instead of using memcpy

2008-02-16 Thread Andrew Talbot
Stefan Dösinger wrote: Am Samstag, 16. Februar 2008 23:33:37 schrieb Andrew Talbot: Here, I am assuming that the dwSize elements in all these cases should be set to the size of the struct each is in, respectively. Please advise if this assumption is wrong. It's not necessarily true.

Re: Autoplay considered harmful

2008-02-16 Thread Steven Edwards
On Feb 16, 2008 2:29 PM, Chris Robinson [EMAIL PROTECTED] wrote: Some desktop managers already do autoplay-like behavior. In KDE, when I put in a CD/DVD for the first time, it'll ask me if I want to play it (if it's a video dvd/audio cd), if I want to open a burning program (if it's a blank

New winetricks 20080216: fixed comctl32 override, hide winetrickscache, add --version option

2008-02-16 Thread Dan Kegel
Austin nudged me into fixing comctl32 override, which has been broken since wine added support for sxs assemblies. He also was the third person to suggest hiding winetrickscache, so I guess it's what people want. And I added a --version option for a guy who said it would make packaging easier. As

Re: tools: add a wrapper script for starting files from file managers and make wine.desktop use it

2008-02-16 Thread Vincent Povirk
Please do not commit this patch as explained in comment 18 of bug 5224: http://bugs.winehq.org/show_bug.cgi?id=5224#c18 Windows explorer's default behavior is to always start programs with double quotes around their filenames, even if the filename does not contain a space. Apparently, this is