Re: winecfg: Add dll override on return key press in combobox [resend]

2008-12-26 Thread Dmitry Timoshkov
"Andre Wisplinghoff" wrote: > +INT_PTR CALLBACK > +comboedit_wndproc (HWND hEdit, UINT uMsg, WPARAM wParam, LPARAM lParam) INT_PTR is wrong return value type for a window proc. > +/* subclass dllcombo's edit to allow return keypress handling */ > +GetComboBoxInfo(GetDlgItem(dialog, IDC

Fwd: Wine on OpenBSD

2008-12-26 Thread David Gerard
2008/12/27 Austin English : > Would you mind starting a wiki page on this? > http://wiki.winehq.org/OpenBSD is empty at the moment. I've done ones > for OpenSolaris/PC-BSD, see: http://wiki.winehq.org/PC-BSD and > http://wiki.winehq.org/OpenSolaris > The wiki page would make it easier to track pro

Re: Are OpenBSD bugs worth filing?

2008-12-26 Thread David Gerard
2008/12/27 James McKenzie : > David: > File a bug when you think it is Wine related as it pertains to the ability > to build on that platform. > Austin: > OpenBSD does not like virualization of any kind. VMWare does not support > it, from what I remember. Yep. In the present case, I'll hold off

Re: Wine bugs e-mails/spoofing warnings

2008-12-26 Thread Austin English
On Fri, Dec 26, 2008 at 6:28 PM, Jeff Zaroyko wrote: > On Sat, Dec 27, 2008 at 8:40 AM, Austin English > wrote: >> Anyone else on gmail seeing this? It doesn't happen on all e-mails, >> only once every couple days (I've got digest mode enabled): >> >> "Due to a filter you created, this message w

Re: Are OpenBSD bugs worth filing?

2008-12-26 Thread James McKenzie
Austin English wrote: > On Fri, Dec 26, 2008 at 2:16 PM, David Gerard wrote: > >> Some of us on wine-users are trying to get Wine to install on OpenBSD. >> First, of course, we need to get it to compile on OpenBSD ... >> >> Are bugs on this platform considered valid reportable bugs? I couldn't

Re: Wine bugs e-mails/spoofing warnings

2008-12-26 Thread Jeff Zaroyko
On Sat, Dec 27, 2008 at 8:40 AM, Austin English wrote: > Anyone else on gmail seeing this? It doesn't happen on all e-mails, > only once every couple days (I've got digest mode enabled): > > "Due to a filter you created, this message was not sent to Spam. Edit Filters > Warning: This message may n

Re: Are OpenBSD bugs worth filing?

2008-12-26 Thread David Gerard
2008/12/26 Austin English : > On Fri, Dec 26, 2008 at 2:16 PM, David Gerard wrote: >> Some of us on wine-users are trying to get Wine to install on OpenBSD. >> First, of course, we need to get it to compile on OpenBSD ... >> Are bugs on this platform considered valid reportable bugs? I couldn't >

Re: Are OpenBSD bugs worth filing?

2008-12-26 Thread Austin English
On Fri, Dec 26, 2008 at 2:16 PM, David Gerard wrote: > Some of us on wine-users are trying to get Wine to install on OpenBSD. > First, of course, we need to get it to compile on OpenBSD ... > > Are bugs on this platform considered valid reportable bugs? I couldn't > find any OpenBSD bugs on a quic

Are OpenBSD bugs worth filing?

2008-12-26 Thread David Gerard
Some of us on wine-users are trying to get Wine to install on OpenBSD. First, of course, we need to get it to compile on OpenBSD ... Are bugs on this platform considered valid reportable bugs? I couldn't find any OpenBSD bugs on a quick search in Bugzilla. State of things: it doesn't compile clea

Re: Bugzilla - CVS/GIT tag

2008-12-26 Thread Austin English
On Fri, Dec 26, 2008 at 5:07 PM, Francois Gouget wrote: > On Thu, 25 Dec 2008, Austin English wrote: > [...] >> I was attempting to avoid more bugzilla e-mails to set the version, >> and considering that most people won't know the version that they were >> using that long ago, it's at most a futil

Re: Wine bugs e-mails/spoofing warnings

2008-12-26 Thread Lei Zhang
On Fri, Dec 26, 2008 at 1:40 PM, Austin English wrote: > Anyone else on gmail seeing this? It doesn't happen on all e-mails, > only once every couple days (I've got digest mode enabled): > > "Due to a filter you created, this message was not sent to Spam. Edit Filters > Warning: This message may n

