Re: wineboot: Start items in StartUp folder on boot.

2007-02-09 Thread John Smith
I thought wine's goal was "bug for bug" with windows, for good or for ill. On 2/9/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: On Fri, 2007-02-09 at 21:20 -0700, Vitaliy Margolen wrote: > Misha Koshelev wrote: > > Hi, > > > > As you all may have noticed, I have been making quite a few patches

Re: wineboot: Start items in StartUp folder on boot.

2007-02-09 Thread Misha Koshelev
On Fri, 2007-02-09 at 21:20 -0700, Vitaliy Margolen wrote: > Misha Koshelev wrote: > > Hi, > > > > As you all may have noticed, I have been making quite a few patches > > within the last two weeks (or at least quite a few when compared to zero > > before then) because I had figured out that the Ve

Re: wineboot: Start items in StartUp folder on boot.

2007-02-09 Thread Vitaliy Margolen
Misha Koshelev wrote: > Hi, > > As you all may have noticed, I have been making quite a few patches > within the last two weeks (or at least quite a few when compared to zero > before then) because I had figured out that the Vector NTI program that > is quite important in molecular biologThis patc

wineboot: Start items in StartUp folder on boot.

2007-02-09 Thread Misha Koshelev
Hi, As you all may have noticed, I have been making quite a few patches within the last two weeks (or at least quite a few when compared to zero before then) because I had figured out that the Vector NTI program that is quite important in molecular biologThis patch makes sure that wine will start

Re: winecfg: Add check for device access to Drives tab.

2007-02-09 Thread Vitaliy Margolen
Any reasons why this patch is not applied? http://www.winehq.org/pipermail/wine-patches/2007-January/035264.html This is one of the major headaches for users trying to get programs requiring direct CD-ROM drive access to work. And it's nearly impossible to get required information from users to fi

Re: shell32[3/3]: allow overwriting files in SHFileOperation(FO_COPY) (with confirmation dialogs, fixes bug #7046)

2007-02-09 Thread James Hawkins
On 2/9/07, Mikołaj Zalewski <[EMAIL PROTECTED]> wrote: The return codes when the user cancelled the operation as in Vista, as they are more logical and easier to implement than the XP ones. If Microsoft changed them there are probably not many apps that would depend on it. With this change the pr

Re: Bugzilla: Adding a 'patch' keyword

2007-02-09 Thread Nick Law
Tony Lambregts wrote: Francois Gouget wrote: On Tue, 30 Jan 2007, Francois Gouget wrote: [...] But it would be nice if there was an easy way to find bugs that have a patch, even, and maybe especially, if it is incorrect. This would make it easier for interested parties to survey what p

Wine beta ASIO-driver.

2007-02-09 Thread Tor Einar Tønnessen
Hello, First let me introduce myself. I am Tor Einar Toennessen ( actually Tønnessen ). I am from Norway. I have followed the development of Wine a little bit on and off over some years ( maybe about 10 ). My main interrest with Wine is in the audio and midi area. I would like to comment on the a

Re: comctl32: rebar: rewrite the layouting code

2007-02-09 Thread Paul Vriens
Mikołaj Zalewski wrote: Dan Kegel wrote: Mikołaj wrote: I've tested it also with WinRAR, WinSCP3 3.30, 7-Zip and Pirch98 (the last two have Bugzilla entries and are fixed by the new code). The only thing I've found not to work are the sidebars of IE. Did they work with the old code? WinRA

Re: shell32[2/3]: add a confirmation dialog with a "Yes to All" option

2007-02-09 Thread Mikołaj Zalewski
The usual convention is that IDD_* are used for IDs of dialogs and IDC_* are used for IDs of controls. The Browse For Folders dialog uses IDD_ for controls and I wanted to follow the convention in this file. Mikolaj Zalewski

Re: shell32[2/3]: add a confirmation dialog with a "Yes to All" option

2007-02-09 Thread Robert Shearman
Mikołaj Zalewski wrote: +SHELL_YESTOALL_MSGBOX DIALOG 200, 100, 280, 90 +STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "Message" +FONT 8, "MS Shell Dlg" +{ +DEFPUSHBUTTON "&Yes", IDYES, 34, 69, 53, 14, WS_GROUP | WS_TABSTOP +PUSHBUTTON "Yes to &all", IDD_Y

Re: comctl32: rebar: rewrite the layouting code

2007-02-09 Thread Mikołaj Zalewski
Dan Kegel wrote: Mikołaj wrote: I've tested it also with WinRAR, WinSCP3 3.30, 7-Zip and Pirch98 (the last two have Bugzilla entries and are fixed by the new code). The only thing I've found not to work are the sidebars of IE. Did they work with the old code? WinRAR did. Other had bigger o

Re: Some thoughts about the ominous DIB Engine

2007-02-09 Thread Detlef Riekenberg
On Fr, 2007-02-09 at 11:41 +0100, Rolf Kalbermatter wrote: > 1) Like in the Transgaming patch hook into winex11.drv where apropriate. > 2) Add the dib engine as a dibdrv into GDI32 directly similar to what has >been done for enhmfdrv and mfdrv already. > extra field to the private DIB data st

