"Dimitrie O. Paun" dpaun@rogers.com writes:
- Bad news: it is *very* slow now. The repaint on wine List\ View.exe from the MS Control Spy is painful. Similarly, menus are slow, dialog boxes, etc. I have a fast machine (3GHz, 1GB RAM), and it takes 2-3 seconds to open the File Open dialog. Is this expected?
Part of it is probably because the window moves are not optimized at all, there is currently no attempt to take into account valid bits so any window show/move/resize operation forces a repaint of the whole window. This will be fixed in a subsequent patch.