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
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
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
<[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
> @@
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
> ==
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
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.
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.
>
> 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+
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
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
Just wanted to say, that the wiki is great! It makes it much easier to
pick a project to work on.
Robert
> 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
> 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.
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
---
Ð ÑÐÐÐÑ ÐÑ 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
16 matches
Mail list logo