Spelling fixes.
[wine] / dlls / riched20 / caret.c
2008-03-17  Eric Pouechrichedit: Fixed object leaks generated by context creat...
2008-03-17  Eric Pouechrichedit: Pass left margin around when computing the...
2008-03-17  Eric Pouechrichedit: Store shift-enter (keyboard) and \line (rtf...
2008-02-05  Eric Pouechriched20: Start handling OLE objects inside richedit.
2008-01-02  Eric Pouechrichedit: Small optimisation in ME_GetSelectionInsertStyle.
2008-01-02  Eric Pouechrichedit: Rewrote FindPixelPos so that it always return...
2007-12-17  Maarten Lankhorstriched20: Implement ECO/EM SELECTIONBAR.
2007-12-07  Alex Villacís Lassoriched20: EM_GETTEXTLENGTHEX must not count last paragr...
2007-10-22  Alex Villacís Lassoriched20: 2.0 and higher inserts CRCRLF as space (with...
2007-09-21  Clinton Stimpsonriched20: Only WM_CHAR respects text limit.
2007-08-16  Lei Zhangriched20: Add missing scroll bar update.
2007-08-16  Huw Daviesriched20: Add some test for EM_GETTEXTLENGTHEX and...
2007-08-13  Andrew Talbotriched20: Constify some variables.
2007-06-06  Huw Daviesriched20: Don't mess with the caret if we don't have...
2007-04-26  Clinton Stimpsonriched20: Set modify state when removing text.
2007-03-29  Clinton Stimpsonriched20: Fix text replacement with text limit.
2007-01-11  Clinton Stimpsonriched20: Fix modification state for several operations.
2006-12-05  Lei Zhangriched20: Move EM_EXSETSEL fix into ME_SetSelection.
2006-09-11  Matt Finnicumriched20: Rewrite of scrolling and some redrawing code.
2006-09-07  Hippocrates Sendoukasriched20: ME_SetSelection -1 to -1 behavior fix.
2006-08-10  Ken Myersriched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT...
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-08-07  Krzysztof Foltmanriched20: Ensure text is wrapped before invalidating...
2006-07-07  Michael Stefaniucriched20: Replace an if-statement with empty body with...
2006-06-19  Krzysztof Foltmanriched20: EM_CHARFROMPOS didn't work properly with...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2006-02-04  Phil Krylovriched20: Simplified ME_InsertGraphicsFromCursor()...
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2006-01-31  Phil Krylovriched20: Paint the selection while it's being extended...
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: Fixed some selection painting bugs.
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-10  Phil Krylovriched20: Speed up text insertion.
2005-11-03  Phil KrylovAdded support for EM_REQUESTRESIZE message, EN_REQUESTR...
2005-08-23  Phil KrylovFixed a RichEdit RTF reader bug which resulted in loss...
2005-07-26  Phil KrylovImplemented EM_CHARFROMPOS RichEdit message.
2005-07-21  Phil KrylovAdded emulation of RichEdit 1.0 behaviour when the...
2005-07-01  Stefan HuehnerMake some function static.
2005-06-28  Phil KrylovImplemented EM_GETTEXTLENGTHEX RichEdit message.
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-03-21  Krzysztof Foltman- PageUp key support.
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-14  Gerald PfeiferMake ME_ArrowLeft() return a value in every case.
2005-03-09  Krzysztof Foltman- Optimized repaint of the area below the text.
2005-03-09  Krzysztof FoltmanThe meaning of the rewrap flag got inverted (MEPF_REWRA...
2005-03-08  Krzysztof Foltman- specialized handler for SF_TEXT (ANSI or Unicode...
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.