Re: user32: add more tests for GetUpdateRect()

2007-03-01 Thread Dmitry Timoshkov
Clinton Stimpson [EMAIL PROTECTED] wrote: Here's another test to add to test_GetUpdateRect(). This case doesn't uses CS_PARENTDC as suggested in bug #7360. +static LRESULT WINAPI test_GetUpdateRect_window_procA(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) +{ +return

Re: [6/6] d3d9: Add a mova rounding test

2007-03-01 Thread Alexandre Julliard
H. Verbeet [EMAIL PROTECTED] writes: Could you run that with +d3d_caps and possibly dump the value of caps.VertexShaderVersion? On a default Wine install that test should be getting skipped because our ARB shader backend doesn't support vs_2_0. The version is 3.0, because it's using the

Re: Wine's Wiki Defaced

2007-03-01 Thread Francois Gouget
On Thu, 1 Mar 2007, Felix Nawothnig wrote: Francois Gouget wrote: Someone has defaced Wine's Wiki frontpage. Also I have either forgotten my password or the user accounts don't work anymore. Could someone look into this? Reverted it (no idea about the accounts, I was still logged in).

Re: [6/6] d3d9: Add a mova rounding test

2007-03-01 Thread Dmitry Timoshkov
Alexandre Julliard [EMAIL PROTECTED] wrote: trace:d3d_caps:IWineD3DImpl_FillGLCaps - GL_EXT_secondary_color trace:d3d_caps:IWineD3DImpl_FillGLCaps FOUND: EXT Secondary coord support Looks like a typo in the FOUND: message above: coord vs. color. -- Dmitry.

Re: ntdll: implement NtAllocateLocallyUniqueId with server call (resend)

2007-03-01 Thread Alexandre Julliard
Juan Lang [EMAIL PROTECTED] writes: Any feedback on this one? ChangeLog: implement NtAllocateLocallyUniqueId with server call In general it's better to define server-specific types based on simple C types instead of using Windows data types in server requests. This gives us more control about

DIB Engine GSoC

2007-03-01 Thread Benoit Pradelle
Hi, I would like participate to the Google Summer Of Code with Wine by implementing a DIB Engine. I've searched a lot of informations about the DIB Engine but i still got one question : for you, how important is a DIB Engine in Wine ? Ben.

Re: [9/12] WineD3D: When multithreading, call glFinish after drawing

2007-03-01 Thread Stefan Dösinger
Am Montag 26 Februar 2007 16:48 schrieb H. Verbeet: Would GL_NV_fence be usefull here? No, because fences cannot be shared accross contexts. Issues: Are the fences sharable between multiple contexts? RESOLUTION: No. Potentially this could change with a subsequent

Re: Error Invalid EXE Format when executing a exe.so built with winelib

2007-03-01 Thread Robert Shearman
Roger Wimbert wrote: Here is the Debug output: warn:module:load_builtin_dll failed to load .so lib for builtin LZ:\\bb\\s\\bc\\wine\\dmsw.exe.so: /bb/home/.wine/dosdevices/z:/bb/s/bc/wine/dmsw.exe.so: cannot allocate memory in static TLS block It has something to do with TLS memory or

Re: [PATCH] generate stand alone AC_CONFIG_FILES() lines.

2007-03-01 Thread Saulius Krasuckas
* On Tue, 27 Feb 2007, Marcus Meissner wrote: Another try to generate stand alone AC_CONFIG_FILES lines to make git merges easier. Thank you Marcus (and others) very much for that :)

Re: Error Invalid EXE Format when executing a exe.so built with winelib

2007-03-01 Thread Roger Wimbert
How can I verify that NPTL is in the kernel? Please excuse this question, but our Linux expert is at holidays ;) I've already found out that wine is using wine-pthread. A simple program without TLS works fine. Roger Robert Shearman schrieb: Roger Wimbert wrote: Here is the Debug output:

Forum proposal

