Re: wineconsole: Wait on events in curses backend using select instead of poll

2008-12-03 Thread Damjan Jovanovic
On Mon, Dec 1, 2008 at 11:57 AM, Martin Storsjö <[EMAIL PROTECTED]> wrote: > On Mon, 1 Dec 2008, Kai Blin wrote: > >> On Sunday 30 November 2008 00:52:57 Martin Storsjö wrote: >>> >>> poll can't handle terminal devices on Darwin, since Tiger. See the >>> following discussion: >>> http://lists.apple

Re: Wine t-shirts?

2008-12-03 Thread Steven Edwards
Heh sorry for all the spam, it would help if I used gmail for everything, in the original thread Jer already gave blanket permission for Wine to that logo: fromJeremy White <[EMAIL PROTECTED]> to Dan Kegel <[EMAIL PROTECTED]> cc Wine Developers List dateWed, Apr 23, 2008 at 7:40

Re: Wine t-shirts?

2008-12-03 Thread Steven Edwards
Would help if I actually send the email to you Jer On Wed, Dec 3, 2008 at 11:43 PM, Steven Edwards <[EMAIL PROTECTED]> wrote: > On Wed, Dec 3, 2008 at 6:12 PM, Ismael Barros² <[EMAIL PROTECTED]> wrote: >> Hum, that would be cool, I'll ask the boss but it's probably in. >> >> Does anyone have a hig

Re: Wine t-shirts?

2008-12-03 Thread Steven Edwards
On Wed, Dec 3, 2008 at 6:12 PM, Ismael Barros² <[EMAIL PROTECTED]> wrote: > Hum, that would be cool, I'll ask the boss but it's probably in. > > Does anyone have a higher resolution version? There is a copy of the images from a prior email Jeremy Newman at CodeWeavers sent here ftp://wine.codewea

Re: Wine t-shirts?

2008-12-03 Thread Steven Edwards
On Wed, Dec 3, 2008 at 11:15 PM, James McKenzie <[EMAIL PROTECTED]> wrote: >> +1 on the teeshirts if you can use the drunk Penguin on some of them >> now that CodeWeavers is not using it for products. >> >> http://www.ixsoft.de/software/products/CWTSHIRTDP-L.html >> >> > It would be nice to ask the

Re: wineconsole: Wait on events in curses backend using select insteadof poll

2008-12-03 Thread Dmitry Timoshkov
"James McKenzie" <[EMAIL PROTECTED]> wrote: > Martin Storsjö wrote: >> >> poll can't handle terminal devices on Darwin, since Tiger. See the >> following discussion: >> http://lists.apple.com/archives/Darwin-dev/2006/Apr/msg00066.html >> > This will have to be setup so that it only works for Macs.

Re: Wine t-shirts?

2008-12-03 Thread James McKenzie
Steven Edwards wrote: > On Wed, Dec 3, 2008 at 9:50 AM, Ismael Barros² <[EMAIL PROTECTED]> wrote: > >> I already asked julliard about permissions and donations (winehq is >> getting 3€ for each sold T-shirt), and now I should determine the >> T-shirt design itself. We'll probably start off with

Re: wineconsole: Wait on events in curses backend using select instead of poll

2008-12-03 Thread James McKenzie
Martin Storsjö wrote: > > poll can't handle terminal devices on Darwin, since Tiger. See the > following discussion: > http://lists.apple.com/archives/Darwin-dev/2006/Apr/msg00066.html > This will have to be setup so that it only works for Macs. Maybe this can be a static patch in the Darwine code

Re: patch for gdi32

2008-12-03 Thread Dan Kegel
On Wed, Dec 3, 2008 at 3:38 PM, Xiangrong Fang <[EMAIL PROTECTED]> wrote: > It is indeed bug #4065. I read the info there, although I don't fully > understand every bit information there, but that is marked as FIXED > and CLOSED?? As far as I know, this is NOT fixed yet, and it affect a > HUGE amo

Re: Wine t-shirts?

2008-12-03 Thread Ismael Barros²
Hum, that would be cool, I'll ask the boss but it's probably in. Does anyone have a higher resolution version? On Wed, Dec 3, 2008 at 4:29 PM, Steven Edwards <[EMAIL PROTECTED]> wrote: > On Wed, Dec 3, 2008 at 9:50 AM, Ismael Barros² <[EMAIL PROTECTED]> wrote: >> I already asked julliard about pe

Re: patch for gdi32

2008-12-03 Thread Dan Kegel
On Wed, Dec 3, 2008 at 1:24 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Hi Xiangrong, > you forgot to attach the patch, I think. Aha. You attached the wrong format. We want a plain text file, i.e. not .odt, but .txt.The nice description in your .odt/.pdf belongs in a bug report in http://bugs

Re: patch for gdi32

2008-12-03 Thread Henri Verbeet
Isn't this the same issue a bug 4065? (http://bugs.winehq.org/show_bug.cgi?id=4065)

Re: Mono integration to Wine

2008-12-03 Thread Scott Ritchie
Kornél Pál wrote: > Hi, > > I would like to receive comments on mixed-mode assembly support of Mono > on Wine and if there are people willing to update the Loader to call > _CorValidateImage, _CorExeMain (real entry point is not called for EXEs) > and _CorImageUnloading for managed images. >

