cmd: an issue with cd .. command

2011-08-10 Thread Nowres Rafid
Hello, the command "cd .. " doesn't work when there is extra spaces at the end. I propose this patch and ask for your confirmation about it. best regards. >From f4b4581273704ccf6e67f7595f1c3e4243ed7559 Mon Sep 17 00:00:00 2001 From: Nowres Rafid Date: Thu, 11 Aug 2011 03:11:26 + Subject:

Re: wined3d: Fix does not clip transformed vertices in z-direction

2011-08-10 Thread Henri Verbeet
On 10 August 2011 17:35, Антон Ярцев wrote: > In some d3d9 2d-games, some sprites does not draws, or draws like thin line > because game use transformation for primitives, and  z-coordinate(detected ~ > -700...+700 range) of vertices might be not in view volume as occurs. I'm pretty sure I've ment

Re: [1/3] gdi32: Initial Gamma setting tests

2011-08-10 Thread Nikolay Sivov
On 8/11/2011 00:58, André Hentschel wrote: --- dlls/gdi32/tests/dc.c | 40 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/dlls/gdi32/tests/dc.c b/dlls/gdi32/tests/dc.c index 5017583..f8ceccd 100644 --- a/dlls/gdi32/tests/dc.c +++ b/dl

re: Current state of USBD.SYS

2011-08-10 Thread louis
> Louis wrote >> Our patches should already be available (Google for "Muse Research open >> source"; I can't recall the server it's on at the moment, but it should >> be >> in the "1.8" subdirectory). > > I think it's > ftp://ftp.museresearch.com/rpms/1.8/ > and in particular > ftp://anonymous+muse

re: Current state of USBD.SYS

2011-08-10 Thread Dan Kegel
Louis wrote > Our patches should already be available (Google for "Muse Research open > source"; I can't recall the server it's on at the moment, but it should be > in the "1.8" subdirectory). I think it's ftp://ftp.museresearch.com/rpms/1.8/ and in particular ftp://anonymous+museresearch@ftp.

Re: gsoc mentor summit

2011-08-10 Thread Owen Rudge
On 27/07/2011 16:04, Stefan Dösinger wrote: Yes. I'd be interested as well, that's why I started this thread. I've been there already in 2009, so if anyone else wants to go I'd be happy to yield. Any further thoughts on this from any of the other mentors? It looks like the latest date to offic

Re: Current state of USBD.SYS

2011-08-10 Thread louis
> Yes, Wine added support for udev (because hal is now obsolute on most > Linux distributions), but AFAIK the plans were not to remove hal due > to backward compatibility. > No major changes to usbd.sys were made. Wine still doesn't detect USB > devices or load drivers or anything like that. OK, I

Re: Current state of USBD.SYS

2011-08-10 Thread Damjan Jovanovic
On Wed, Aug 10, 2011 at 1:15 AM, wrote: > Hi, >  I'm in the process of migrating custom patches made to WINE 1.1.7 to > WINE 1.3.24.  Among those is USBD.SYS, which we use to run a Windows > driver for a specific USB device which has no equivalent Linux driver. > I was wondering what to expect fr

[PATCH] winealsa.drv: Fix AudioRenderClient write pointer calculation

2011-08-10 Thread Joerg-Cyril . Hoehle
Hi, The buffering code in winealsa & wineoss is still very complex and I've had a hard time following it. Because of the complexity, it's potentially error-prone. Here's an error: Consider this sequence of calls: BufferSize 100 GetBuffer(80) Release(80)