Re: Vista compatibility page

2006-03-15 Thread Andreas Mohr
Hi, On Tue, Mar 14, 2006 at 05:51:37PM -0800, Scott Ritchie wrote: On Tue, 2006-03-14 at 21:56 +, Mike Hearn wrote: Potentially this is old news, but via Raymond Chen we learn of this page: So there we have it - this appears to be the first release in which they simply started

Re: opengl32: make the old code before the sync the dibsection to its pixmap patch be selectable at runtime.

2006-03-15 Thread Mike Hearn
On Tue, 14 Mar 2006 17:18:21 +0100, Leon Freitag wrote: I don't see any other way to speed this up the way it's being synced now, the question is however, whether the apps really _should_ modify the bitmap on windows too (don't know whether they would try to draw controls onto the window

ie6sp1 install failure

2006-03-15 Thread Samium Gromoff
I tried to install IE6SP1 under wine 0.9.9, in order to allow .NET framework to be installed, and it failed like this: [EMAIL PROTECTED]:/mnt/etherstorm/win32$ wine ie6setup.exe fixme:advapi:CheckTokenMembership ((nil) 0x7fd3b6b0 0x7fbefd78) stub! fixme:advapi:DecryptFileA

Re: opengl32: make the old code before the sync the dibsection to its pixmap patch be selectable at runtime.

2006-03-15 Thread Huw D M Davies
On Wed, Mar 15, 2006 at 12:21:56AM +, Mike Hearn wrote: On Tue, 14 Mar 2006 17:18:21 +0100, Leon Freitag wrote: I don't see any other way to speed this up the way it's being synced now, the question is however, whether the apps really _should_ modify the bitmap on windows too

Re: opengl32: make the old code before the sync the dibsection to its pixmap patch be selectable at runtime.

2006-03-15 Thread Huw D M Davies
On Wed, Mar 15, 2006 at 01:52:19PM +, Huw D M Davies wrote: On Wed, Mar 15, 2006 at 12:21:56AM +, Mike Hearn wrote: Does this very roughready patch work any better? I'm sure it's much faster, problem is it doesn't work. How do we know if the app has fiddled with the dib section

Re: GDI32: Using the FT_Sfnt_Name for font FamilyName

2006-03-15 Thread Huw D M Davies
On Mon, Mar 13, 2006 at 04:10:36AM +0900, Byeong-Sik Jeon wrote: ChangeLog: Using the FT_Sfnt_Name for font FamilyName Hi, This one could be broken down too. Start off with a patch that moves FontSubst to using the struct list stuff. Then try sending a patch that uses FT_Sfnt_Name. Thanks,

Re: WIDL: Add missing ignore attribute. Check for inapplicable attributes in typedef.

2006-03-15 Thread Robert Shearman
Saveliy Tretiakov wrote: Sorry, previous patch was broken. ChangeLog: Saveliy Tretiakov [EMAIL PROTECTED] Add missing ignore attribute. Check for inapplicable attributes in typedef. Register type in typelibrary only when ATTR_PUBLIC is set. Please respect the indentation style in the files

Re: GDI32: using the embeded bitmap in antialias mode

2006-03-15 Thread Huw D M Davies
On Mon, Mar 13, 2006 at 04:10:20AM +0900, Byeong-Sik Jeon wrote: ChangeLog: Using the embeded bitmap in the antialias mode. PS2. FT_Bitmap_Convert() is simple, but I used it. ftbitmap.h is define FT_Bitmap_Embolden(), and I will use it in the furure. Looks like FT_Bitmap_Convert is a

Re: ntdll: test to get and set junctions

2006-03-15 Thread Mike McCormack
I don't have alot of time to look over your code at the moment, but: [EMAIL PROTECTED] wrote: dlls/ntdll/tests/Makefile.in |1 dlls/ntdll/tests/file.c | 165 +++ dlls/ntdll/tests/ntifs.h | 66 + This is one patch, and

Re: ie6sp1 install failure

2006-03-15 Thread Mike McCormack
Samium Gromoff wrote: I tried to install IE6SP1 under wine 0.9.9, in order to allow .NET framework to be installed, and it failed like this: Please post this kind of thing to wine-users, not wine-devel. IE6 is known to work in Wine with the correct configuration. Mike

Re: GDI32: Fix logical error of italic,bold determination

2006-03-15 Thread Huw D M Davies
On Mon, Mar 13, 2006 at 04:10:04AM +0900, Byeong-Sik Jeon wrote: ChangeLog: Fix the logical error of the italic, bold determination. Index: dlls/gdi/freetype.c === RCS file: /home/wine/wine/dlls/gdi/freetype.c,v retrieving

Re: Vista compatibility page

2006-03-15 Thread Mike Hearn
On Wed, 2006-03-15 at 09:24 +0100, Andreas Mohr wrote: Not to mention that they're handing a near-fatal blow to OpenGL support, too. Maybe ... last I heard, word on the street was that vendors had found a way to write an Aero compatible ICD, so potentially nothing will change. If nothing else,

Re: opengl32: make the old code before the sync the dibsection to its pixmap patch be selectable at runtime.

2006-03-15 Thread Mike Hearn
On Wed, 2006-03-15 at 14:01 +, Huw D M Davies wrote: Sorry, maybe I should read the patch properly before commenting :-) I assumed that you were setting need_escape to FALSE after sending the escape, but you're not. Indeed it would be interesting to know if this helped. Heh, you had me a

Re: OLEAUT32: bug 4502 - request for comment before trying to fix

