Could somebody run the wininet/ftp tests on Wine?

2007-06-06 Thread Paul Vriens
Hi, Some time ago I added some ftp-tests. After I've seen a lot of wininet patches I just tried (current GIT) to run the ftp tests again on Wine. This time I get some failure (or actually successes): [EMAIL PROTECTED] tests]$ make ftp.ok ../../../tools/runtest -v -P wine -M wininet.dll -T ../..

Re: cmd:Ru:Update Russian translation.[try2][fixed]

2007-06-06 Thread L. Rahyen
On Wednesday June 6 2007 20:26, Kirill K. Smirnov wrote: > >+ WCMD_NOASSOC, "Файл, ассоциированный с расширением %s,отсутствует\n" > > This phrase does not sound Russian. "Отсутствует сопоставление для > расширения %s" will be better. I think original phrase "Файл, ассоциированный с рас

Adding support for both wine_gecko and Mozilla ActiveX.

2007-06-06 Thread Andrew Riedi
A lot of users would enjoy an option between installing wine_gecko and Mozilla ActiveX. Would it be very difficult to add a little dialogue box or registry key to toggle between the two? Is there a better way? If it is too difficult or will slow down work on eg. MSHTML and the like, don't worry

Re: wined3d [1/5]: Add GL_EXT_texture_sRGB constants and corresponding CheckDeviceFormat query

2007-06-06 Thread Phil Costin
Stefan Dösinger wrote: > Am Donnerstag, 7. Juni 2007 01:03 schrieb Phil Costin: >> Adds necessary GL constants and allows the application to query whether a >> particular texture format is compatible with sample-time texture >> linearization. > Ideally you shouldn't enable the srgb formats in this

Re: wined3d [2/5]: Extend the D3DFMT table to include gamma corrected formats

2007-06-06 Thread Stefan Dösinger
Am Donnerstag, 7. Juni 2007 01:05 schrieb Phil Costin: > Extend the D3DFMT table to include gamma corrected formats. This patch(and 3 and 4) look good to me on a quick check.

Re: wined3d [1/5]: Add GL_EXT_texture_sRGB constants and corresponding CheckDeviceFormat query

2007-06-06 Thread Stefan Dösinger
Am Donnerstag, 7. Juni 2007 01:03 schrieb Phil Costin: > Adds necessary GL constants and allows the application to query whether a > particular texture format is compatible with sample-time texture > linearization. Ideally you shouldn't enable the srgb formats in this patch already, but rather in

Re: d3d9/tests [5/5]: Test CheckDeviceFormat returns correctly for D3DUSAGE_QUERY_SRGBREAD queries

2007-06-06 Thread Stefan Dösinger
Am Donnerstag, 7. Juni 2007 01:16 schrieb Phil Costin: > Test CheckDeviceFormat returns correctly for D3DUSAGE_QUERY_SRGBREAD > queries. This test will fail on any card that doesn't support sRGB at all. What would be more useful is to find out what assertion hl2 makes, ie if D3DFMT_X8R8G8B8 is su

wined3d: Void functions should not return a value

2007-06-06 Thread Andrew Talbot
Please note: I set the indentation of some amended lines to match that in the majority of the surrounding functions. -- Andy.

Re: cmd:Ru:Update Russian translation.[try2][fixed]

2007-06-06 Thread Kirill K. Smirnov
Hi, Anatoly! The translation is still very raw. Please, verify it. >+ WCMD_YES, "Д" >+ WCMD_NO, "Н" Answers to "Yes/No" question should not be translated, should they? "All" too. >+ WCMD_NOASSOC, "Файл, ассоциированный с расширением %s,отсутствует\n" This phrase does not sound Russian. "Отсут

Re: cmd:builtints.c Fix convert from lower case to upper case

2007-06-06 Thread Juan Lang
This appears to be missing the patch. --Juan Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/

Re: [patch 2] mshtml: Added support for coexisting different Gecko versions installation.

2007-06-06 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > -/* @@ Wine registry key: HKCU\Software\Wine\MSHTML */ > -res = RegOpenKeyW(HKEY_CURRENT_USER, wszMshtmlKey, &hkey); > +memcpy(mshtml_key, wszMshtmlKey, sizeof(wszMshtmlKey)); > +MultiByteToWideChar(CP_ACP, 0, GECKO_VERSION, -1, > +