Re: Slow EULA display patch

2006-07-03 Thread Troy Rollo
On Saturday 01 July 2006 15:59, Krzysztof Foltman wrote: > Well, *great* to see that solved in the Wine core, but I still think I > have a bug in RichEdit, because the original (native) riched20 works > fast, despite the bug you just fixed. All that means is that the native rich edit control doesn

Re: Slow EULA display patch

2006-07-03 Thread Alexandre Julliard
Daniel Steven Hipschman <[EMAIL PROTECTED]> writes: > ChangeLog: > * Sped up GetTextExtentExPointW by adding a new freetype GDI font function > WineEngGetTextExtentExPoint and a new DC function pGetTextExtentExPoint. Looks good, but you should remove the non-Ex entry points in freetype.c and th

Re: Slow EULA display patch

2006-07-02 Thread Dan Hipschman
On Sun, Jul 02, 2006 at 04:35:11PM -0700, Dan Kegel wrote: > FWIW, Dan H also explored a change to make a riched "run" struct be > refcounted; that gave a 4x speedup. Then he switched to using > git bisect to find the cause of the regression, and shelved the > refcounting patch. That wasn't the r

re: Slow EULA display patch

2006-07-02 Thread Dan Kegel
Krzysztof wrote: Well, *great* to see that solved in the Wine core, but I still think I have a bug in RichEdit, because the original (native) riched20 works fast, despite the bug you just fixed. Is there a good test document for which our riched20 is (with Dan H's patch) still way too slow? If

Re: Slow EULA display patch

2006-06-30 Thread Krzysztof Foltman
Daniel Steven Hipschman wrote: This patch fixes the slow EULA loading problem in http://bugs.winehq.org/show_bug.cgi?id=5516 Well, *great* to see that solved in the Wine core, but I still think I have a bug in RichEdit, because the original (native) riched20 works fast, despite the bug you j