2007-03-01 Thread Luis Carlos Busquets Pérez
Dear all, Instead of having the mailing lists, I think that a forum would increase and facilitate the group working. I wonder if you share my view and who is in charge of the web serving so that trying to set up the forum. Luis C. Busquets Pérez T. +34 93 796 05 81 M. +32 473 353 128 M. +34

Re: Forum proposal

2007-03-01 Thread Jonathan Allen
On Thu, Mar 01, 2007 at 05:15:03PM +0100, Luis Carlos Busquets Pérez wrote: Instead of having the mailing lists, I think that a forum would increase and facilitate the group working. I could agree less. IMHO a mailing list works well by making sure that everyone gets everything, without them

Re: kernel32: Implement ReplaceFileA/ReplaceFileW

2007-03-01 Thread Erich Hoover
I see your point. However, since the function you are implementing is in kernel32 anyway you could abstract it away and make both functions (CopyFile and ReplaceFile) call some internal function. That way you would get rid of the locking completly which is argueably somewhat ugly. On closer

DIB Engine GSoC

2007-03-01 Thread Benoit Pradelle
Hi, I would like participate to the Google Summer Of Code with Wine by implementing a DIB Engine. I've searched a lot of informations about the DIB Engine but i still got one question : for you, how important is a DIB Engine in Wine ? Ben.

Re: Re: Forum proposal

2007-03-01 Thread brettholcomb
I fully agree with Jonathan - the mail lists that have gone to forums I've dropped off. I can check the mail lists quickly, easily, filter as necessary and get what I need without having to sign on and wade through a bunch of posts. If people really want forums setup a forum and let those who

Re: Unknown issue with test.winehq.org

2007-03-01 Thread Peter Oberndorfer
On Thursday 01 March 2007 08:30, Paul Vriens wrote: Alexandre Julliard wrote: Paul Vriens [EMAIL PROTECTED] writes: exception: 42 tests executed (0 marked as todo, 0 failures), 0 skipped. exception: 279 tests executed (0 marked as todo, 5 failures), 0 skipped. The first one triggers

Re: Re: Forum proposal

2007-03-01 Thread John Smith
Perhaps there is some middle ground in that support could be improved to make the mailing list archive a bit more forum like and allow posting to the mailing list from the pages on which the mailing list messages would be published? It wouldn't be that different except perhaps the flow and

Re: Unknown issue with test.winehq.org

2007-03-01 Thread Paul Vriens
Peter Oberndorfer wrote: On Thursday 01 March 2007 08:30, Paul Vriens wrote: Alexandre Julliard wrote: Paul Vriens [EMAIL PROTECTED] writes: exception: 42 tests executed (0 marked as todo, 0 failures), 0 skipped. exception: 279 tests executed (0 marked as todo, 5 failures), 0 skipped. The

Re: Re: Re: Forum proposal

2007-03-01 Thread Luis C. Busquets Pérez
I understand that for some people the mailing list is a far better thing. May be for some other, a forum is better. Why not having both? Running a forum does not exclude continuing with the mailing lists and could add users and developpers who find more easy coordinate through a forum.

Re: Forum proposal

2007-03-01 Thread Carl-Daniel Hailfinger
On 01.03.2007 20:09, Luis C. Busquets Pérez wrote: Why not having both? Running a forum does not exclude continuing with the mailing lists and could add users and developpers who find more easy coordinate through a forum. Configuring phpBB (www.phpbb.com) does not take more than 1 hour . I

Re: Forum proposal

2007-03-01 Thread Tomas Carnecky
Luis C. Busquets Pérez wrote: I understand that for some people the mailing list is a far better thing. May be for some other, a forum is better. Why not trying both systems? This question has already been answered.. anyway: if you have both a ML and a forum, you effectively split the

Re: Forum proposal

2007-03-01 Thread Wojciech 'arab' Arabczyk
Hello This question has already been answered.. anyway: if you have both a ML and a forum, you effectively split the community into two parts! (...) Well - one could setup a forum-mailing list gateway. -- Best regards Wojciech Arabczyk

