kernel32: Fix LANGID for Korean resource.
[wine] / dlls / riched20 / editor.c
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.
2006-02-05  Phil Krylovriched20: Empty undo stack after EM_STREAMIN without...
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2006-02-02  Kevin Koltzauriched20: Handle context menu.
2006-02-01  Kevin Koltzauriched20: Implement EM_SETOLECALLBACK.
2006-02-01  Maarten Lankhorstriched20: Implement CreateTextServices.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2006-01-30  Maarten Lankhorstriched20: Make CreateTextServices use ITextHost.
2006-01-26  Phil Krylovriched20: EM_STREAMIN should send a EN_UPDATE notification.
2006-01-26  Phil Krylovriched20: Selection painting fixes.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-13  Phil Krylovriched20: Select word on double click.
2006-01-13  Phil Krylovriched20: TODO list update.
2006-01-12  Phil Krylovriched20: Initial support for word break callback proce...
2006-01-10  Phil Krylovriched20: Reduced screen flicker by using proper update...
2006-01-09  Phil Krylovriched20: Fixed calculation of left indent and first...
2005-12-14  Ulrich Czekallariched20: Reset selection when text is reset.
2005-12-05  Cihan Altinayriched20: register ListBox & ComboBox classes
2005-11-03  Phil KrylovCache background color brush instead of recreating...
2005-11-03  Phil KrylovAdded support for EM_REQUESTRESIZE message, EN_REQUESTR...
2005-10-19  Krzysztof Foltman- Bugfix in EM_GETTEXTEX
2005-10-13  Krzysztof FoltmanFix unnecessary (and harmful) repeated statement.
2005-10-10  Krzysztof FoltmanRemoved buffer overrun error (incrementing output point...
2005-10-10  Krzysztof FoltmanThe previous implementation was a workaround for off...
2005-10-10  Krzysztof FoltmanFix a bug in 1.0 emulation mode in EM_LINELENGTH (which...
2005-10-10  Krzysztof FoltmanFix 1.0 emulation mode in ME_GetTextW.
2005-10-03  Krzysztof Foltman- Remove another potential sources of infinite loops...
2005-10-03  Krzysztof FoltmanImplemented EM_GETFIRSTVISIBLELINE and EM_POSFROMCHAR...
next