Re: [6/6] d3d8: Handles aren't supposed to be pointers.

2009-03-10 Thread Paul Vriens
Henri Verbeet wrote: Hi, +EnterCriticalSection(d3d8_cs); +*pToken = d3d8_allocate_handle(This-handle_table, object); LeaveCriticalSection(d3d8_cs); Is there a need for that extra EnterCriticalSection()

GSoC 2009 application sent

2009-03-10 Thread Kai Blin
Hi folks, I've just sent our application for this year's Summer of Code. Could everyone please have another look at the proposed projects at http://wiki.winehq.org/SummerOfCode to see if all the proposals are still current. Feel free to discuss new project ideas on the mailing list as well.

RE: [PATCH] [RFC] Make drive C always a Local disk

2009-03-10 Thread Ben A L Jemmett
Scott Ritchie wrote: Francois Gouget wrote: It has been abundantly proven that the system drive is not always the c: drive on Windows (via comments and our conformance test results). So it is not Wine's place to force the user to use c: as the system drive. It is on vista though, and I

Re: dlls/userenv: fixed stubs GetUserProfileDirectoryW/A (7)

2009-03-10 Thread Andreas Rosenberg
Vitaliy Margolen wrote: +res = RegOpenKeyExW( HKEY_LOCAL_MACHINE, profile_pathname, 0L, KEY_QUERY_VALUE, keyProfileDir ); +res = RegGetValueW( keyProfileDir, profile_subkey, profile_keyname, RRF_RT_ANY, + NULL, buffer, sizePath ); /* RegGetValue

Re: [PATCH 1/5] gdi32/tests: Fix is_win9x test.

2009-03-10 Thread Paul Vriens
Huw Davies wrote: --- dlls/gdi32/tests/bitmap.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Wouldn't it be better to do something like: SetLastError(0xdeadbeef); GetWindowLongPtrW(GetDesktopWindow(),

Re: [PATCH 1/4] gdi32/tests: Don't use bmType to skip tests on win9x - it's equal to 0 for monochrome bitmaps.

2009-03-10 Thread Paul Vriens
Alexandre Julliard wrote: Huw Davies h...@codeweavers.com writes: --- dlls/gdi32/tests/bitmap.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The is_win9x test is broken, that GetWindowLongPtrW call will return 0 on all platforms, so it breaks the tests on Wine: But that's

Re: [PATCH 1/4] gdi32/tests: Don't use bmType to skip tests on win9x - it's equal to 0 for monochrome bitmaps.

2009-03-10 Thread Alexandre Julliard
Paul Vriens paul.vriens.w...@gmail.com writes: But that's also the same logic we are using in winetest (function running_on_visible_desktop). So that's broken too? Yes, that's broken. -- Alexandre Julliard julli...@winehq.org

Re: Patch to fix bug 17619 - GetDriveTypeW reporting C: as a network share if /home is an NFS share

2009-03-10 Thread Ben Klein
2009/3/10 Forest Hale lordha...@ghdigital.com: Ben Klein wrote: You're wrong there, it's DRIVE_UNKNOWN, which is the autodetect thing (I haven't looked into it in detail, but something is *correctly* autodetecting your drive C: as a network drive). snip I'm still pretty sure kernel32 isn't

Re: Wow, 2003 is almost all green... only rpcrt4:server failing

2009-03-10 Thread Paul Vriens
Dan Kegel wrote: The wine test suite is making great progress towards passing on all platforms. http://test.winehq.org/data/tests/rpcrt4:server.html seems to be the sore thumb at the moment; it passes on XP and Wine, but fails everywhere else. I think this is the test that fails on the most

Re: Wow, 2003 is almost all green... only rpcrt4:server failing

2009-03-10 Thread Paul Vriens
Paul Vriens wrote: Dan Kegel wrote: The wine test suite is making great progress towards passing on all platforms. http://test.winehq.org/data/tests/rpcrt4:server.html seems to be the sore thumb at the moment; it passes on XP and Wine, but fails everywhere else. I think this is the test that

problem

2009-03-10 Thread savek
Hello, I have an issue with wine, which consists in: when I try run any windows binary, it shows blurry, distorsioned and illegible fonts, highly descouraging me about using it, could you give me a solution, please? I'm running ArchLinux on a P4 box, thanks.

Re: Patch to fix bug 17619 - GetDriveTypeW reporting C: as a network share if /home is an NFS share

2009-03-10 Thread Forest Hale
Ben Klein wrote: You're wrong there, it's DRIVE_UNKNOWN, which is the autodetect thing (I haven't looked into it in detail, but something is *correctly* autodetecting your drive C: as a network drive). snip I'm still pretty sure kernel32 isn't the right place for forcing drive type. Maybe

Fwd: SetDeviceGammaRamp

2009-03-10 Thread Tom Wickline
Forward from wine-patches -- Forwarded message -- From: 郭强 strong...@163.com Date: Tue, Mar 10, 2009 at 1:38 PM Subject: SetDeviceGammaRamp To: wine-patc...@winehq.org Hi, I got a question about how to use SetDeviceGammaRamp Function. As in SDK, Remarks

Re: Sufficient 1.2 release criterion: passing all tests on all platforms?

2009-03-10 Thread Dan Kegel
On Mon, Mar 9, 2009 at 7:37 AM, Alexandre Julliard julli...@winehq.org wrote: For Windows conformance test validation: 1st tier:  Win XP 32 bit, Win 2003 32 bit, Win Vista 32 and 64 bit, Win 2008 32 bit Having tests pass on all these platforms is of course a worthwhile goal, but it can't be

Re: problem

2009-03-10 Thread Vitaliy Margolen
savek wrote: Hello, I have an issue with wine, which consists in: when I try run any windows binary, it shows blurry, distorsioned and illegible fonts, highly descouraging me about using it, could you give me a solution, please? I'm running ArchLinux on a P4 box, thanks. This is not user

LookupAccountSidW returns unexpected username

2009-03-10 Thread Andreas Rosenberg
While I did some experimenting with the proposals from Vitaliy Margolen to get an accepted patch for GetUserProfileDirectoryW, I found this behavior: OpenProcessToken(hProcess,TOKEN_QUERY,hToken); ... GetTokenInformation( hToken, TokenUser, ptiUser, cbti, cbti ) ... LookupAccountSidW( NULL,

RFC: Summer of Code Proposal: WINE XRDP Driver

2009-03-10 Thread Steven Edwards
Abstract: The goal of this project is to implement rdpservice support in Wine by converting XRDP in to a Winelib application allowing the execution of Wine based applications over the RDP protocol, without the need of a X11 Session/Driver . RDP protocol offers significantly faster performance

[1/5] vbscript: Added stub DLL

2009-03-10 Thread Robert Wilhelm
Hi Jacek, thanks for looking at my patches. VB uses IDispatch, VBScript uses IDispatchEx. See MSDN doc for IDispatchEx. But I should probably delete this and other superfluous includes, as they currently not yet used. This is a spare time project for me in order to learn more about active

Re: RFC: Summer of Code Proposal: WINE XRDP Driver

2009-03-10 Thread Stefan Dösinger
It's really going to need a DIB engine and all sorts of other magic. I expect given the speed of the RDP protocol, even without the DIB engine, its still going to be faster than running the standard X11-VNC-RDP bridge just due to the removal of many layers of redirection. How is it going to

Re: RFC: Summer of Code Proposal: WINE XRDP Driver

2009-03-10 Thread Steven Edwards
On Tue, Mar 10, 2009 at 1:08 PM, Stefan Dösinger stefandoesin...@gmx.at wrote: How is it going to handle DIB drawing without a DIB engine? Is there some offscreen bitmap support in RDP which this driver could offload to like x11drv? I believe there is, see:

winemaker patches 1-4

2009-03-10 Thread André Hentschel
Hello, Francois can you agree with these patches? http://www.winehq.org/pipermail/wine-patches/2009-March/070560.html http://www.winehq.org/pipermail/wine-patches/2009-March/070561.html http://www.winehq.org/pipermail/wine-patches/2009-March/070562.html

Re: qmgr test failures

2009-03-10 Thread Rob Shearman
2009/3/9 Austin English austinengl...@gmail.com: Howdy Rob, Looks like one of your recent qmgr patches added failure to qmgr: http://test.winehq.org/data/1b9a6fb4e9f5a76f1ca352bef121689df02d9289/#group_Wine file.c:121: Test failed: GetRemoteName failed: 800706c6 file.c:124: Tests skipped:

Re: Wiki challenge question on user account creation

2009-03-10 Thread King InuYasha
On Thu, Mar 5, 2009 at 9:52 AM, Dimi Paun d...@lattica.com wrote: On Thu, 2009-03-05 at 14:07 +0800, Dmitry Timoshkov wrote: Actually if there are a lot of user account creation every day in the Wine wiki then there is something wrong with it. There are not that much Wine developers and

Re: Wiki challenge question on user account creation

2009-03-10 Thread Ben Klein
2009/3/11 King InuYasha ngomp...@gmail.com: Why are we using Moin anyways? I know Fedora used to use Moin and they moved off of it for their wiki, and I honestly think that perhaps WineHQ needs to as well. If you're going to argue for a complete replacement of the Wiki system, you'll have to

Re: mshtml: Implement IHTMLStyle4 get/put textOverflow

2009-03-10 Thread Alistair Leslie-Hughes
Ignore this patch, we'll have to wait until Firefox 3.1 before CSS3 is supported. I forgot there was wine_todo. Alistair Leslie-Hughes leslie_alist...@hotmail.com wrote in message news:49b726bb.4000...@hotmail.com... Hi, Changelog: mshtml: Implement IHTMLStyle4 get/put textOverflow Best