ntdll/tests: Fix exception test for CPUs that do segment limit checks differently.
[wine] / dlls / riched20 /
2006-12-05  Lei Zhangriched20: Move EM_EXSETSEL fix into ME_SetSelection.
2006-12-04  Lei Zhangriched20: Fixes and additional conformance tests for...
2006-11-29  Dmitry Timoshkovriched20: Make some data const.
2006-11-28  Matt Finnicumriched20: Make EM_SETPARAFORMAT use ME_RewrapRepaint...
2006-11-28  Matt Finnicumriched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint...
2006-11-28  Matt Finnicumriched20: Make WM_SETFONT call RewrapRepaint instead...
2006-11-28  Matt Finnicumriched20: EM_EXLIMITTEXT: ignore wParam and properly...
2006-11-28  Matt Finnicumriched20: Make ME_StreamIn create undos properly.
2006-11-27  Clinton Stimpsonriched20: Only send EN_CHANGE when it is supposed to...
2006-11-21  Mike McCormackriched20: Simplify an array size calculation.
2006-11-15  Clinton Stimpsonriched20: Fix key handling in dialogs.
2006-11-10  Mike McCormackriched20: Flush the clipboard before exiting the test.
2006-11-10  Mike McCormackriched20: Add missing void to parameter list.
2006-11-10  Mike McCormackriched20: Remember to close windows after tests.
2006-11-10  Mike McCormackriched20: Fix a memory leak.
2006-11-10  Mike McCormackriched20: Set the correct number of initialized cursors.
2006-11-10  Mike McCormackriched20: Fix an uninitialized variable.
2006-11-06  Mike McCormackriched20: Fix a leak in the undo stack.
2006-11-06  Mike McCormackriched20: Fix one more memory leak.
2006-11-06  Mike McCormackriched20: Don't access memory after freeing it.
2006-11-06  Mike McCormackriched20: Fixed memory leaks.
2006-11-02  Mike McCormackriched20: Initialize and free the RTF lookup table...
2006-11-02  Mike McCormackriched20: Use WARN() not ERR() on unknown tokens.
2006-10-24  Mike McCormackriched20: Create macro functions for allocating and...
2006-10-24  Mike McCormackriched20: Make sure to use GlobalAlloc with GlobalFree.
2006-10-14  Hans Leidekkerriched20: Win64 printf format warning fixes.
2006-10-09  Mike McCormackriched20: Don't crash if a colour isn't found.
2006-10-09  Michael Stefaniucriched20/tests: Win64 printf format warning fixes.
2006-10-02  Francois Gougetriched20: Tweak a buffer declaration to fix the compila...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Andrew Talbotriched20: Cast-qual warning fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Matt Finnicumriched20: Rewrite of scrolling and some redrawing code.
2006-09-07  Hippocrates Sendoukasriched20: WM_CONTEXTMENU fix for custom context menus.
2006-09-07  Hippocrates Sendoukasriched20: ME_SetSelection -1 to -1 behavior fix.
2006-08-28  Brian Changriched20: EM_EXSETSEL fixes and conformance tests.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-28  Matt Finnicumriched20: Remove two testing fixme's that were accident...
2006-08-23  Clinton Stimpsonriched20: Add tests for EM_GETMODIFY.
2006-08-22  Matthew Finnicumriched20: Make EM_EXLINEFROMCHAR handle special case...
2006-08-21  Matt Finnicumriched20: Swap two lines that were in wrong order ...
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-17  Matt Finnicumriched20: Send EN_LINK notifications. Properly underlin...
2006-08-11  Phil Krylovriched20: Accept RTF header without a version number.
2006-08-11  Phil Krylovriched20: Accept RTF group tokens inside colortbl desti...
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-09  Matt Finnicumriched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS...
2006-08-08  Matt Finnicumriched20: Modify ME_CharFromPoint to work properly...
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-08-07  Krzysztof Foltmanriched20: Ensure text is wrapped before invalidating...
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-08-03  Krzysztof Foltmanriched20: Make EM_LINELENGTH work correctly for non...
2006-08-03  Krzysztof Foltmanriched20: Make EM_GETLINE work properly in 1.0 emulatio...
2006-08-03  Krzysztof Foltmanriched20: Ctrl+A should be allowed in read-only control...
2006-08-03  Andrew Talbotriched20/tests: Write-strings warnings fix.
2006-08-03  Alexandre Julliardriched20: Fixed handling of window private data for...
2006-08-03  Krzysztof Foltmanriched20: Handle incorrect calls of window procedure.
2006-08-02  Krzysztof Foltmanriched20: Added short descriptions to functions in...
2006-07-31  Thomas Khoriched20: Implement EM_GETLINE.
2006-07-24  Andrew Talbotriched20: Write-strings warnings fix.
2006-07-17  Krzysztof Foltmanriched20: WM_SETFONT support.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Juan Langriched20: Add stub implementation of ITextDocument.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
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 Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Michael Stefaniucriched20: Replace an if-statement with empty body with...
2006-06-22  Krzysztof Foltmanriched20: Fix message range for get_msg_name.
2006-06-19  Krzysztof Foltmanriched20: EM_CHARFROMPOS didn't work properly with...
2006-06-16  Francois GougetAdd trailing '\n's to ok() calls.
2006-06-16  Francois GougetAssorted spelling fixes.
2006-06-12  Alexandre Julliardriched20: Fix an uninitialized variable bug.
2006-06-09  Alexandre Julliardriched32: Use the standard DEFINE_GUID macro to define...
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-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-08  Michael Jungriched20: Don't append '\r' to the last paragraph in...
2006-04-12  Phil Krylovriched20: Allow inheriting table cell definitions from...
2006-03-27  Huw Daviesriched20: Take a ref on text host.
2006-03-22  Mike McCormackriched20: Add a version resource.
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-27  Hamza Lakhaniriched20: EM_HIDESELECTION implementation.
2006-02-24  Phil Krylovriched20: Added a comment to make life easier.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-23  Kevin Koltzauriched20: Call GetClipboardData callback on cut/copy.
2006-02-23  Kevin Koltzauriched20: Enable retrieving data through the ole interface.
2006-02-23  Kevin Koltzauriched20: Ensure copied text is terminated with a null.
2006-02-23  Kevin Koltzauriched20: EM_GETOLEINTERFACE is not a stub.
2006-02-23  Kevin Koltzauriched20: Store reference to editor in ole interface.
2006-02-23  Kevin Koltzauriched20: Allocate proper amount of memory for formatet...
2006-02-22  Kevin Koltzauriched20: Add IDataObject implementation and use it...
2006-02-22  Brian Changriched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
next