Re: DIB Engine : Almost 100% working

2009-05-11 Thread Ben Klein
2009/5/12 Scott Ritchie : > Ben Klein wrote: >> >> 2009/5/12 Scott Ritchie : >>> >>> Henri Verbeet wrote: 2009/5/11 Scott Ritchie : > > Henri Verbeet wrote: >> >> 2009/5/11 Joerg Mayer : >>> >>> As I think that Alexandre has stated his preference (and I can >>>

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Scott Ritchie
Ben Klein wrote: 2009/5/12 Scott Ritchie : Henri Verbeet wrote: 2009/5/11 Scott Ritchie : Henri Verbeet wrote: 2009/5/11 Joerg Mayer : As I think that Alexandre has stated his preference (and I can understand him taking a long term view), I want to ask the packagers for the distros out there

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Ben Klein
2009/5/12 Scott Ritchie : > Henri Verbeet wrote: >> >> 2009/5/11 Scott Ritchie : >>> >>> Henri Verbeet wrote: 2009/5/11 Joerg Mayer : > > As I think that Alexandre has stated his preference (and I can > understand > him taking a long term view), I want to ask the packagers

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Scott Ritchie
Henri Verbeet wrote: 2009/5/11 Scott Ritchie : Henri Verbeet wrote: 2009/5/11 Joerg Mayer : As I think that Alexandre has stated his preference (and I can understand him taking a long term view), I want to ask the packagers for the distros out there: Would it be OK for you to add the necessary

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Massimo Del Fedele
Scott Ritchie ha scritto: As a packager, as long as Massimo is willing to keep the patches applying to the latest version and user-optional to enable, I'd be willing to bundle em. I'm normally averse to keeping deltas with Alexandre's main branch other than backports, but this one is specifi

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Henri Verbeet
2009/5/11 Scott Ritchie : > Henri Verbeet wrote: >> >> 2009/5/11 Joerg Mayer : >>> >>> As I think that Alexandre has stated his preference (and I can understand >>> him taking a long term view), I want to ask the packagers for the distros >>> out there: Would it be OK for you to add the necessary p

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Scott Ritchie
Massimo Del Fedele wrote: Austin English ha scritto: FWIW, for those interested, I've added the DIB engine to my daily test runs. First result is here: http://test.winehq.org/data/60482be24bca109601008df0113b64858dd45863/wine_ae-ub904-dibengine/report.html and for comparison, here's a vanil

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Scott Ritchie
Henri Verbeet wrote: 2009/5/11 Joerg Mayer : As I think that Alexandre has stated his preference (and I can understand him taking a long term view), I want to ask the packagers for the distros out there: Would it be OK for you to add the necessary patch into the code that you distribute. Persona

Re: comctl32/listview: WinSCP dogfood fix

2009-05-11 Thread Nikolay Sivov
Stefan Stranz wrote: Fixes bug #13867 Original fix by GameZelda A test needed for such changes. Especially for that part: @@ -519,7 +519,7 @@ static inline int textcmpWT(LPCWSTR aw, LPCWSTR bt, BOOL isW) if (!aw) return bt ? -1 : 0; if (!bt) return aw ? 1 : 0; if (aw == LPSTR_TEXTC

Re: Impossible to register to Bugzilla

2009-05-11 Thread Alain Aupeix
Ben Klein a écrit : 2009/5/11 Alain Aupeix : All is explained in this thread : "http://forum.winehq.org/viewtopic.php?p=24400#24400" Worked for me just now. Happy for you, but always bad for me ... :'( A+

Re: comctl32: add ListView_SetCheckState and ListView_GetCheckState with tests(try5)

2009-05-11 Thread André Hentschel
Nikolay Sivov schrieb: André Hentschel wrote: now PSDK compatible --- dlls/comctl32/listview.c |1 - dlls/comctl32/tests/listview.c |8 include/commctrl.h |6 ++ 3 files changed, 14 insertions(+), 1 deletions(-) Still wrong: +#define ListView_SetChec

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Reece Dunn
Jeremy White wrote: > Reece Dunn wrote: >> Also, doesn't CodeWeavers have the ability to pledge for features >> (such as DirectX) as well as specific applications? > > Well, kinda sorta, but not really. It's on our todo list and has > been for a long time. > > I think Roderick summarized the issue

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Massimo Del Fedele
Austin English ha scritto: On Sun, May 10, 2009 at 5:19 AM, Massimo Del Fedele wrote: Massimo Del Fedele ha scritto: Well, after some (many) bugfixes and additions, the mighty DIB Engine is almost 100% operational. On one of tested apps (MSN Messenger) it behaves even better than original one

Re: comctl32: add ListView_SetCheckState and ListView_GetCheckState with tests(try5)

2009-05-11 Thread Nikolay Sivov
André Hentschel wrote: now PSDK compatible --- dlls/comctl32/listview.c |1 - dlls/comctl32/tests/listview.c |8 include/commctrl.h |6 ++ 3 files changed, 14 insertions(+), 1 deletions(-) Still wrong: +#define ListView_SetCheckState(hwndLV, i, bCheck

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Austin English
On Sun, May 10, 2009 at 5:19 AM, Massimo Del Fedele wrote: > Massimo Del Fedele ha scritto: >> >> Well, after some (many) bugfixes and additions, the mighty DIB Engine is >> almost 100% >> operational. >> On one of tested apps (MSN Messenger) it behaves even better than original >> one :-) >> >> F

