Cursor patches

2009-02-25 Thread Andrew Riedi
if I am moving cursors into the wineserver correctly or not. -- Andrew Riedi cursor_patches.tar.bz2 Description: BZip2 compressed data

Re: user32: Improve the LoadImage() test.

2008-11-26 Thread Andrew Riedi
On Wed, Nov 26, 2008 at 10:14 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Andrew Riedi" <[EMAIL PROTECTED]> wrote: > >> -icon_entry->xHotspot = 1; >> -icon_entry->yHotspot = 1; >> +icon_entry->xHotspot = 1; /* Color plan

Re: ntdll: DPRINTF -> TRACE. (heap.c)

2008-11-26 Thread Andrew Riedi
On Wed, Nov 26, 2008 at 10:16 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Andrew Riedi" <[EMAIL PROTECTED]> wrote: > >> Changelog: >> ntdll: DPRINTF -> TRACE. (heap.c) > > DPRINTF is used for a reason here. > > -- > Dmitry. >

Re: imm32: Add some really basic tests for ImmSetCompositionString().

2008-11-26 Thread Andrew Riedi
On Wed, Nov 26, 2008 at 10:06 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Andrew Riedi" <[EMAIL PROTECTED]> wrote: > >> +static int test_ImmSetCompositionString(void) > > It's a usual practice to have the test cases return 'voi

Re: Icons as cursors patch

2008-11-25 Thread Andrew Riedi
the hotspot of a cursor loaded from a .ico is. - Hopefully this will match GetIconInfo() behavior, or at least use (0,0).) Krzysztof: Please test the attached patch against your program/game to see what, if anything, it does to fix this issue. -- Andrew Riedi From 2889ad53fe05db4151a2af55f8b7bc63

Re: .ANI patch

2008-11-09 Thread Andrew Riedi
s.wine.patches/59847 -- Andrew Riedi

Re: .ANI patch

2008-11-09 Thread Andrew Riedi
e, the patch would be written in such a way as to avoid making it harder to extend to full .ani support. (And be mostly Henri's code.) -- Andrew Riedi

Re: user32: Add test_CreateIconFromResourceEx().

2008-03-17 Thread Andrew Riedi
On Sun, Mar 16, 2008 at 10:05 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Andrew Riedi" <[EMAIL PROTECTED]> wrote: > > > changelog: user32: Add test_CreateIconFromResourceEx(). > > What this patch is supposed to test? Just that CreateIconFromResourc

Redirect http://forums.winehq.org -> http://forum.winehq.org.

2008-03-16 Thread Andrew Riedi
mistake, which I sent in a fix for at: http://article.gmane.org/gmane.comp.emulators.wine.patches/48512 . -- Andrew Riedi

The #winehq Wine channel

2007-12-20 Thread Andrew Riedi
sover) Perhaps state when people deserve a kick, the purposes of each channel, etc. Maybe we should start a wiki page with the information, rules, etc.? -- Andrew Riedi

Re: loader: Add --compile-info option to Wine.

2007-12-18 Thread Andrew Riedi
://wiki.winehq.org/GccVersions page. -- Andrew Riedi

Adding support for both wine_gecko and Mozilla ActiveX.

2007-06-06 Thread Andrew Riedi
x27;t worry about it. Anyhow, regardless of response, thanks for your work. :) -- Andrew Riedi

Re: check for This->clipper before unreferencing in dlls/ddraw/surface.c

2007-05-12 Thread Andrew Riedi
Perhaps give an example? "Please include a one-liner in your email stating what you did. Example: changelog: I fixed function X that was causing bug Y. Note: There is no need to edit the ChangeLog file itself." How is the above? -- Andrew Riedi

Writing an interactive test

2007-05-05 Thread Andrew Riedi
test-suite if possible. Perhaps I should use some sort of loop? Anyhow, thanks for any response. -- Andrew Riedi