Re: Bugzilla - CVS/GIT tag

2008-12-26 Thread Francois Gouget
On Thu, 25 Dec 2008, Austin English wrote: [...] > I was attempting to avoid more bugzilla e-mails to set the version, > and considering that most people won't know the version that they were > using that long ago, it's at most a futile effort. The email should ask them to retest with the current

Re: Wine bugs e-mails/spoofing warnings

2008-12-26 Thread Vincent Pelletier
Le Friday 26 December 2008 22:40:28 Austin English, vous avez écrit : > Anyone else on gmail seeing this? It doesn't happen on all e-mails, > only once every couple days (I've got digest mode enabled): I don't have this message, probably because I didn't set any filter. But I don't receive any me

Wine bugs e-mails/spoofing warnings

2008-12-26 Thread Austin English
Anyone else on gmail seeing this? It doesn't happen on all e-mails, only once every couple days (I've got digest mode enabled): "Due to a filter you created, this message was not sent to Spam. Edit Filters Warning: This message may not be from whom it claims to be. Beware of following any links in

Re: [RFC] wined3d: Avoid triggering OPENGL errors when setting point size

2008-12-26 Thread Vincent Pelletier
Woops, re-sending to list this time... On Wed, Dec 24, 2008 at 4:01 PM, Stefan Dösinger wrote: > I think henri sent a reply. He recommended to clamp the new pointsize > instead of leaving the old one set. Found it. Wasn't subscribed here at that time (only to -patches). New version of previous

Re: feedback? wined3d: Implement r5g6b5 to x8r8g8b8 function

2008-12-26 Thread paulo lesgaz
In the same idea, what's wrong with the patch: wined3d: Convert between A8R8G8B8 and X8R8G8B8http://www.winehq.org/pipermail/wine-patches/attachments/20080928/ae239205/attachment-0001.obj It fixes une FIXME in medieval total wars (Henri asked what is fixed by this patch ;) ) David --- En da

website: interviews / XML error: Mismatched tag

2008-12-26 Thread Andre Wisplinghoff
Hi, for example at http://www.winehq.org/interview/14 you get 'XML error: Mismatched tag at line 9'. I'm sending a proposed patch here because last time I sent a website patch to wine-patches it wasn't applied and there was no reaction. wwn/en/interviews/interview_11.xml |2 +- wwn/en/interv

Re: Marshalling of remotable handles

2008-12-26 Thread Michael Karcher
Am Freitag, den 26.12.2008, 17:20 + schrieb Rob Shearman: > 2008/12/21 Michael Karcher : > > This makes widl generate null pointer checks for HWND parameters, as > > HXXX is a void pointer without the unique attribute. My question is: > > Should widl really add this check? As the type is marsha

Re: Marshalling of remotable handles

2008-12-26 Thread Rob Shearman
2008/12/21 Michael Karcher : > Hello Wine developers, > > while trying to add proxy/stub code for shell32, I stumbled across the > definition of remotable handles in IDL. > > We have > > - a RemotableHandle union. > - the IDL typedefs for the wire representation of handles: > |typedef [unique

Re: feedback? wined3d: Implement r5g6b5 to x8r8g8b8 function

2008-12-26 Thread Henri Verbeet
2008/12/27 Stefan Dösinger : >>anything wrong with the patch >>wined3d: Implement r5g6b5 to x8r8g8b8 function >>David > Probably alexandre wanted an ok from me. Can you resend the patch? > No, the patch was flawed. The author knows about this, and posted an improved patch to bugzilla (bug 18011). T

AW: feedback? wined3d: Implement r5g6b5 to x8r8g8b8 function

2008-12-26 Thread Stefan D�singer
>anything wrong with the patch >wined3d: Implement r5g6b5 to x8r8g8b8 function >David Probably alexandre wanted an ok from me. Can you resend the patch?

AW: [PATCH] Fix ddraw surface version setting (redux) (now withattachment)

2008-12-26 Thread Stefan D�singer
Looks ok

feedback? wined3d: Implement r5g6b5 to x8r8g8b8 function

2008-12-26 Thread paulo lesgaz
Hello, anything wrong with the patch wined3d: Implement r5g6b5 to x8r8g8b8 function David