Re: winefile: TRY2 Fix for encoding Ru.rc

2005-08-19 Thread Yuri Kozlov
2005/8/19, Dmitry Timoshkov <[EMAIL PROTECTED]>: > "Yuri Kozlov" <[EMAIL PROTECTED]> wrote: > > > Changelog: > > fix for encoding Ru.rc > > > --- wine/programs/winefile/Ru.rc 2005-06-20 15:45:39.0 +0400 > > +++ bwine/programs/winefile/Ru.rc 2005-08-18 19:56:37.0 +0400 > > @@ -20,

Re: IDA Pro regression

2005-08-19 Thread Mike McCormack
James Liggett wrote: to me some tips for finding the problem? I have considered downgrading CVS until I find the problem, but that seems like a *lot* of compiling and recompiling. Is there a more efficient way to go about finding the cause of the problem? That's the best way to find the proble

IDA Pro regression

2005-08-19 Thread James Liggett
Hi, Yesterday, after not upgrading my wine CVS copy for about a month, I upgraded to do some testing. I started IDA pro (version 4.8 demo) and got ready to debug a DLL that's been giving me trouble. Getting ready to start the debugger, I opened the General Registers window, and I noticed that the b

Re: RICHED20: Avoid flicker

2005-08-19 Thread Alexandre Julliard
Phil Krylov <[EMAIL PROTECTED]> writes: >> Avoid flicker in RichEdit using proper update region invalidation and an >> offscreen bitmap. > > Anything wrong with this patch? I think the bitmap is overkill, you should be able to repaint things properly without resorting to that. -- Alexandre Jull

Re: shell32: Some tests for FolderShortcut class

2005-08-19 Thread Alexandre Julliard
Michael Jung <[EMAIL PROTECTED]> writes: > Changelog: > Added some tests for CLSID_FolderShortcut objects Could you please merge that in one of the existing test files, like shlfolder.c? We don't want to create too many test files. -- Alexandre Julliard [EMAIL PROTECTED]

Re: commctrl: dialog theming

2005-08-19 Thread Evil
Mike McCormack wrote: Could you please try the attached patch? I fear that Wine doesn't go forward as much as it should for lack of testing :/ The patch worked great! At least, it appears to work a lot better than before. There are still some graphical glitches, for example: If you sw

Re: Mouse-buttons swapped after winetest

2005-08-19 Thread Vitaly Lipatov
Hi, Can you pay attention to this patch? It really fixes the problem but not discussed in the list and not applied: http://www.winehq.com/hypermail/wine-patches/2005/08/0018.html В сообщении от 25 Июнь 2005 00:28 Paul Vriens написал(a): > On Fri, 2005-06-24 at 17:44, Saulius Krasuckas wrote: ...

Re: USER32: fix gcc 4.0 warnings

2005-08-19 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > When switching on a WORD value, case values should also be WORD values > to avoid value out of range warnings. We shouldn't be switching on a WORD, that magic item handling is broken. -- Alexandre Julliard [EMAIL PROTECTED]

Weird issue with advapi32 tests on nt 4.0

2005-08-19 Thread Ivan Leo Puoti
The advapi32 tests save a key, load it and delete the file, and all is fine. But on nt 4.0 sp6 I'm getting a *really* weird, thing, a saved_key.LOG comes out of the blue, it appears to get written to disc after the RegLoadKey call at line 543 of dlls/advapi32/tests/registry.c, however this reall

Re: winefile: TRY2 Fix for encoding Ru.rc

2005-08-19 Thread Dmitry Timoshkov
"Yuri Kozlov" <[EMAIL PROTECTED]> wrote: > Changelog: > fix for encoding Ru.rc > --- wine/programs/winefile/Ru.rc 2005-06-20 15:45:39.0 +0400 > +++ bwine/programs/winefile/Ru.rc 2005-08-18 19:56:37.0 +0400 > @@ -20,6 +20,8 @@ > > LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT > > +#