Re: Console issues in recent git

2010-09-11 Thread Jerome Leclanche
Hi Eric, Ive been running your patch for a couple of days and I just noticed another case where it's not resetting terminal properties: - Run a program in winedbg (in my case, it was in a virtual desktop, too) - Wait for program to crash - Hit ctrl-c - (?) Terminate process in the virtual desk

Re: Macro names instead of numbers in logs

2010-09-11 Thread Dylan Smith
2010/9/7 Mariusz Pluciński > In my opinion it would be good to make it available in similar way, as > functions like debugstr_guid, which are defined in include/wine/debug.h > > Messages' names are declared as an array MessageTypeNames in spy.c . Maybe > it would be enough to copy it into the hea

Re: Keeping people from trying iTunes in Wine?

2010-09-11 Thread Dan Kegel
On Fri, Sep 10, 2010 at 10:55 AM, Michael Hunter wrote: > what process would I have to adopt to be able to > help myself and others to run iTunes under Wine? Admittedly, I would > need to use the iTunes store and maybe this could be a problem. I have > noted the comments in the AppDB relating to i

Re: [PATCH 2/7] d3dx9_36/tests: Added HLSL test suite

2010-09-11 Thread Travis Athougies
Henri, You said to move all assembler, shader and compiler tests over to the d3dcompiler dll. When you said this did you mean only grammar tests, or did you also mean visual tests as well? I've hit sort of a roadblock, where I don't know exactly what to place where. Right now all the tests are vis

Re: [PATCH 2/3] wined3d: store amount of video memory in gpu_description_table

2010-09-11 Thread Rico Schüller
Am 11.09.2010 03:59, schrieb Roderick Colenbrander: /* Geforce 300 midend mobile (Geforce GT 325M/330M use the same core) */ if (strstr(gl_renderer, "GT 325M") || strstr(gl_renderer, "GT 330M")) { - *vidmem = 1024; - return CARD

Re: Does testbot's MingW miscompile winmm:midi tests?

2010-09-11 Thread Saulius Krasuckas
* On Fri, 10 Sep 2010, joerg-cyril.hoe...@t-systems.com wrote: > > Now what to do next? > - uninitialised memory issue? > - bad MingW or includes on test.winehq? > > How do MingW on test.winehq and testbot.winehq differ? Difference of primary interest would be in the compiler versions and then

[RFC PATCH 2/4] include: Add a method WMToString to resolvewm.h.

2010-09-11 Thread Florian Köberle
--- include/wine/resolvewm.h | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/include/wine/resolvewm.h b/include/wine/resolvewm.h index 573f9ee..d870f12 100644 --- a/include/wine/resolvewm.h +++ b/include/wine/resolvewm.h @@ -23,6 +23,8 @@ #ifn

[RFC PATCH 3/4] comctl32: Trace the string representation of window messages and not the numbers.

2010-09-11 Thread Florian Köberle
--- dlls/comctl32/animate.c|3 ++- dlls/comctl32/comboex.c| 11 ++- dlls/comctl32/header.c |3 ++- dlls/comctl32/hotkey.c |3 ++- dlls/comctl32/ipaddress.c |5 +++-- dlls/comctl32/listview.c |7 --- dlls/comctl32/monthcal.c |7 --- dll

[RFC PATCH 4/4] comctl32/tests: Trace the string representation of window messages and not the numbers.

2010-09-11 Thread Florian Köberle
--- dlls/comctl32/tests/datetime.c |3 +- dlls/comctl32/tests/header.c |5 ++- dlls/comctl32/tests/listview.c |7 ++-- dlls/comctl32/tests/monthcal.c |3 +- dlls/comctl32/tests/msg.h | 71 --- dlls/comctl32/tests/tab.c |5 ++- d

Re: [RFC PATCH 0/4] Macro names instead of numbers in logs

2010-09-11 Thread Jerome Leclanche
You forgot to attach a patch. J. Leclanche On Sat, Sep 11, 2010 at 10:57 AM, Florian Köberle wrote: >  Hello > > this patches increases the readability of debug channels logs and test > traces by displaying the window message names instead of their numbers. > > I haven't put the new functionali

[RFC PATCH 0/4] Macro names instead of numbers in logs

2010-09-11 Thread Florian Köberle
Hello this patches increases the readability of debug channels logs and test traces by displaying the window message names instead of their numbers. I haven't put the new functionality in include/wine/debug.h because it's mutally exclusive with include/wine/test.h. I have put it in a new include