HelloI tried to copy a formated text object into the clipboard. (Click on the Text Tool and on the page and write some letters. Resize it (make it a little bit bigger) and than CTRL+C, move the original and try to paste the previous copied text back in to Corel.) so its just a test if copy/paste wo
The attached C sample demonstrates two problems with using
ShowWindow(hwnd,SW_SHOWMINIMIZED) to minimise a top level window. The tests
were done in KDE, but the second problem has been confirmed in Gnome and I
suspect the first also occurs there.
1. If you start this program without arguments a
Stefan Dösinger codeweavers.com> writes:
> Can you test the patch on some d3d8 and d3d9 games? I tested it on warcraft 3
> and half-life 2 and didn't see any difference. Can you report negative and
> positive changes?
I'll give Age of Mythology a try if I get some time... (been so busy at work
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote:
@@ -3217,7 +3295,7 @@ static void test_showwindow(void)
trace("calling ShowWindow( SW_SHOWMAXIMIZE ) for invisible popup window\n");
ShowWindow(hwnd, SW_SHOWMAXIMIZED);
-ok_sequence(WmShowMaxPopupResizedSeq,
"ShowWindow(SW_SHOWMAX
How about doing something in explorer. We already launch an instance of
explorer as systray listener for the first Win32 app. We could make explorer
also act as a clipboard server. If that can be done, we no longer rely
on any message loop in the process doing clipboard operations.
This case *is*
Kai Blin wrote:
+ /* tack on a negotiate packet */
+ RPCRT4_AuthNegotiate(Connection, &out);
+ r = RPCRT4_SendAuth(Connection, Header, Buffer, BufferLength, out.pvBuffer,
out.cbBuffer);
+ HeapFree(GetProcessHeap(), 0, out.pvBuffer);
Should that actually be a Negotiate packet?
If it shoul
Yes this case is problematic.
Now that the desktop window is owned by the explorer process
OpenClipboard(GetDesktopWindow()) won't work. The selection owner will
become the explorer process but the data will live in the current process.
The result will be that no data will be available to external
* Mike McCormack <[EMAIL PROTECTED]> [15/05/06, 23:04:25]:
> + r = AcquireCredentialsHandleA(NULL, "NTLM", SECPKG_CRED_OUTBOUND, NULL,
> +AuthIdentity, NULL, NULL, &bind->cred,
> &bind->exp);
Sweet. Glad to see that code in use. :)
> + /* tack on a negotia
On Monday 15 May 2006 12:33, Marcin Kardas wrote:
> gltest once again - see attachment.
> This time you can move windows with mouse (but don't go out of main
> window or resize main window).
Funny demo :)
Regards,
Raphael
pgpIJi3r8bGIe.pgp
Description: PGP signature
> On 5/15/06, Roderick Colenbrander <[EMAIL PROTECTED]> wrote:
> >
> > I think the issue is that CoInitialize isn't called from
> DirectInput8Create
> > main. I think I missed this because my test app did this for me. Try to
> add
> > a CoInitialize(NULL); and see if it helps. (and a CoUninitialize
On Monday 15 May 2006 13:49, Tomas Carnecky wrote:
> After submitting the patches last night, I got some feedback on IRC. It
> seems that adding new exports to gdi32.dll is bad (it apparently tends
> to break applications, those using safedisc2 seem to be good
> candidates), so I had to look for an
On 5/15/06, Roderick Colenbrander <[EMAIL PROTECTED]> wrote:
I think the issue is that CoInitialize isn't called from DirectInput8Create
main. I think I missed this because my test app did this for me. Try to add
a CoInitialize(NULL); and see if it helps. (and a CoUninitialize)
Ok, I did tha
> On 5/15/06, Roderick Colenbrander <[EMAIL PROTECTED]> wrote:
>
> >
> > Yes, that's the reason. I forgot that I still need to send the patch for
> the
> > registry settings. Basicly what you need to add is this:
>
>
> What about bf798030-483a-4da2-aa99-5d64ed369700?
>
> trace:ole:DllMain 0x7f3
After submitting the patches last night, I got some feedback on IRC. It
seems that adding new exports to gdi32.dll is bad (it apparently tends
to break applications, those using safedisc2 seem to be good
candidates), so I had to look for another solution.
Everything that follows here is under the
> On 5/15/06, Roderick Colenbrander <[EMAIL PROTECTED]> wrote:
> >
> > Are you sure it is this patch that causes the regression and not
> Vitaly's
> > latest one? This patch changes the way dinput8 objects are created and
> it
> > does this similar to windows. Could you figure out what part breaks
On Mon, May 15, 2006 1:22 pm, Matt Finnicum wrote:
> Hopefully, i've managed to do this one right.
It is, but why not use STACK_SIZE_DEFAULT here as well:
+ ed->nUndoLimit = 100; /* 100 is the proper default */
--
Dimi Paun <[EMAIL PROTECTED]>
Lattica, Inc.
Hello,
Please excuse me if i didn't sent this mail to the right mailing list.
I want to implement in Linux a function similar with ClipCursor,
but without using XGrabPointer().
The first time i tried to process mouse-move events, but it doesn't look good.
Second time i tried XGrabPointer(), it
On Mon, May 15, 2006 11:28 am, Matt Finnicum wrote:
> Hello!
>
> Patch updated w/ Dimi Paun's advice (using #define's for the default
> and max values), and slightly cleaned up.
Well, not quite (maybe you've sent the wrong patch):
+ case EM_SETUNDOLIMIT:
+ {
+if ((int)wParam < 0)
+ ed
This was *supposed* to have been titled:
"riched20: Implement EM_SETUNDOLIMIT and its conformance tests, take 3"
Sorry!
--Matt
On 5/15/06, Matt Finnicum <[EMAIL PROTECTED]> wrote:
Hello!
Patch updated w/ Dimi Paun's advice (using #define's for the default
and max values), and slightly cleaned
Dmitry Timoshkov <[EMAIL PROTECTED]> writes:
> @@ -3217,7 +3295,7 @@ static void test_showwindow(void)
>
> trace("calling ShowWindow( SW_SHOWMAXIMIZE ) for invisible popup
> window\n");
> ShowWindow(hwnd, SW_SHOWMAXIMIZED);
> -ok_sequence(WmShowMaxPopupResizedSeq,
> "ShowWindow(S
On Monday 15 May 2006 12:52, Marcus Meissner wrote:
> While it is allowed to link it, it will also make dnsapi and likely
> WINE itself fall under the BSD 4 clause license (additionaly to LGPL)
> and both need to be honored from this point on.
I guess this rules out linking to libbind.
> I think
On Sat, May 13, 2006 at 05:10:55PM +0200, Hans Leidekker wrote:
>
> This patch presents an alternative to the one I sent a while ago
> that adds two source files from libbind. The advantage of this
> alternative is that it brings DNS message parsing support and DNS
> update support, without adding
gltest once again - see attachment.
This time you can move windows with mouse (but don't go out of main
window or resize main window).
gltest2.c
Description: Binary data
23 matches
Mail list logo