Re: A new regression

2004-08-24 Thread Lionel Ulmer
On Tue, Aug 24, 2004 at 09:37:58AM +0100, Mike Hearn wrote: > For those following along, translated that means: fix that works all the > time blocks on the window management 'rewrite' which means we use X > windows only for toplevels. Last I heard this rewrite was about 2-3 > months away from co

Re: A new regression

2004-08-24 Thread Mike Hearn
The problem is that the app uses OpenGL for painting, and OpenGL doesn't support the IncludeInferiors clipping mode. Fixing that properly will require getting rid of X windows for child windows, but in the meantime I have added a workaround that should work in most cases. For those following along,

Re: A new regression

2004-08-23 Thread Alexandre Julliard
"Ivan Leo Puoti" <[EMAIL PROTECTED]> writes: >> (with screenshots, if possible). > before the patch > http://www003.portalis.it/115/download/1.png > and after it > http://www003.portalis.it/115/download/2.png The problem is that the app uses OpenGL for painting, and OpenGL doesn't support the Inc

Re: A new regression

2004-08-23 Thread Ivan Leo Puoti
> (with screenshots, if possible). before the patch http://www003.portalis.it/115/download/1.png and after it http://www003.portalis.it/115/download/2.png The app is a free download. Ivan.

Re: A new regression

2004-08-23 Thread Steven Edwards
Hi, --- Mike Hearn <[EMAIL PROTECTED]> wrote: > But seriously, that patch changed a lot of very important core code > in > Wine, and the relevant math is hideously complicated (in fact nobody > does it anymore, we all just copy/paste the X server code). There > have > already been several regre

Re: A new regression

2004-08-23 Thread Mike Hearn
http://www.cyborgname.com/cyborger.cgi?acronym=JULLIARD&robotchoice=governor2k3 ;) But seriously, that patch changed a lot of very important core code in Wine, and the relevant math is hideously complicated (in fact nobody does it anymore, we all just copy/paste the X server code). There have al

A new regression

2004-08-22 Thread Ivan Leo Puoti
For those of you who don't belive A.J. is a human, he does introduce regressions from time to time. This patch http://www.winehq.com/hypermail/wine-cvs/2004/06/0196.html Has broken this app http://www.anim8or.com and at least one user has complained about this regression. Ivan.