Re: winecfg: Center main window on the screen.

2012-02-08 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > For bug 21645. What is this pending for? -- Dmitry.

Re: libgcrypt thread safety

2012-02-08 Thread Lei Zhang
On Wed, Feb 8, 2012 at 1:56 PM, Marcus Meissner wrote: > On Wed, Feb 08, 2012 at 02:48:06PM -0600, Adam Martinson wrote: >> I've been looking into bug 27036 >> , and it's due to the >> lack of thread safety by default in libgcrypt (in this case via >>

Re: libgcrypt thread safety

2012-02-08 Thread Marcus Meissner
On Wed, Feb 08, 2012 at 02:48:06PM -0600, Adam Martinson wrote: > I've been looking into bug 27036 > , and it's due to the > lack of thread safety by default in libgcrypt (in this case via > libgnutls in secur32.dll). To be thread safe, libgcrypt requ

Re: Profiing windows apps

2012-02-08 Thread Ralph Little
Hi, > Also please attach a full +ddraw log to the bug report. If it is too big > compress it. bzip2 should do a pretty decent job, if all fails try lrzip. OK, done! > If the testing doesn't reveal anything, look out for IDirectDraw::GetCaps > calls in the logs or IDirect3Dx::EnumZBufferFormats.

libgcrypt thread safety

2012-02-08 Thread Adam Martinson
I've been looking into bug 27036 , and it's due to the lack of thread safety by default in libgcrypt (in this case via libgnutls in secur32.dll). To be thread safe, libgcrypt requires a call to gcry_control(GCRYCTL_SET_THREAD_CBS) before any libgc

Re: OpenGL child windows (SketchUp)

2012-02-08 Thread Roderick Colenbrander
On Wed, Feb 8, 2012 at 6:31 PM, Matteo Bruni wrote: > Il 08 febbraio 2012 18:19, Brian Bloniarz ha > scritto: >> Hi all, >> >> I could use a little help fixing a window lag and screen corruption >> issue in SketchUp: >> http://bugs.winehq.org/show_bug.cgi?id=25912 >> Long story short, I think th

Re: gdi32: Consider whether the logical font face is vertical when selecting.

2012-02-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=16876 Your paranoid android

Re: OpenGL child windows (SketchUp)

2012-02-08 Thread Matteo Bruni
Il 08 febbraio 2012 18:19, Brian Bloniarz ha scritto: > Hi all, > > I could use a little help fixing a window lag and screen corruption > issue in SketchUp: > http://bugs.winehq.org/show_bug.cgi?id=25912 > Long story short, I think the implementation of OpenGL child rendering > needs a small updat

Re: winecfg: Center main window on the screen.

2012-02-08 Thread Austin English
On Wed, Feb 8, 2012 at 07:13, Michael Stefaniuc wrote: > Vitaliy Margolen wrote: >> Please don't! I want my window manager decide based on how I configured >> it where to position new windows. And not every program open in the >> middle of the screen just because it things it's the most important

Re: winmm: TRACE unhandled messages

2012-02-08 Thread Andrew Eikum
On Wed, Feb 08, 2012 at 11:22:42AM +0100, joerg-cyril.hoe...@t-systems.com wrote: > Your rewrite no more maps WOD_XYZ* messages to waveOut functions. > I believe that it is possible that an old app entirely uses the generic > SendDriverMessage function > (esp. in the mciavi/msvfw area, cf. ICSend

OpenGL child windows (SketchUp)

2012-02-08 Thread Brian Bloniarz
Hi all, I could use a little help fixing a window lag and screen corruption issue in SketchUp: http://bugs.winehq.org/show_bug.cgi?id=25912 Long story short, I think the implementation of OpenGL child rendering needs a small update. As a reminder, this is how an OpenGL child window is setup: sta

Re: winecfg: Center main window on the screen.

2012-02-08 Thread Michael Stefaniuc
Vitaliy Margolen wrote: > Please don't! I want my window manager decide based on how I configured > it where to position new windows. And not every program open in the > middle of the screen just because it things it's the most important > thing on my screen. Uh? At the moment it always opens in th

Re: winecfg: Center main window on the screen.

2012-02-08 Thread Dmitry Timoshkov
Vitaliy Margolen wrote: > Please don't! I want my window manager decide based on how I configured it > where to position new windows. And not every program open in the middle of > the screen just because it things it's the most important thing on my screen. I'm surprised to see this comment he

Re: winecfg: Center main window on the screen.

2012-02-08 Thread Vitaliy Margolen
Please don't! I want my window manager decide based on how I configured it where to position new windows. And not every program open in the middle of the screen just because it things it's the most important thing on my screen. Vitaliy.

winmm: TRACE unhandled messages

2012-02-08 Thread Joerg-Cyril . Hoehle
Andrew, it's good that you log these now. I had a question in mind since your winmm rewrite: Your rewrite no more maps WOD_XYZ* messages to waveOut functions. I believe that it is possible that an old app entirely uses the generic SendDriverMessage function (esp. in the mciavi/msvfw area, cf.