Re: winecfg: Add handling for drive options

2005-05-17 Thread Mike McCormack
James Hawkins wrote: case WM_COMMAND: -if (HIWORD(wParam) == EN_CHANGE) +switch (HIWORD(wParam)) { I don't know if it's just my opinion, but case statements within case statements make the code more difficult to read. Would you consider creating a ne

MSN Webcam

2005-05-17 Thread Maarten Lankhorst
Status: Nearly complete, need testers. http://wiki.winehq.org/MSN_Messenger_webcam_support You need the native quartz dll, which get installed with internet explorer, as the builtin quartz doesn't work properly when changing media format on initialisation. IFilterGraph Reconnect isn't implemente

Re: comctl32: Move mouse tracking to MouseMove

2005-05-17 Thread Dimi Paun
On Tue, 2005-05-17 at 23:18 -0500, James Hawkins wrote: > Changelog > * Store the click point in LISTVIEW_INFO. > * Move mouse tracking to MouseMove. > * Use DragDetect instead of TrackMouse. > * Remove the unused TrackMouse function. I think you've sent the wrong patch... -- Dimi Paun <[EMAIL P

Re: Corrected the priority of operators for LISTVIEW_GetNextItem function.

2005-05-17 Thread Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote: > Changelog: > > * dlls/comctl32/listview.c > > Corrected the priority of operators for LISTVIEW_GetNextItem function. > --- dlls/comctl32/listview.c 2005-04-14 22:58:24.0 +0900 > +++ dlls/comctl32/listview.c 2005-05-16 11:29:08.003084512 +0900 > @@

Re: storage32.c fix for big endian arch

2005-05-17 Thread Phil Krylov
Please disregard, Pierre d'Herbemont already sent the same few hours before :) -- Ph. On Tue, 17 May 2005 21:41:41 +0400 Phil Krylov <[EMAIL PROTECTED]> wrote: > ChangeLog: > > Fixed storage32.c compilation in big endian architectures. > > Patch: > > Index: dlls/ole32/storage32.c > ==

Re: [crypt32] implementation of CryptProtectData/CryptUnprotectData

2005-05-17 Thread Kees Cook
On Tue, May 17, 2005 at 02:34:53PM +0900, Mike McCormack wrote: > >ChangeLog: > > Implements a best-guess of CryptProtectData/CryptUnprotectData. > > Wow. That's alot of work :) Heh, yeah, it has been. But, I want it to get accepted, so I'll keep working on it. :) > This patch looks OK to

Re: [Fwd: Relationship between Wine and the proprietary versions.]

2005-05-17 Thread Dimitrie Paun
From: "Brian Vincent" <[EMAIL PROTECTED]> > I think we need to get the scripts first. > Do you already have them? They are in the tools/ module in the WineHQ CVS: http://cvs.winehq.org/cvsweb/tools/ Namely 'make_winehq' and 'wine_release'. -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: [Fwd: Relationship between Wine and the proprietary versions.]

2005-05-17 Thread Brian Vincent
On 5/17/05, Dimitrie Paun <[EMAIL PROTECTED]> wrote: > > I also added an entry for how to update the FAQ since it's recently > > changed. That leads me to ask - has WineHQ been updated to build the > > FAQ/docs from SF rather than WineHQ CVS? > > No, I haven't had time to rewrite those scripts. >

Re: Added the callback item processing for LISTVIEW_EndEditLabelT function.

2005-05-17 Thread Dimitrie Paun
> Added the callback item processing for LISTVIEW_EndEditLabelT function. (B (BI think this would be a bit more explicit and correct (is_textW() returns (Bfalse (Bif pszText == NULL) if the test is the other way around: (B (B+if (lpItem && lpItem->hdr.pszText == LPSTR_TEXTCALLBACKW) (B+

Re: [Fwd: Relationship between Wine and the proprietary versions.]

2005-05-17 Thread Dimitrie Paun
From: "Brian Vincent" <[EMAIL PROTECTED]> > Submitted to wine-patches. The account I mailed it from isn't > subscribed, so it may take a while to get moderated on. Many thanks! > I also added an entry for how to update the FAQ since it's recently > changed. That leads me to ask - has WineHQ be

Re: [Fwd: Relationship between Wine and the proprietary versions.]

2005-05-17 Thread Brian Vincent
On 5/16/05, Dimi Paun <[EMAIL PROTECTED]> wrote: > I've got this request on wine-faq list (deleted the name, don't > know if they want to be on wine-devel). Anyone care to write > a small blurb about this? Submitted to wine-patches. The account I mailed it from isn't subscribed, so it may take a

Wiki

2005-05-17 Thread Robert van Herk
Just wanted to say, that the wiki is great! It makes it much easier to pick a project to work on. Robert

Re: Corrected the determination of capturing inside EDIT_WM_MouseMove function.

2005-05-17 Thread Dimitrie Paun
> Corrected the determination of capturing inside EDIT_WM_MouseMove (Bfunction. (B (B> - if (GetCapture() != es->hwndSelf) (B> + if (GetCapture() != es->hwndSelf || !es->bCaptureState) (B (BCan we have (B GetCapture() == es->hwndSelf && !es->bCaptureState (B (BIf so, isn't this an invalid

Re: Added the feature to change row height in owner draw controls.

2005-05-17 Thread Dimitrie Paun
> Added the feature to change row height in owner draw controls. (B (BThe indentation looks a bit funky on this one -- can you please (Buse 4-space indentation? (B (B-- (BDimi.

Re: A better Beep

2005-05-17 Thread Marcelo Duarte
Whats happens if a program calls bepp with invalid values for dwFreq and dwDur on a linux console? (the programmer thinks that dwFreq and dwDur are ignored by Win95). David Lee Lambert escreveu: Changelog: Support beeping with the PC speaker when running from the Linux console ---

Re: exeCryptor [JT]

2005-05-17 Thread Vitaly Lipatov
Ð ÑÐÐÐÑ ÐÑ 16 ÐÐÐ 2005 16:15 Mike Hearn ÑÐÐ(a): > The lack of any decent copy protection on Linux *is* a problem. There is > Shiva but it's quite old and has a crack available for it. The problem is, What about HASP protection? It supports USB HASP key under Linux. http://www.aladdin.com/ha