comctl32: header: Merge the simple delete and complex delete.
[wine] / dlls / riched20 / tests /
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Brian Changriched20: EM_EXSETSEL fixes and conformance tests.
2006-08-23  Clinton Stimpsonriched20: Add tests for EM_GETMODIFY.
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-10  Matt Finnicumriched20: Add conformance tests for WM_SETFONT.
2006-08-10  Ken Myersriched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT...
2006-08-10  Clinton Stimpsonriched20: Fix crash with NULL lParam in EM_SETTEXTEX.
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-08-03  Andrew Talbotriched20/tests: Write-strings warnings fix.
2006-07-31  Thomas Khoriched20: Implement EM_GETLINE.
2006-07-24  Andrew Talbotriched20: Write-strings warnings fix.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-16  Francois GougetAdd trailing '\n's to ok() calls.
2006-06-12  Alexandre Julliardriched20: Fix an uninitialized variable bug.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Marcus Meissnerriched20: Removed useless double casts, just print...
2006-05-16  Matt Finnicumriched20: Implement EM_SETUNDOLIMIT and its conformance...
2006-05-08  Michael Jungriched20: Don't append '\r' to the last paragraph in...
2006-03-21  Lei Zhangriched20: Implements FR_WHOLEWORD for EM_FINDTEXT.
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-03-01  Brandon Woodmanseeriched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
2006-02-27  Andrew de los Reyesriched20: Implement EM_SCROLL and its tests.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-22  Brian Changriched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
2006-02-22  Lei Zhangriched20: Implement FR_MATCHCASE for EM_FINDTEXT.
2006-02-21  Lei Zhangriched20: Fix for EM_FINDTEXT input validation.
2006-02-20  Roger Hoangriched20: Implemented EM_SETTEXTMODE options TM_RICHTEX...
2006-02-16  Thomas Khoriched20: Implement EM_SCROLLCARET and EM_GETSCROLLPOS.
2006-02-15  Thomas Khoriched20: Extend EM_FINDTEXT conformance tests and...
2006-02-11  Thomas Khoriched20: Added tests for EM_FINDTEXT and EM_FINDTEXTEX...