CRichEditCtrl: Performance issue

2006-11-16 Thread Renu Rajput
\riched20\editor.c), which causes the delay. If anyone stumbled upon the similar issue, what should be the solution to this. Thanks Renu Rajput

Patch not applied.

2006-08-28 Thread Renu Rajput
Hi I've tried submitting a patch to wine-patches 3 times(as per feedback from Wine group), but it has not been applied yet. Please tell me what I am doing wrong. ThanksRenu Here's the patch: diff -urN OldDir/dlls/comdlg32/filedlg.c NewDir/dlls/comdlg32/filedlg.c--- OldDir/dlls/comdlg32/filedlg.c 20

riched20: Send EN_LINK notifications. Properly underline / color links.

2006-08-17 Thread renu . rajput
The patch at http://www.winehq.org/pipermail/wine-patches/2006-August/029855.html needs to be corrected a bit: In file editor.c, there is a change as follows >case WM_MOUSEMOVE: > if (GetCapture() == hWnd) >ME_MouseMove(editor, (short)LOWORD(lParam), (short)HIWORD(lParam)); >