2006-03-15 Thread Alex Villací­s Lasso
Robert Shearman wrote: The fix is to do the following in the conversion loop in ITypeInfo::Invoke: if (rgvt[i] == VT_VARIANT) VariantCopy(rgvarg[i], src_arg); else if ((rgvt[i] VT_BYREF) !V_ISBYREF(src_arg)) ... I don't have time to put this into patch form and test it, but hopefully

Re: wglMakeCurrent

2006-03-15 Thread Wino Rojo
Hi guys I send a reply to the list a couple of days ago, but I attached my exe file and it seems it was blocked but hotmail... First, thanks a lot for all your replies... Jesse, I've made the changes proposed in those patches, but it didn't work :-( After further inspection, it seems the

Re: wglMakeCurrent

2006-03-15 Thread Jesse Allen
On 3/15/06, Wino Rojo [EMAIL PROTECTED] wrote: Hi guys I send a reply to the list a couple of days ago, but I attached my exe file and it seems it was blocked but hotmail... First, thanks a lot for all your replies... Jesse, I've made the changes proposed in those patches, but it didn't

Re: ie6sp1 install failure

2006-03-15 Thread James Hawkins
On 3/15/06, Samium Gromoff [EMAIL PROTECTED] wrote: I tried to install IE6SP1 under wine 0.9.9, in order to allow .NET framework to be installed, and it failed like this: I'll look into this soon. I'm on vacation right now though. -- James Hawkins

Re: wglMakeCurrent

2006-03-15 Thread Jesse Allen
On 3/15/06, Wino Rojo [EMAIL PROTECTED] wrote: Hi Jesse, That's very interesting... Yes, I'm using a nvidia card. I think I know the reason why is working for you but not for me glxinfo tells me that my first visual ID is 0x21. However, on some ATI cards glxinfo reports 0x23 as the first

Re: wglMakeCurrent

2006-03-15 Thread Wino Rojo
Ok, so now we know what's is going on here :-) I'm not familiar at all with wine, so I'm not sure how we should fix this (but it seems this would fix a lot of opengl related problems) When we first call X11DRV_setup_opengl_visual, I guess it's using the first visual ID. But later, when we

Re: wglMakeCurrent

2006-03-15 Thread Jesse Allen
On 3/15/06, Wino Rojo [EMAIL PROTECTED] wrote: Ok, so now we know what's is going on here :-) I'm not familiar at all with wine, so I'm not sure how we should fix this (but it seems this would fix a lot of opengl related problems) When we first call X11DRV_setup_opengl_visual, I guess it's

Re: wglMakeCurrent

2006-03-15 Thread Wino Rojo
so, in your system the default visual ID is 0x28, and later my app create contexts with visual ID 0x23 but everything works fine for you... ok, back to square one :-( _ Powerful Parental Controls Let your child discover the best

Re: wglMakeCurrent

2006-03-15 Thread Wino Rojo
See if you can tell from my log: http://www.chez.com/alors/logfile Jesse, I can't access your log at that page (I got an error). Could you please send it to me? Thanks, W _ MSN® Calendar keeps you organized and takes the

My two cents about winetools and the suggestions I read in Issue 308

2006-03-15 Thread Philip V. Neves
What I'm seeing here with the whole debate with wine and winetools is that its a configuration management issue. The project is getting into the stage where testing needs to be accomodated and so does getting things working. I think whats currently available for managing configurations to

More dogfood tests

2006-03-15 Thread Segin
I have also started using Firefox in Wine for everything, namely because native lost a lib, old mozilla and opera and native firefox cause X to malloc() like mad (pkill -9 the broswer to cause X to free() ). I have found very few problems, mainly just images being color-reversed, and only on

Re: Francois Gouget : user32: Handle WM_ENDSESSION in DefWinProc().

2006-03-15 Thread James E. Lang
Francois Gouget wrote at 0:06 on 12 Mar 2006: Rein Klazes wrote: [...] This patch is causing a problem in Pegasus Mail. Closing some dialogs cause termination of the complete program. [...] I see that this is still a problem in 0.9.10 so I've fallen back again to 0.9.8. -- Jim

Re: wglMakeCurrent

2006-03-15 Thread Raphael
Sorry for my late response but i haven't much time now I'm not familiar at all with wine, so I'm not sure how we should fix this (but it seems this would fix a lot of opengl related problems) When we first call X11DRV_setup_opengl_visual, I guess it's using the first visual ID. No it's use

Yet Another MS Windows API Emulation - SanOS, an small OS

2006-03-15 Thread agaro
I don't know if somebody already found this, but may be relevant to wine-devel comunity (google don't found nothing about in this list): http://www.jbox.dk/sanos/ And the code (I haven't really looked much there): http://www.jbox.dk/sanos/source/index.html The code is released under an BSD style

Re: My two cents about winetools and the suggestions I read in Issue 308

2006-03-15 Thread Mike McCormack
Philip V. Neves wrote: Something that interfaces with the AppDB would be good. It would make things easier. I think, given the complaints given by the developers are also valid but so are the complaints made by the people trying to use the program and even the testers. Most other projects

Re: My two cents about winetools and the suggestions I read in Issue 308

2006-03-15 Thread Joachim von Thadden
Am Thu, Mar 16, 2006 at 10:48:06AM +0900 schrieb Mike McCormack: Philip V. Neves wrote: Something that interfaces with the AppDB would be good. It would make things easier. I think, given the complaints given by the developers are also valid but so are the complaints made by the people