On Fri, 09 Sep 2005 16:27:47 +0200, Jean Magnan de Bornier
<[EMAIL PROTECTED]> wrote:
Oh joy! My user's files are there, waiting for me!
Now it won't start, but I'm being confident: this thing accepts one more
thing every day, not more; so maybe tomorrow, after a reboot (probably
unneeded, b
From: "Phil Krylov" <[EMAIL PROTECTED]>
> OK, should we then make a patch which adds an IsWindow() check after every
> notification in every control? This one fixes a really annoying bug, while
> the other places are not proved to crash.
Well, if it's a entire class of bugs, we should fix them all
On Fri, 9 Sep 2005 13:59:05 -0400
"Dimi Paun" <[EMAIL PROTECTED]> wrote:
> From: "Phil Krylov" <[EMAIL PROTECTED]>
> > Here is a patch which adds checking if the window has been destroyed at
> > that point. I don't know if it is acceptable but it fixes the problem.
>
> But this could potentially
On Thu, Sep 08, 2005 at 10:37:56PM +0200, Stefan Dösinger wrote:
> I think you're right. After Releasing the DDraw object two times, as EE does,
> it's far from beeing freed: It has a refcount of 8!! In particular, creating
> the surface and performing QueryInterface on it increase the refcount b
From: "Phil Krylov" <[EMAIL PROTECTED]>
> Here is a patch which adds checking if the window has been destroyed at
> that point. I don't know if it is acceptable but it fixes the problem.
But this could potentially happen on any notification,
what makes this particular one special (sorry, I was awa
Phil Krylov wrote:
Hi Michael,
On Thu, 8 Sep 2005 23:10:18 +0200
Michael Jung <[EMAIL PROTECTED]> wrote:
Wouldn't it be enough to call notify_click after notify_itemactivate? I've
attached a modification of your patch, which does just this. Seems to work
fine for me.
Probably, but what if s
Mike Hearn wrote:
From a dictionary:
"em·u·late: Computer Science. To imitate the function of (another
system), as by modifications to hardware or software that allow the
imitating system to accept the same data, execute the same programs, and
achieve the same results as the imitated system."
On 9/9/05, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
> The better word is "clone" if you don't like a wordy "independent
> implementation".
Heh, no that would be ReactOS. I always like the term "compatibility
layer" when speaking of Wine.
Thanks
Steven
Oh, and here's an actualy in game shot, if you're a fan of the game you'll probably notice I'm out
of practice.
http://www003.portalis.it/115/wine/safediscworks2.png
Ivan.
On 09.09.2005 17:09, Alexandre Julliard wrote:
> Do a CallWindowProc on a function that is not the current winproc of
> the specified window and check if the message gets to the window.
Ah, I see.
-f.r.
signature.asc
Description: OpenPGP digital signature
Frank Richter <[EMAIL PROTECTED]> writes:
> On 09.09.2005 16:27, Alexandre Julliard wrote:
>> Well, I'm not sure doing a SendMessage is the right thing if you are
>> called from inside CallWindowProc, you may have to do a CallWindowProc
>
> UnmapMsgAtoW() (or so) is also called when interprocess m
On 09.09.2005 16:27, Alexandre Julliard wrote:
> Well, I'm not sure doing a SendMessage is the right thing if you are
> called from inside CallWindowProc, you may have to do a CallWindowProc
UnmapMsgAtoW() (or so) is also called when interprocess messages are
translated back... in this case, (afai
Le 08 septembre à 08:53:19 [EMAIL PROTECTED] écrit notamment:
| On Wed, 07 Sep 2005 14:21:26 +0200, Jean Magnan de Bornier
| <[EMAIL PROTECTED]> wrote:
>
| > Sound level appears now ok for dns;
| Great news.
>
| > I have to read two phrases, and then a longer text; in this last
| > exercise dns
Frank Richter <[EMAIL PROTECTED]> writes:
> On 05.09.2005 18:13, Frank Richter wrote:
>> Frank Richter <[EMAIL PROTECTED]>
>> When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind the scenes to
>> obtain an exact length. This seems to match the behaviour of recent
>> Windowses and as well fixes
Ulrich Czekalla <[EMAIL PROTECTED]> writes:
> No :-/ I can't explain it. The XQueryPointer call in X11DRV_GetCursorPos is
> returning an incorrect value. I don't see anything wrong with the way we
> are calling it. Maybe it's a bug in X.
Would you be able to write a small test case demonstrating
On Fri, Sep 09, 2005 at 11:22:26AM +0200, Alexandre Julliard wrote:
> This sounds like it's just masking the problem. Do you know precisely
> why the mouse position is incorrect?
No :-/ I can't explain it. The XQueryPointer call in X11DRV_GetCursorPos is
returning an incorrect value. I don't see a
* On Fri, 2 Sep 2005, Juan Lang wrote:
>
> This test was failing after the first time on Windows, so (hopefully)
> fix it.
>
> ChangeLog: fix a test failing on Windows. Reported by Katerina Nizhnik.
Unfortunately, this code pops up some window:
--- wine/dlls/shell32/tests/shellpath.c 2005/08/
On 08.09.2005 18:28, Robert Shearman wrote:
>> -TRACE("Chunk Found ckid=%.4s fccType=%.4s cksize=%08lX \n",
>> +TRACE("Chunk Found ckid=%.4s fccType=%08x cksize=%08lX \n",
>> (LPSTR)&mmckInfo.ckid, (LPSTR)&mmckInfo.fccType, mmckInfo.cksize);
Note that you're also printing the hex val
On 05.09.2005 18:13, Frank Richter wrote:
> Frank Richter <[EMAIL PROTECTED]>
> When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind the scenes to
> obtain an exact length. This seems to match the behaviour of recent
> Windowses and as well fixes a couple of regressions (caused by theming
> sudd
Mike McCormack <[EMAIL PROTECTED]> writes:
> It doesn't seem exactly right to me, but I'm not really sure of a better
> way of fixing it. Maybe an AC_TRY_COMPILE()? Alexandre understands
> configure better than I do, so you might try asking him.
Looks good to me.
--
Alexandre Julliard
[EMA
Vincent Béron wrote:
--- configure.ac3 Sep 2005 15:43:53 - 1.403
+++ configure.ac8 Sep 2005 23:08:04 -
@@ -469,7 +469,10 @@ then
[AC_DEFINE(HAVE_LIBXSLT, 1, [Define if you have the libxslt
library])
XSLTLIBS="$ac_xslt_libs"
Hi,
On Fri, Sep 09, 2005 at 11:22:26AM +0200, Alexandre Julliard wrote:
> Ulrich Czekalla <[EMAIL PROTECTED]> writes:
>
> > We had a XFlush call in X11DRV_SetCursorPos before but it was removed for
> > some reason. This restores the call and fixes a regression in JInitiator
> > where the mouse po
Ulrich Czekalla <[EMAIL PROTECTED]> writes:
> We had a XFlush call in X11DRV_SetCursorPos before but it was removed for
> some reason. This restores the call and fixes a regression in JInitiator
> where the mouse position was being reported incorrectly.
This sounds like it's just masking the prob
"Mike Hearn" <[EMAIL PROTECTED]> wrote:
> >From a dictionary:
>
> "em·u·late: Computer Science. To imitate the function of (another
> system), as by modifications to hardware or software that allow the
> imitating system to accept the same data, execute the same programs, and
> achieve the same re
"James Hawkins" <[EMAIL PROTECTED]> wrote:
> +if (!table)
> {
> -req->atom = atom;
> -req->table = table;
> -wine_server_set_reply( req, full_name, sizeof(full_name) );
> -if (!wine_server_call_err( req ))
> +ATOM_BASIC_I
25 matches
Mail list logo