Re: winequartz.drv Mac OS X UI discontinued?

2009-07-10 Thread James McKenzie
Emmanuel Maillard wrote: >>> Emmanuel: >> >> What is the status of winequartz.drv? It looks like your last patch >> was for 1.1.2. >> >> James McKenzie >> > > Hi, > > I didn't really work on winequartz.drv since this patch, start a new > version at t

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-10 Thread James McKenzie
Adam Strzelecki wrote: > > Just to explain things better, I found great sample of calling Obj-C > API within pure C program: > http://www.smipple.net/snippet/moriyoshi/Using%20Objective-C%20ABI%20from%20within%20a%20pure%20C%20code. > > > This is basic application that just displays a single window

Re: [2/2] msxml3: Register Missing Components

2009-07-10 Thread Vincent Povirk
No attachment. On Fri, Jul 10, 2009 at 3:10 PM, Lady Bug wrote: > > > > > > -- Vincent Povirk

Re: current state of full screen on MacOS?

2009-07-10 Thread Vincent Povirk
> - Programs that offer a "select screen resolution" requester present a >  list whose largest vertical/Y resolution is 22 pixel less than what >  the monitor offers.  I believe OSX reserves some place for its menu >  bar.  Lower resolution entries, e.g. 1024x768 and 800x600, are >  listed normally

[2/2] msxml3: Register Missing Components

2009-07-10 Thread Lady Bug

current state of full screen on MacOS?

2009-07-10 Thread Joerg-Cyril.Hoehle
Hi, I'd like to know whether a MacOSX user can expect full screen modes to work, as I've heard only rumors and too little facts. My experience is this: + winecfg's window opens fine even with desktop set uo full screen, no window. E.g. as in the initial setting after rm -rf ~/.wine; wine winec

win users please test DirectX9_AutoGenFilterType patch

2009-07-10 Thread Joerg-Cyril.Hoehle
Dear users of MS-Windows with access to a compiler, please compile the following addition to the Wine testsuite and report results of running on MS-Windows to me by e-mail (preferred) or to this list. The goal is to get rid of bug http://bugs.winehq.org/show_bug.cgi?id=11167 For that I need tes

Wine very very slow in Chinese language of Linux

2009-07-10 Thread axel_xia
Dear Madam / Sir, How are you? I am writing email to you for the issue probably caused by Chinese fonts. When using WINE in Chinese environment Linux, the WINE works very very slow even opening windows / clicking buttons I search the problem in google, found lots of users have same issue reg

Re: [1/2](resend)advapi: break the core of LookupAccountNameW out into helper functions.

2009-07-10 Thread Juan Lang
Hi Aric, it strikes me that this could be broken up a bit further. This'd make it rather easier to review. For example, --- a/dlls/advapi32/advapi32_misc.h +++ b/dlls/advapi32/advapi32_misc.h @@ -24,4 +24,15 @@ const char * debugstr_sid(PSID sid); BOOL ADVAPI_IsLocalComputer(LPCWSTR ServerName

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-10 Thread Emmanuel Maillard
Emmanuel: What is the status of winequartz.drv? It looks like your last patch was for 1.1.2. James McKenzie Hi, I didn't really work on winequartz.drv since this patch, start a new version at the beginning of October, but more or less waiting for DIB engine. Emmanuel Emmanuael: A

Re: winemine: Add ellipses for menu entries that open new dialog windows (DE)

2009-07-10 Thread Paul Vriens
Detlef Riekenberg wrote: There are more winemine translations without the ellipses. Can the changes all in one Patch? There are non UTF8 - resources with special characters. Should they change to UTF8 first? Hi Detle

Re: Warnings on the translation page

2009-07-10 Thread Paul Vriens
Michael Stefaniuc wrote: Michael Stefaniuc wrote: Michael Stefaniuc wrote: Paul Vriens wrote: Hi, I found an anomaly on the translations page. Whenever the Makefile shows a generic rc file (last one added for RC_SRCS) the language before that shows warnings on the page. Example: http://sour

Re: Warnings on the translation page

2009-07-10 Thread Michael Stefaniuc
Michael Stefaniuc wrote: > Michael Stefaniuc wrote: >> Paul Vriens wrote: >>> Hi, >>> >>> I found an anomaly on the translations page. Whenever the Makefile shows >>> a generic rc file (last one added for RC_SRCS) the language before that >>> shows warnings on the page. Example: >>> >>> http://sou

Re: Warnings on the translation page

2009-07-10 Thread Michael Stefaniuc
Michael Stefaniuc wrote: > Paul Vriens wrote: >> Hi, >> >> I found an anomaly on the translations page. Whenever the Makefile shows >> a generic rc file (last one added for RC_SRCS) the language before that >> shows warnings on the page. Example: >> >> http://source.winehq.org/transl/lang.php?lang

Re: Warnings on the translation page

2009-07-10 Thread Michael Stefaniuc
Paul Vriens wrote: > Hi, > > I found an anomaly on the translations page. Whenever the Makefile shows > a generic rc file (last one added for RC_SRCS) the language before that > shows warnings on the page. Example: > > http://source.winehq.org/transl/lang.php?lang=004%3A01 > > zh (Chinese (Trad

Re: wined3d: Fix some checkGLcalls.

2009-07-10 Thread Henri Verbeet
Most of those looked good enough to me to begin with, but I guess it doesn't hurt.

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-10 Thread Adam Strzelecki
Steven Edwards wrote: On Thu, Jul 9, 2009 at 7:18 AM, Adam Strzelecki wrote: Just to explain things better, I found great sample of calling Obj- C API within pure C program: http://www.smipple.net/snippet/moriyoshi/Using%20Objective-C%20ABI%20from%20within%20a%20pure%20C%20code . This is ba

Warnings on the translation page

2009-07-10 Thread Paul Vriens
Hi, I found an anomaly on the translations page. Whenever the Makefile shows a generic rc file (last one added for RC_SRCS) the language before that shows warnings on the page. Example: http://source.winehq.org/transl/lang.php?lang=004%3A01 zh (Chinese (Traditional)) shows up most of the wa

FW: Re: winequartz.drv Mac OS X UI discontinued?

2009-07-10 Thread Rolf Kalbermatter
On Thursday July 09, 2009 5:32 PM Chris Robinson wrote: >> With the same argument you could say that writing COM objects has to >> be done in C++. Yet Wine has lots and lots of COM code written all in >> standard C. > >It has to, because the class vtable layout and calling convention can >be di