Re: RasError.h? Where is this or does it not exist?

2007-02-09 Thread John Smith
Right oh! We will see perhaps today. A bit of studying to do first though. Thanks for helping me! Regards, John Klehm On 2/9/07, Francois Gouget <[EMAIL PROTECTED]> wrote: On Thu, 8 Feb 2007, John Smith wrote: > Hey all, > I cannot find the raserror.h file. I have tried looking around the

re: comctl32: rebar: rewrite the layouting code

2007-02-09 Thread Dan Kegel
Mikołaj wrote: I've tested it also with WinRAR, WinSCP3 3.30, 7-Zip and Pirch98 (the last two have Bugzilla entries and are fixed by the new code). The only thing I've found not to work are the sidebars of IE. Did they work with the old code? For the next week I won't work on wine but what sh

Re: comctl32: rebar: rewrite the layouting code

2007-02-09 Thread Mikołaj Zalewski
Robert Shearman napisał(a): Mikołaj Zalewski wrote: I've been trying to fix the rebar layouting code. But fixes in one place caused regressions because of bugs in other places and I ended up rewriting the whole layouting code. It does roughly the same as the current code however the details ar

Re: Bugzilla: Adding a 'patch' keyword

2007-02-09 Thread Tony Lambregts
Francois Gouget wrote: > On Tue, 30 Jan 2007, Francois Gouget wrote: > [...] >> But it would be nice if there was an easy way to find bugs that have a >> patch, even, and maybe especially, if it is incorrect. This would make >> it easier for interested parties to survey what potential fixes are

Re: shell32: make sure BrowseForFolder doesn't return NULL for the Desktop folder as this means a cancel (should fix bug #5533)

2007-02-09 Thread Mikołaj Zalewski
This function is a bit ugly. It seems this policy should be made in the BrsFolder_OnCommand function, rather than in pidl.c as a file. Yes, after I've found _ILCreateDesktop there is no need for a helper funciton. I'll send a patch without it. Mikolaj Zalewski

Re: RasError.h? Where is this or does it not exist?

2007-02-09 Thread Francois Gouget
On Thu, 8 Feb 2007, John Smith wrote: > Hey all, > I cannot find the raserror.h file. I have tried looking around the wine > directories to no avail. A find ./wine -name raserror.h -type f -print > turns up nothing. Am I looking in the wrong spot or in the wrong way? I can confirm that it is m

Re: comctl32: rebar: rewrite the layouting code

2007-02-09 Thread Robert Shearman
Mikołaj Zalewski wrote: I've been trying to fix the rebar layouting code. But fixes in one place caused regressions because of bugs in other places and I ended up rewriting the whole layouting code. It does roughly the same as the current code however the details are quite different and I hope

Re: shell32: make sure BrowseForFolder doesn't return NULL for the Desktop folder as this means a cancel (should fix bug #5533)

