Here's the first step of moving the update region management to the server. The refresh on window moves is not optimized yet, so it will probably flicker quite a bit, but things should still be painted properly in the end. If you feel like giving this a try, I'm interested in hearing about any case where things don't repaint correctly.
On Tue, 02 Nov 2004 13:31:05 -0800, you wrote:
Here's the first step of moving the update region management to the server. The refresh on window moves is not optimized yet, so it will probably flicker quite a bit, but things should still be painted properly in the end. If you feel like giving this a try, I'm interested in hearing about any case where things don't repaint correctly.
1) Newsbin pro gets into an apparently endless loop when building up its main screen. I've uploaded a +relay,+server trace to http://www.xs4all.nl/~rklazes/temp/nbhangs.log.bz2
2) the 'tool tips' windows of Agent news reader do not close until another tool tip is made to appear. They stay open also when switching to other X windows, or even other work spaces.
3) Calling up a dialog and moving it using the mouse causes lots of repainting of the dialog, it does not without the patch. Just try wine's notepad and the font dialog to see.
Tell me if you need other information.
Rein.
On Tue, Nov 02, 2004 at 01:31:05PM -0800, Alexandre Julliard wrote:
Here's the first step of moving the update region management to the server.
Yay!!!
The refresh on window moves is not optimized yet, so it will probably flicker quite a bit, but things should still be painted properly in the end. If you feel like giving this a try, I'm interested in hearing about any case where things don't repaint correctly.
I'm not sure if this is supposed to fix this bug: http://bugs.winehq.org/show_bug.cgi?id=1091
but unfortunately it doesn't. I can reproduce it with controlspy. BTW, this is my initial post on the subject: http://www.winehq.org/hypermail/wine-devel/2002/09/0748.html
"Dimitrie O. Paun" dpaun@rogers.com writes:
I'm not sure if this is supposed to fix this bug: http://bugs.winehq.org/show_bug.cgi?id=1091
No, it's not supposed to fix anything; at this point the goal is to avoid introducing too many new bugs. Fixing the old ones will come later...