riched20: Fix bugs in EM_SETOPTIONS.
[wine] / dlls / riched20 / editor.c
2007-12-18  Maarten Lankhorstriched20: Fix bugs in EM_SETOPTIONS.
2007-12-17  Maarten Lankhorstriched20: Implement ECO/EM SELECTIONBAR.
2007-12-12  Alex Villacís Lassoriched32: Fix regression in WM_GETTEXTLENGTH on richedi...
2007-12-08  Michael Stefaniucriched20: Rename the wrappers around HeapAlloc() &Co...
2007-12-07  Alex Villacís Lassoriched20: WM_GETTEXTLENGTH should include CRLF conversi...
2007-12-07  Alex Villacís Lassoriched20: WM_GETTEXT should return 0 on overflow but...
2007-12-07  Alex Villacís Lassoriched20: EM_GETTEXTEX with GT_USECRLF should not leave...
2007-11-06  Alex Villacís Lassoriched20: EM_GETMODIFY should not report modification...
2007-10-22  Alex Villacís Lassoriched20: 2.0 and higher inserts CRCRLF as space (with...
2007-10-19  Alex Villacís Lassoriched20: Single-line control must refuse to insert...
2007-09-28  Alex Villacís Lassoriched20: Minimal fix for WM_SETTEXT without ES_MULTILI...
2007-09-27  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must fail and return 0 with...
2007-09-27  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must return 0, not assert...
2007-09-26  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must return 1 on success...
2007-09-24  Alex Villacís Lassoriched20: Fix WM_GETTEXT to change \r to \r\n.
2007-09-21  Clinton Stimpsonriched20: Only WM_CHAR respects text limit.
2007-09-11  Lei Zhangriched20: Do not pass NULL lParam to ME_ToUnicode for...
2007-08-16  Lei Zhangriched20: Properly calculate control display height.
2007-08-13  Andrew Talbotriched20: Constify some variables.
2007-06-28  Aric Stewartriched20: Make richedit control IME aware.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-06-06  Huw Daviesriched20: Don't mess with the caret if we don't have...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-18  Andrew Talbotriched20: Exclude unused headers.
2007-05-02  Dmitry Timoshkovriched20: Add the tests for EM_SETTEXTEX/EM_GETTEXTEX...
2007-03-22  Dmitry Timoshkovriched20: Split unicode and ansi window procs, handle...
2007-03-21  Dmitry Timoshkovriched20: Add a test that shows that under Win9x RichEd...
2007-02-15  Jason Greenriched20: If outside of the richedit window, return...
2007-01-25  Matt Finnicumriched20: Create undos in StreamIn at the right times...
2007-01-24  Matt Finnicumriched20: Use CharFromPos instead of FindPixelPos in...
2007-01-24  Matt Finnicumriched20: Implement EM_LIMITTEXT and some simple tests.
2007-01-12  Clinton Stimpsonriched20: Fix crash undoing a paste.
2007-01-11  Clinton Stimpsonriched20: Fix modification state for several operations.
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-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-15  Clinton Stimpsonriched20: Fix key handling in dialogs.
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: 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-10-24  Mike McCormackriched20: Create macro functions for allocating and...
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-09-11  Matt Finnicumriched20: Rewrite of scrolling and some redrawing code.
2006-09-07  Hippocrates Sendoukasriched20: WM_CONTEXTMENU fix for custom context menus.
2006-08-28  Brian Changriched20: EM_EXSETSEL fixes and conformance tests.
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-17  Matt Finnicumriched20: Send EN_LINK notifications. Properly underlin...
2006-08-11  Phil Krylovriched20: Accept RTF header without a version number.
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-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
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  Alexandre Julliardriched20: Fixed handling of window private data for...
2006-08-03  Krzysztof Foltmanriched20: Handle incorrect calls of window procedure.
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-06-22  Krzysztof Foltmanriched20: Fix message range for get_msg_name.
2006-06-16  Francois GougetAssorted spelling fixes.
2006-06-12  Alexandre Julliardriched20: Fix an uninitialized variable bug.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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-04-12  Phil Krylovriched20: Allow inheriting table cell definitions from...
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-23  Kevin Koltzauriched20: Call GetClipboardData callback on cut/copy.
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-22  Kevin Koltzauriched20: Add IDataObject implementation and use it...
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-14  Phil Krylovriched20: Support RTF text in WM_SETTEXT.
2006-02-11  Thomas Khoriched20: Fixed bounds error when finding text forward.
2006-02-06  Kevin Koltzauriched20: Don't use EM_STREAMIN for paste.
2006-02-05  Kevin Koltzauriched20: Don't use EM_STREAMOUT for copy/cut.
next