Hebrew version of Wine History

2010-12-23 Thread Yaron Shahrabani
Hey, I translated the Wine History into Hebrew several weeks ago and I noticed that although the patches are in, when I click on Wine's History on the Hebrew website I'm being taken to the English version of the document in Wine's wiki. Wine's history is pretty important to the Israeli community i

Re: [PATCH] d3dcompiler_43/tests: Added error tests to HLSL test suite

2010-12-23 Thread Travis Athougies
To address, the C string literals issue, this is the same format I have used for the other test strings. It would seem inconsistent to break this now. Maybe a later patch can address this. I've used IUnknown_Release in other places to free ID3D10Blobs, so it also seems inconsistent to use ID3D10Bl

[no subject]

2010-12-23 Thread Greg Geldorp
Ok, it didn't last very long, but for a brief period we had only greens for 4 different Windows versions on http://test.winehq.org, see attached screenshot. Nice to see some progress J Greg. <>

Re: uninstaller: Run msiexec if the WindowsInstaller value is set.

2010-12-23 Thread Alexandre Julliard
Hans Leidekker writes: > --- > programs/uninstaller/main.c | 23 +++ > 1 files changed, 19 insertions(+), 4 deletions(-) Note that appwiz.cpl will need the same change (of course uninstaller should really be calling appwiz.cpl in the first place). -- Alexandre Julliard j

Re: [PATCH] Added function _ui64tow_s to MSVCRT (sorry sent the last mail from the wrong address)

2010-12-23 Thread Alexandre Julliard
Arno Teigseth writes: > --- > dlls/msvcr90/msvcr90.spec |2 +- > dlls/msvcrt/msvcrt.spec |2 +- > dlls/msvcrt/string.c | 44 > 3 files changed, 46 insertions(+), 2 deletions(-) Please add it to all the msvcrt versions that need it, n

Re: [PATCH 2/2] shell32: Add IInputObject stub to ExplorerBrowser. (try 2)

2010-12-23 Thread Alexandre Julliard
David Hedberg writes: > +hr = IInputObject_TranslateAcceleratorIO(pio, &msg_a); > +todo_wine ok(hr == found ? S_OK : S_FALSE, "Got 0x%08x (%04x)\n", > hr, i); That doesn't do what you want. -- Alexandre Julliard julli...@winehq.org

Re: [PATCH] d3dcompiler_43/tests: Added error tests to HLSL test suite

2010-12-23 Thread Rico Schüller
Am 23.12.2010 00:37, schrieb Michael Stefaniuc: Hello Travis, On 12/22/2010 10:31 PM, Travis Athougies wrote: Tests to ensure the HLSL compiler won't crash on malformed input. --- dlls/d3dcompiler_43/tests/hlsl.c | 87 ++ 1 files changed, 87 insertion