Re: Updating WineWiki Theme?

2013-03-15 Thread Kyle Auble
On Friday, March 15, 2013 7:45 PM, André Hentschel wrote: > What i'd like is that you first upgrade the theme for now, whatever changes > it may need. > For this task don't care about search fields, tables, sponsoring, ... > The result should be a wine wiki with the same quality and/or bugs as we

Vacation

2013-03-15 Thread Alexandre Julliard
Folks, There won't be any commits next week, as I'll be out skiing... -- Alexandre Julliard julli...@winehq.org

Re: [1/3] Make mac driver the default on OS X (try 2)

2013-03-15 Thread Alexandre Julliard
Josh DuBois writes: > Ken also noted that the error reporting could be simpler if it were in > gdi instead of user32. My impression, after having poked at it a > while with Ken, is that it is in theory possible that an application > which never tried to create a window would print less noise wit

Re: d3dx9 [patch 1/2, try 3]: Implement D3DXSHEvalSphericalLight

2013-03-15 Thread Matteo Bruni
2013/3/15 Nozomi Kodama : > Patch series is fine to me.

[1/3] Make mac driver the default on OS X

2013-03-15 Thread Joerg-Cyril.Hoehle
I wrote: >The [notepad] menu bar sometimes was refreshed badly, causing some texts >therein >to be displayed twice, shifted by a few pixels, or with varying fonts. That looks much like bug #33154 http://bugs.winehq.org/show_bug.cgi?id=33154 filed about Linux/X11. Nothing specific to winemac -- a

Re: [PATCH 1/6] atl100/tests: Added class name test for AtlAxWinInit.

2013-03-15 Thread Qian Hong
On Fri, Mar 15, 2013 at 9:24 PM, Alexandre Julliard wrote: > It's not useful to load this dynamically if you are not going to check > that it was found. Thanks very much, I'll send an improved version. -- Regards, Qian Hong - http://www.codeweavers.com

winmm: Fix notification when recording using MSACM.

2013-03-15 Thread Joerg-Cyril.Hoehle
Hi, Alexandre Julliard wrote: >> To achieve this, we eliminate the tail call and turn it into a loop, >> which allows us to preserve the local state in the variable "last". >Please do this as a proper loop, not with a goto. In bug #33155 I explained that Wine's PullACMData needs a redesign http:

Re: [PATCH 1/6] atl100/tests: Added class name test for AtlAxWinInit.

2013-03-15 Thread Alexandre Julliard
Qian Hong writes: > @@ -562,6 +562,34 @@ static void test_source_iface(void) > ok(maj_ver == 4 && min_ver == 0, "ver = %d.%d\n", maj_ver, min_ver); > } > > +static void test_ax_win(void) > +{ > +BOOL ret; > +WNDCLASSEXW wcex; > +static const WCHAR AtlAxWin100[] = > {'A','t','

Re: mmdevapi: Prevent 64 bit overflow within a few days of audio device use. (try 3)

2013-03-15 Thread Alexandre Julliard
writes: > The only comments about v2 were Michael Stefaniuc > suggesting a refactoring and me explaining why > in this particular case, that would not be a good idea. > http://www.winehq.org/pipermail/wine-devel/2013-March/099068.html It's still a good idea, even if the function is ultimately us

Re: Updating WineWiki Theme?

2013-03-15 Thread André Hentschel
Am 15.03.2013 04:17, schrieb Francois Gouget: > * A default table is totally ugly: it has no border and no cell padding > so it does not look like a table at all, just text appearing at random > on the page. Here is an example: > http://wiki.winehq.org/FrancoisGouget > > * During the previ