Re: Winelib - Getting Started guide

2009-05-11 Thread Josef Šimánek
I did this (http://www.winehq.org/docs/winelib-guide/winelib-getting-started) : $ winemaker --lower-uppercase . $ make It throws some error in wrc. So according to GSG I did exactly this: To fix that problem, you will need to edit the list of resource files winemaker thought note

Re: C_ASSERT portability fixes and simplification [PATCH 1/2]

2009-05-11 Thread Gerald Pfeifer
On Mon, 11 May 2009, Alexandre Julliard wrote: >> 2. More importantly, these were the only occurences of C_ASSERT at >> file level. By moving these at function level use thereof becomes >> consistent which will allow the fix from PATCH 2/2 to work at all. > C_ASSERT is supposed to work at

Re: Severity levels

2009-05-11 Thread Francois Gouget
On Mon, 11 May 2009, Kai Blin wrote: [...] > If you feel the need to insult people for whatever reason, don't do it > on the mailing list. Better yet, they should do it to the mirror. -- Francois Gouget http://fgouget.free.fr/ Before you criticize someone, walk a mile

Re: Severity levels

2009-05-11 Thread Austin English
Guys, please take it off list. -- -Austin

Re: Impossible to register to Bugzilla

2009-05-11 Thread Ben Klein
2009/5/11 Alain Aupeix : > All is explained in this thread : > "http://forum.winehq.org/viewtopic.php?p=24400#24400"; Worked for me just now.

RE: Severity levels

2009-05-11 Thread Nicklas Börjesson
>> From almost the first response, the tone was quite condescending > No. Here we go. I'll try again. Yes. >If professionalism means never giving up, even when it has been >*explained* to you why your idea won't work in practice, then you >succeeded. In the end someone did explain, yes. But it

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Marcus Meissner
On Mon, May 11, 2009 at 12:56:28PM +0200, Joerg Mayer wrote: > Hello (mostly wine package maintainers), > > On Sun, May 10, 2009 at 05:07:55PM +0200, Massimo Del Fedele wrote: > > James McKenzie ha scritto: > >> Good work. Have you started to think about how to get this into Wine > >> where AJ wi

Re: C_ASSERT portability fixes and simplification [PATCH 1/2]

2009-05-11 Thread Alexandre Julliard
Gerald Pfeifer writes: > The current implementation doesn't work with GCC 4.5 (or ISO C) > and I failed to find any other way. :-( > > Your point on this being autogenerated clearly is strong one -- > either we need to change that generation or find a different way > to implement C_ASSERT. > >

Re: Severity levels

2009-05-11 Thread Ben Klein
2009/5/11 Nicklas Börjesson : > From almost the first response, the tone was quite condescending No. > and no one even considered if my ideas had any actual merit at > all before slamming them completely. Yes they did. You ignored their just criticism. > Also, because of this, the > conversatio

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Austin English
On Mon, May 11, 2009 at 6:39 AM, Massimo Del Fedele wrote: > Austin English ha scritto: > >> Perhaps a wine-experimental branch, with applicable warnings? >> >> Getting a bunch of people to test it may give us good data on how much >> it improves things, which is currently lacking. >> > > That one

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Massimo Del Fedele
Austin English ha scritto: Perhaps a wine-experimental branch, with applicable warnings? Getting a bunch of people to test it may give us good data on how much it improves things, which is currently lacking. That one should be maintained too not a difficult task but a time consuming one.

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Massimo Del Fedele
Henri Verbeet ha scritto: 2009/5/11 Joerg Mayer : As I think that Alexandre has stated his preference (and I can understand him taking a long term view), I want to ask the packagers for the distros out there: Would it be OK for you to add the necessary patch into the code that you distribute. Pe

RE: Severity levels

2009-05-11 Thread Nicklas Börjesson
> +1, exactly why I muted the conversation. Not implying that I would have "won" the conversation or anything (I obviously didn't), but I did not like the way my arguments were met at all. >From almost the first response, the tone was quite condescending and no one even considered if my ideas h

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Massimo Del Fedele
Joerg Mayer ha scritto: So from the end users point of view Alexandre is refusing this solution which is much better than what exists now into the official wine tree. Ah, wait it's not "much better", is an alternative. As it is now, it gives speed improvement for some apps, and probably s

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Austin English
On Mon, May 11, 2009 at 6:20 AM, Henri Verbeet wrote: > 2009/5/11 Joerg Mayer : >> As I think that Alexandre has stated his preference (and I can understand >> him taking a long term view), I want to ask the packagers for the distros >> out there: Would it be OK for you to add the necessary patch

Bega

2009-05-11 Thread Nicklas Börjesson
> +1, exactly why I muted the conversation. Not implying that I would have "won" the conversation or anything (I obviously didn't), but I did not like the way my arguments were met at all. >From almost the first response, the tone was quite condescending and no one even considered if my ideas h

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Henri Verbeet
2009/5/11 Joerg Mayer : > As I think that Alexandre has stated his preference (and I can understand > him taking a long term view), I want to ask the packagers for the distros > out there: Would it be OK for you to add the necessary patch into the > code that you distribute. Personally, that means

Unused functions in fusion.dll

2009-05-11 Thread Francois Gouget
CompareAssemblyIdentity() and GetAssemblyIdentityFromFile() have stubs in fusion.c, but they are not used and not exported in any way. Is there any point in keeping them in their current state? Where/how should they be exported? A look at the fusion.dll export table on my Windows XP turned up n

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Austin English
On Mon, May 11, 2009 at 6:07 AM, Chris Howe wrote: > 2009/5/11 Joerg Mayer >> >> Hello (mostly wine package maintainers), >> On Sun, May 10, 2009 at 05:07:55PM +0200, Massimo Del Fedele wrote: >> > James McKenzie ha scritto: >> >> Good work.  Have you started to think about how to get this into W

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Chris Howe
2009/5/11 Joerg Mayer > Hello (mostly wine package maintainers), > On Sun, May 10, 2009 at 05:07:55PM +0200, Massimo Del Fedele wrote: > > James McKenzie ha scritto: > >> Good work. Have you started to think about how to get this into Wine > >> where AJ will approve? > > > > Ah, I'm not very opt

Re: DIB Engine : Almost 100% working

2009-05-11 Thread Joerg Mayer
Hello (mostly wine package maintainers), On Sun, May 10, 2009 at 05:07:55PM +0200, Massimo Del Fedele wrote: > James McKenzie ha scritto: >> Good work. Have you started to think about how to get this into Wine >> where AJ will approve? > > Ah, I'm not very optimistic that it'll ever enter on wine

Re: Severity levels

2009-05-11 Thread Austin English
On Mon, May 11, 2009 at 5:17 AM, Henri Verbeet wrote: > 2009/5/11 Kai Blin : >> I seriously dislike the tone this mailing list keeps taking recently. > In case it means anything to anyone, I agree. +1, exactly why I muted the conversation. -- -Austin

Re: C_ASSERT portability fixes and simplification [PATCH 1/2]

2009-05-11 Thread Alexandre Julliard
Gerald Pfeifer writes: > This patch moves these into main() in main.c, which has several > advantages: > > 1. The asserts are only evaluated once, not for every #inclusion > of request.h, which simplifies/speeds up the compilation. It doesn't make any difference, that stuff is inside a #if

Re: Severity levels

2009-05-11 Thread Henri Verbeet
2009/5/11 Kai Blin : > I seriously dislike the tone this mailing list keeps taking recently. In case it means anything to anyone, I agree.

Re: Severity levels

2009-05-11 Thread Kai Blin
On Sunday 10 May 2009 15:59:30 Ken Sharp wrote: Ken, some food for thought here. > Henri Verbeet wrote: > > When you're not subscribed to the list, your posts have to go through > > moderation. Sometimes that can take a while. > > So the idiot isn't even subscribed to this group, but is spamming

Re: wined3d: Fix ATI dx10 cards max varying quirk

2009-05-11 Thread Stefan Dösinger
Am Montag, 11. Mai 2009 02:51:29 schrieb Robert Key: > Changelog: > * This adds a quirk to change the default max varying value from >68 to 48 on ATI dx10 cards that use fglrx because a declaration >of 17 varying vec4s causes shaders not to render and using >48 (12 varyings vec4s) works

Re: Simplify dlls/comctl32/rebar.c (RESEND)

2009-05-11 Thread Dmitry Timoshkov
"Gerald Pfeifer" wrote: static LRESULT -REBAR_GetPalette (const REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam) +REBAR_GetPalette () { (void) is mandatory, please don't omit it. -- Dmitry.

Re: regedit: remember settings state

2009-05-11 Thread Dmitry Timoshkov
"André Hentschel" wrote: LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { +HKEY hKey; +LPWSTR lpKeyPath; switch (message) { case WM_CREATE: Indentation is weird. And an empty line after variables won't hurt. -- Dmitry.

Re: comctl32: add ListView_SetCheckState and ListView_GetCheckState withtests(try4)

2009-05-11 Thread Dmitry Timoshkov
"André Hentschel" wrote: now with LVITEMW and SNDMSGW You are still casting to LPLVITEMA in ListView_SetCheckState while using LVITEMW and SNDMSGW. As been said by using SNDMSGW/LVITEMW you are making these macros incompatible with PSDK ones, and breaking compatibility if someone will try to

Re: Winelib - Getting Started guide

2009-05-11 Thread Dmitry Timoshkov
"Josef Simánek" wrote: I edit Makefile and type make into console. What exactly did you do? notepad is not supposed to work as a console application for your information. My problem above. In the guide is written to report bad compiling behaviour. So I did it. Any hints ? mirindos...@mirin

RFC: Removing the --use-cached-creds parameter from ntlm_auth

2009-05-11 Thread Kai Blin
Hi Rob, I've done some digging about using cached credentials from winbindd, and this currently breaks with how we use this from Wine. Specifically, it's not possible to get the session key from winbindd. This breaks our later attempts to do signing/sealing. It might be possible to change winbi

Re: wined3d: Fix ATI dx10 cards max varying quirk

2009-05-11 Thread Henri Verbeet
2009/5/11 Robert Key : > Changelog: > * This adds a quirk to change the default max varying value from >   68 to 48 on ATI dx10 cards that use fglrx because a declaration >   of 17 varying vec4s causes shaders not to render and using >   48 (12 varyings vec4s) works for HD2000 to HD4000 ATI cards.

Winelib - Getting Started guide

2009-05-11 Thread Josef Šimánek
Hi ! I was reading Winelib GSG and I tried to compile notepad from Wine sources. So I downloaded Wine sources (version 1.1.21) and I installed wine from Wine Ubuntu repository (version 1.1.21). I edit Makefile and type make into console. My problem above. In the guide is written to report bad com

Impossible to register to Bugzilla

2009-05-11 Thread Alain Aupeix
All is explained in this thread : "http://forum.winehq.org/viewtopic.php?p=24400#24400" Thanks for help. A+ -- --- AUPEIX Alain Mail perso: alain.aup...@wanadoo.fr Site Perso: http://perso.wanadoo.fr/jujuland/ --