2007-02-09 Thread Robert Shearman
Mikołaj Zalewski wrote: +/* + * _ILMakePidlNotNull + * + * A null pidl is a valid pidl that represents the Desktop. However if we don't + * want a NULL pidl (e.g. because NULL indicates an error) this function will + * make a

Re: ntdll: Add prototypes to winnt.h for the SList functions.

2007-02-09 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > Fix the implementation to match the official prototypes. > --- > > I've had trouble with the placement of 'volatile' in 'const > SLIST_HEADER* volatile'. I think putting 'volatile' last is correct > because it applies to the pointer, not to the point

Re: Some thoughts about the ominous DIB Engine

2007-02-09 Thread Damjan Jovanovic
On 2/9/07, Rolf Kalbermatter <[EMAIL PROTECTED]> wrote: I have been following this discussion for quite some time and finally decided to look into it a little bit. While the Wiki mentions that a difficult part of this would be to get any design accepted by Alexandre it does absolutely not say in

Questions about gdi32:WidenPath patch sent on jan. 27

2007-02-09 Thread Laurent Vromman
Hi, I've tried to send my first patch on jan. 27. This patch is supposed to add a partial implementation of WidenPath to gdi32.dll. After two weeks, I don't have any news about the patch. Is it still pending ? Is there something wrong with it ? I am ready to improve it if necessary, but I need s

Re: Some thoughts about the ominous DIB Engine

2007-02-09 Thread Felix Nawothnig
Felix Nawothnig wrote: Pierre could speak to this better than I, but my understanding is that the Quartz driver does not need the DIB engine. Quartz (the Mac's imaging and windowing API) is capable of drawing to offscreen bitmaps directly, at color depths that need not match the display's.

Re: Some thoughts about the ominous DIB Engine

2007-02-09 Thread Felix Nawothnig
Ken Thomases wrote: Pierre could speak to this better than I, but my understanding is that the Quartz driver does not need the DIB engine. Quartz (the Mac's imaging and windowing API) is capable of drawing to offscreen bitmaps directly, at color depths that need not match the display's. T

Re: Bugzilla: Adding a 'patch' keyword

2007-02-09 Thread Francois Gouget
On Thu, 8 Feb 2007, Jeremy Newman wrote: > Since nobody else jumped on this, I went ahead and added a "patch" > keyword. Argh! So now I finally discover that after all it is possible to use the query system to get a list of the bugs that have patches. So we don't need the 'patch' keyword :-/ S

Re: Some thoughts about the ominous DIB Engine

2007-02-09 Thread Ken Thomases
On Feb 9, 2007, at 5:18 AM, Michael Stefaniuc wrote: Rolf Kalbermatter wrote: I have been following this discussion for quite some time and finally decided to look into it a little bit. While the Wiki mentions that a difficult part of this would be to get any design accepted by Alexandre it d

Re: Some thoughts about the ominous DIB Engine

2007-02-09 Thread Michael Stefaniuc
Rolf Kalbermatter wrote: > I have been following this discussion for quite some time and finally > decided to look into it a little bit. While the Wiki mentions that a > difficult part of this would be to get any design accepted by Alexandre it > does absolutely not say in any way what kind of appr

Re: [1/9] WineD3D: BeginScene and EndScene tests and fixes

2007-02-09 Thread Alexandre Julliard
Stefan Dösinger <[EMAIL PROTECTED]> writes: > From 4dc1b3cd7faf9c61bc6f862f416b6af07e1e85e8 Mon Sep 17 00:00:00 2001 > From: Stefan Doesinger <[EMAIL PROTECTED]> > Date: Fri, 19 Jan 2007 19:30:09 +0100 > Subject: [PATCH] WineD3D: BeginScene and EndScene tests and fixes This causes 'make test' to

Some thoughts about the ominous DIB Engine

2007-02-09 Thread Rolf Kalbermatter
I have been following this discussion for quite some time and finally decided to look into it a little bit. While the Wiki mentions that a difficult part of this would be to get any design accepted by Alexandre it does absolutely not say in any way what kind of approach would be likely to be accept