Re: [1/1][user32.dll]Adding Arabic Translation resources

2011-01-17 Thread James McKenzie
On 1/8/11 7:05 PM, Nowres wrote: From a5d9d1e4599ce5a6c2f45df7948182401526f997 Mon Sep 17 00:00:00 2001 From: Nowres Rafid > Date: Sun, 9 Jan 2011 00:54:00 + Subject: [user32]Adding Arabic translation resources [Patch code deleted] Your patches are appearin

Re: New winetricks 20110117-alpha: new verbs dxdiag, firefox4, ut3, hegemonygold_demo, dxdiagn, pngfilt; new svn repo, download url

2011-01-17 Thread Rosanne DiMesio
On Mon, 17 Jan 2011 12:33:28 -0700 Vitaliy Margolen wrote: > Isn't that exactly why we marked all other scripts like this a "third party > unsupported tools"? If you moving the same direction, then winetricks will > fall into the same category - if you using it, ask Dan, don't bother asking >

Re: Winetricks game verbs - good or bad? (was: Re: New winetricks 20110117-alpha: new verbs dxdiag, firefox4, ut3, hegemonygold_demo, ...)

2011-01-17 Thread Dan Kegel
On Mon, Jan 17, 2011 at 8:31 PM, Vitaliy Margolen wrote: > On 01/17/2011 01:15 PM, Dan Kegel wrote: >> What concrete problems do you see with winetricks having >> verbs for popular games? > > Does it cover Steam'ed versions? > Different languages? I'm curious why you ask - would covering (or not

Re: Winetricks game verbs - good or bad? (was: Re: New winetricks 20110117-alpha: new verbs dxdiag, firefox4, ut3, hegemonygold_demo, ...)

2011-01-17 Thread Vitaliy Margolen
On 01/17/2011 01:15 PM, Dan Kegel wrote: What concrete problems do you see with winetricks having verbs for popular games? Does it cover Steam'ed versions? Different languages? How about conflicts between setups for different games under one wineprefix? Or conflicts with existing installed softw

Re: [PATCH 2/4] shdocvw: Implement IWebBrowser_ExecWB.

2011-01-17 Thread Erich Hoover
On Sun, Jan 16, 2011 at 1:01 PM, Jacek Caban wrote: > On 1/15/11 12:14 AM, Erich Hoover wrote: >> ... >> +    hres = >> IUnknown_QueryInterface(This->doc_host.document,&IID_IOleCommandTarget, >> (LPVOID*)&target); > document may be NULL here. Sorry, I'll take care of that. >> +    hres = IOleC

Winetricks game verbs - good or bad? (was: Re: New winetricks 20110117-alpha: new verbs dxdiag, firefox4, ut3, hegemonygold_demo, ...)

2011-01-17 Thread Dan Kegel
On Mon, Jan 17, 2011 at 7:33 PM, Vitaliy Margolen wrote: > On 01/17/2011 11:30 AM, Dan Kegel wrote: >> New version 20110117-alpha adds the following new verbs: >> >> firefox4 - beta9 of Firefox's new web browser >> ut3 - the first-person shooter Unreal Tournament

Re: New winetricks 20110117-alpha: new verbs dxdiag, firefox4, ut3, hegemonygold_demo, dxdiagn, pngfilt; new svn repo, download url

2011-01-17 Thread Vitaliy Margolen
On 01/17/2011 11:30 AM, Dan Kegel wrote: New version 20110117-alpha adds the following new verbs: firefox4 - beta9 of Firefox's new web browser ut3 - the first-person shooter Unreal Tournament 3 (requires dvd) Isn't that exactly why we marked all other scripts like this a &q

New winetricks 20110117-alpha: new verbs dxdiag, firefox4, ut3, hegemonygold_demo, dxdiagn, pngfilt; new svn repo, download url

2011-01-17 Thread Dan Kegel
Another fortnight, another winetricks. New version 20110117-alpha adds the following new verbs: firefox4 - beta9 of Firefox's new web browser ut3 - the first-person shooter Unreal Tournament 3 (requires dvd) hegemonygold_demo - the strategy game Hegemony Gold, dxdiag - Microsoft's nat

Re: msvcrt: Add _atoflt and _atoflt_l implementations (try2)

2011-01-17 Thread Alexandre Julliard
Nikolay Sivov writes: > I'm not sure about MSVCR_ types inside msvcr80, for wrappers it's > enough to have an empty struct pointers, if we really need proper > types please let me know. You should be using the real definitions from the msvcrt headers. Also you want the implementation in msvcr90,

Re: Fail to use USB-Key/USB-Shield with wine USB patch :cannot start service 'SCardSvr':win error code:0x00000424

2011-01-17 Thread Saulius Krasuckas
* On Mon, 17 Jan 2011, Qian Hong wrote: > > Dear all, after replacing winscard.dll by native windows dll and > setting the native winscard.dll by default with winecfg, > I got a new result,Screenshot here: http://goo.gl/7gWbt , > this is the same as that the regist is modified in Windows XP: > ht

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-17 Thread James McKenzie
On 1/17/11 1:07 AM, Dmitry Timoshkov wrote: James McKenzie wrote: +ok (16 == sentLogFontA.lfHeight, "Height not set to 12 for System Font. Height is %d\n", sentLogFontA.lfHeight); 12? Fixed in the next test patch. +ok (96 == ry, "DPI for screen does not equal 96 it is %d\n", ry); +

Re: Fail to use USB-Key/USB-Shield with wine USB patch :cannot start service 'SCardSvr':win error code:0x00000424

2011-01-17 Thread Alexander Morozov
> I have winedumped all the .sys files and tared them together here: > http://goo.gl/bEu03 Drivers import smclib.sys and wmilib.sys which are not implemented. And I doubt that they will be implemented soon (or ever). Also winscard way seems to me to be more right in this case.

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-17 Thread Dmitry Timoshkov
James McKenzie wrote: > +ok (16 == sentLogFontA.lfHeight, "Height not set to 12 for System Font. > Height is %d\n", sentLogFontA.lfHeight); 12? > +ok (96 == ry, "DPI for screen does not equal 96 it is %d\n", ry); > +ok (-240 == CharFont1ANSI.yHeight /* Wine */|| 195 == > CharFont1

Re: wined3d: don't set cube and volume POW2 caps if np2 textures are supported

2011-01-17 Thread Stefan Dösinger
Am Sonntag 16 Januar 2011, 23:54:58 schrieb Henri Verbeet: > Did this patch go anywhere? AFAIK Matteo already fixed the tests. I believe I resent it, but maybe it got lost. I'll check. signature.asc Description: This is a digitally signed message part.