Re: [final, sorry] msi: Expand IDL file to contain all OLE automation interfaces.

2007-03-01 Thread James Hawkins
On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: Ok, sorry about posting patches to uncomitted patches, I have reintegrated these changes back into my patches. The change in this patch is the IDL file now contains all OLE automation interfaces as of native installer version 3.0 (as opposed to

Re: [final, sorry] msi: Expand IDL file to contain all OLE automation interfaces.

2007-03-01 Thread Misha Koshelev
On Thu, 2007-03-01 at 12:29 -0800, James Hawkins wrote: On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: Ok, sorry about posting patches to uncomitted patches, I have reintegrated these changes back into my patches. The change in this patch is the IDL file now contains all OLE automation

Re: [final, sorry] msi: Expand IDL file to contain all OLE automation interfaces.

2007-03-01 Thread James Hawkins
On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: On Thu, 2007-03-01 at 12:29 -0800, James Hawkins wrote: On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: Ok, sorry about posting patches to uncomitted patches, I have reintegrated these changes back into my patches. The change in this

Re: Forum proposal

2007-03-01 Thread Felix Nawothnig
(Score:-1, Flaimbait) Wojciech 'arab' Arabczyk wrote: Well - one could setup a forum-mailing list gateway. Not easily doable due to the nature of SMTP. Also a forum would be completly useless for anything but wine-users... But let's be honest here: Most people who use webforums are too

Re: DIB Engine GSoC

2007-03-01 Thread Stefan Dösinger
Am Donnerstag 01 März 2007 14:03 schrieb Benoit Pradelle: Hi, I would like participate to the Google Summer Of Code with Wine by implementing a DIB Engine. I've searched a lot of informations about the DIB Engine but i still got one question : for you, how important is a DIB Engine in Wine ?

Re: Forum proposal

2007-03-01 Thread Wojciech 'arab' Arabczyk
Hello (flamines: +10) Most people who use webforums are too stupid or lazy to set up or use an SMTP/IMAP/NNTP client. Can't argue 'bout that. After all i'm just a stupid forum user. But there's one thing with forums that IMVHO mailing-lists can't do. TBMS forums build better comunities

re: Forum proposal

2007-03-01 Thread Dan Kegel
Wojciech wrote: But there's one thing with forums that IMVHO mailing-lists can't do. TBMS forums build better comunities than mailing-lists. Mailing lists are just concentrated on the topics, disallowing any OT. Good. Let's keep it that way. I think we have a great community as it is. If

Re: [final, sorry] msi: Expand IDL file to contain all OLE automation interfaces.

2007-03-01 Thread Misha Koshelev
On Thu, 2007-03-01 at 12:46 -0800, James Hawkins wrote: On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: On Thu, 2007-03-01 at 12:29 -0800, James Hawkins wrote: On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: Ok, sorry about posting patches to uncomitted patches, I have

Re: Forum proposal

2007-03-01 Thread Wojciech 'arab' Arabczyk
Hello Have you ever logged onto the IRC channels? Their seems to be a healthy community built up around them. Have You ever been on a chann witch 1000+ users? Believe me, that's not a healthy community - it's noize: -- user x joined -- user y parted (loop indefinetly) But i've been on

Re: Forum proposal

2007-03-01 Thread Alexandre Julliard
Carl-Daniel Hailfinger [EMAIL PROTECTED] writes: Now imagine a breakin on a site hosted on winehq. The consequences would be far worse than for the average toy project. Wine depends on people trusting us that the code is legally clean (especially due to various FUD campaigns claiming

Re: Forum proposal

2007-03-01 Thread Carl-Daniel Hailfinger
On 01.03.2007 23:25, Alexandre Julliard wrote: Carl-Daniel Hailfinger [EMAIL PROTECTED] writes: Now imagine a breakin on a site hosted on winehq. The consequences would be far worse than for the average toy project. Wine depends on people trusting us that the code is legally clean

Re: DIB Engine GSoC

2007-03-01 Thread Benoit Pradelle
First thank you for your very complete answer, I'm not really familiar with Wine (and the Windows API) and I don't understand why do you think that it will be such an hard work. For me, the work will consist in redirect the GDI calls from the X11 pseudo-driver to some new functions which will

Re: [try3, 1/4] msi: Added handlers for JScript/VBScript actions that call one script function.

2007-03-01 Thread James Hawkins
On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: I am resending the entire patchset as James Hawkins suggested. The only changes from my previous patchset are in patch #2 (add full IDL from Windows Installer 3.0 vs 2.0 in the old patchset) and patch #3 (added more proper variant handling using

Re: [try3, 4/4] msi: Add full JScript/VBScript support.

2007-03-01 Thread James Hawkins
On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: No changes from previous version. Implements the IActiveScriptSite interface which links with the session object implemented in patch #3 and then adds a call to the script handler from the common script handling function implemented in patch

Re: Forum proposal

2007-03-01 Thread Matt Finnicum
But there's one thing with forums that IMVHO mailing-lists can't do. TBMS forums build better comunities than mailing-lists. Mailing lists are just concentrated on the topics, disallowing any OT. With a forum you can easily moderate a on-topic only subforum, allowing people to exchange opinions

Re: [try3, 4/4] msi: Add full JScript/VBScript support.

2007-03-01 Thread Misha Koshelev
On Thu, 2007-03-01 at 15:04 -0800, James Hawkins wrote: On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: No changes from previous version. Implements the IActiveScriptSite interface which links with the session object implemented in patch #3 and then adds a call to the script handler

Re: [try3, 1/4] msi: Added handlers for JScript/VBScript actions that call one script function.

2007-03-01 Thread Misha Koshelev
On Thu, 2007-03-01 at 14:56 -0800, James Hawkins wrote: On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: I am resending the entire patchset as James Hawkins suggested. The only changes from my previous patchset are in patch #2 (add full IDL from Windows Installer 3.0 vs 2.0 in the old

Re: [try3, 4/4] msi: Add full JScript/VBScript support.

2007-03-01 Thread James Hawkins
On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: On Thu, 2007-03-01 at 15:04 -0800, James Hawkins wrote: On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: No changes from previous version. Implements the IActiveScriptSite interface which links with the session object implemented in

Re: [try3, 4/4] msi: Add full JScript/VBScript support.

2007-03-01 Thread Misha Koshelev
On Thu, 2007-03-01 at 15:36 -0800, James Hawkins wrote: On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: On Thu, 2007-03-01 at 15:04 -0800, James Hawkins wrote: On 3/1/07, Misha Koshelev [EMAIL PROTECTED] wrote: No changes from previous version. Implements the IActiveScriptSite

Re: kernel32: Set object security on process object in CreateProcess.[try2]

2007-03-01 Thread Vitaliy Margolen
Vitaliy Margolen wrote: Removed todo from succeeding tests. Tests showed that only DACL can be set this way. Owner and group are taken from the token. And we don't need SACL at this time if ever. --- dlls/advapi32/tests/security.c |3 --- dlls/kernel32/process.c| 12

Re: kernel32: Fix GetComputerNameA to not count trailing NULL

2007-03-01 Thread Dmitry Timoshkov
Alasdair Sinclair [EMAIL PROTECTED] wrote: GetComputerNameA shouldn't count the trailing NULL when returning the buffer. --- a/dlls/kernel32/computername.c +++ b/dlls/kernel32/computername.c @@ -390,8 +390,7 @@ BOOL WINAPI GetComputerNameA(LPSTR name, LPDWORD size) else {

RE: DIB Engine GSoC

2007-03-01 Thread Rolf Kalbermatter
Benoit Pradelle [mailto:[EMAIL PROTECTED] wrote: I'm not really familiar with Wine (and the Windows API) and I don't understand why do you think that it will be such an hard work. For me, the work will consist in redirect the GDI calls from the X11 pseudo-driver to some new functions which will