Re: [2/2] gdiplus: fix a warning in GdipMultiplyTextureTransform

2008-12-03 Thread Henri Verbeet
2008/12/3 Nikolay Sivov <[EMAIL PROTECTED]>: > Our prototypes should match MS', shouldn't they?. In this case I don't see > another way to silent this warning > which means nothing (you've already named the reason why). Up to a point. Personally I'd say the PSDK headers are broken here since they'r

Re: [2/2] gdiplus: fix a warning in GdipMultiplyTextureTransform

2008-12-03 Thread Nikolay Sivov
Henri Verbeet wrote: > 2008/12/3 Nikolay Sivov <[EMAIL PROTECTED]>: > >> -return GdipMultiplyMatrix(brush->transform, matrix, order); >> +return GdipMultiplyMatrix(brush->transform, (GpMatrix*)matrix, order); >> > > I don't think casting const away makes it much better. Considering

IServiceProvider::QueryService tests

2008-12-03 Thread Konstantin Kondratyuk
In dlls/mshtml/tests/htmldoc.c there is a comment: /* * Services used by HTMLDocument: * * IOleUndoManager * IInternetSecurityManager * ITargetFrame * {D5F78C80-5252-11CF-90FA-00AA0042106E} * HTMLFrameBase * IShellObject * {3050F312-98B5-11CF-BB82-0

Re: Alexandre Julliard : ole32: Register interfaces through dlldata. c as far as possible.

2008-12-03 Thread Alexandre Julliard
"Rob Shearman" <[EMAIL PROTECTED]> writes: > 2008/12/3 Alexandre Julliard <[EMAIL PROTECTED]>: >> /* from dlldata.c */ >> +extern HINSTANCE hProxyDll DECLSPEC_HIDDEN; >> +extern BOOL WINAPI OLE32_DllMain(HINSTANCE hinstDLL, DWORD fdwReason, >> LPVOID fImpLoad) DECLSPEC_HIDDEN; > > Why declare OL

Re: [2/2] gdiplus: fix a warning in GdipMultiplyTextureTransform

2008-12-03 Thread Henri Verbeet
2008/12/3 Nikolay Sivov <[EMAIL PROTECTED]>: > -return GdipMultiplyMatrix(brush->transform, matrix, order); > +return GdipMultiplyMatrix(brush->transform, (GpMatrix*)matrix, order); I don't think casting const away makes it much better. Considering what the function does, and the fact that

Re: Wine t-shirts?

2008-12-03 Thread Steven Edwards
On Wed, Dec 3, 2008 at 9:50 AM, Ismael Barros² <[EMAIL PROTECTED]> wrote: > I already asked julliard about permissions and donations (winehq is > getting 3€ for each sold T-shirt), and now I should determine the > T-shirt design itself. We'll probably start off with the classical > wine logo, but w

Re: Wine t-shirts?

2008-12-03 Thread Ismael Barros²
On Thu, May 8, 2008 at 10:32 PM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > 2008/5/8 Maarten Lankhorst <[EMAIL PROTECTED]>: >> 2008/5/8 Jon Parshall <[EMAIL PROTECTED]>: >>> I've messed around with Wine Bottles for our installer artwork, and I have >>> this version that I could gussy up for th

Re: Alexandre Julliard : ole32: Register interfaces through dlldata. c as far as possible.

2008-12-03 Thread Rob Shearman
2008/12/3 Alexandre Julliard <[EMAIL PROTECTED]>: > /* from dlldata.c */ > +extern HINSTANCE hProxyDll DECLSPEC_HIDDEN; > +extern BOOL WINAPI OLE32_DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID > fImpLoad) DECLSPEC_HIDDEN; Why declare OLE32_DllMain when it isn't used? > extern HRESULT WI

Re: cryptdlg: Implement FormatVerisignExtension (resend)

2008-12-03 Thread Alexandre Julliard
"Juan Lang" <[EMAIL PROTECTED]> writes: > Aside from the size, is there anything wrong with this one? You are still wasting lots of space by storing copies of string resources. There's no need to do that. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [4/5] wined3d: Use a bitmask to store which bool and int constants are set.

2008-12-03 Thread Alexandre Julliard
"Henri Verbeet" <[EMAIL PROTECTED]> writes: > 2008/12/3 Juan Lang <[EMAIL PROTECTED]>: >>> Why is this a good thing - this just artificially caps your constants at >>> 32. If I remember correctly I had to change shaders to do the exact >>> opposite change, because newer versions introduced more th

Re: [4/5] wined3d: Use a bitmask to store which bool and int constants are set.

2008-12-03 Thread Henri Verbeet
2008/12/3 Juan Lang <[EMAIL PROTECTED]>: >> Why is this a good thing - this just artificially caps your constants at >> 32. If I remember correctly I had to change shaders to do the exact >> opposite change, because newer versions introduced more than 32 constants. > > I agree with you, this is a q

Re: [4/5] wined3d: Use a bitmask to store which bool and int constants are set.

2008-12-03 Thread Henri Verbeet
2008/12/3 Ivan Gyurdiev <[EMAIL PROTECTED]>: >> Re: [4/5] wined3d: Use a bitmask to store which bool and int constants >> are set. > > Why is this a good thing - this just artificially caps your constants at 32. > If I remember correctly I had to change shaders to do the exact opposite > change, b